Spaces:
Runtime error
Runtime error
Update agent.py
Browse files
agent.py
CHANGED
@@ -27,7 +27,7 @@ qdrant = QdrantClient(
|
|
27 |
|
28 |
vector_store = Qdrant(
|
29 |
client=qdrant,
|
30 |
-
|
31 |
collection_name="documents",
|
32 |
)
|
33 |
create_retriever_tool = create_retriever_tool(
|
|
|
27 |
|
28 |
vector_store = Qdrant(
|
29 |
client=qdrant,
|
30 |
+
embeddings=embeddings,
|
31 |
collection_name="documents",
|
32 |
)
|
33 |
create_retriever_tool = create_retriever_tool(
|