We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7973e commit f50735bCopy full SHA for f50735b
src/any_chatbot/tools.py
@@ -28,7 +28,7 @@ def retrieve(
28
) -> Tuple[str, List[Document]]:
29
retrieved_docs = vector_store.similarity_search(
30
query,
31
- k=2,
+ k=5,
32
filter={"source_type": tag},
33
)
34
serialized = "\n\n".join(
0 commit comments