Spaces:
Sleeping
Sleeping
xavierbarbier
commited on
Update app.py
Browse files
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=
|
66 |
|
67 |
|
68 |
|
|
|
62 |
def qa(question: str) -> str:
|
63 |
|
64 |
|
65 |
+
docs = vectordb.max_marginal_relevance_search(question,k=3)
|
66 |
|
67 |
|
68 |
|