xavierbarbier commited on
Commit
4848afa
·
verified ·
1 Parent(s): e694753

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ print("Finish the model init process")
62
  def qa(question: str) -> str:
63
 
64
 
65
- docs = vectordb.max_marginal_relevance_search(question,k=1)
66
 
67
 
68
 
 
62
  def qa(question: str) -> str:
63
 
64
 
65
+ docs = vectordb.max_marginal_relevance_search(question,k=3)
66
 
67
 
68