mery22 commited on
Commit
461a754
1 Parent(s): 002430b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ prompt = PromptTemplate(
62
  llm_chain = LLMChain(llm=mistral_llm, prompt=prompt)
63
 
64
 
65
- retriever.search_kwargs = {'k':1}
66
  qa = RetrievalQA.from_chain_type(
67
  llm=mistral_llm,
68
  chain_type="stuff",
 
62
  llm_chain = LLMChain(llm=mistral_llm, prompt=prompt)
63
 
64
 
65
+ retriever.search_kwargs = {'k':4}
66
  qa = RetrievalQA.from_chain_type(
67
  llm=mistral_llm,
68
  chain_type="stuff",