Spaces:
Runtime error
Runtime error
GabrielJuan349
commited on
Commit
·
9aff5cd
1
Parent(s):
c6cd0dd
update agent.py
Browse files
agent.py
CHANGED
@@ -29,7 +29,6 @@ vector_store = Qdrant(
|
|
29 |
client=qdrant,
|
30 |
embedding_function=embeddings,
|
31 |
collection_name="documents",
|
32 |
-
query_name="match_documents_langchain"
|
33 |
)
|
34 |
create_retriever_tool = create_retriever_tool(
|
35 |
retriever=vector_store.as_retriever(),
|
|
|
29 |
client=qdrant,
|
30 |
embedding_function=embeddings,
|
31 |
collection_name="documents",
|
|
|
32 |
)
|
33 |
create_retriever_tool = create_retriever_tool(
|
34 |
retriever=vector_store.as_retriever(),
|