Skip to content

Commit

Permalink
fix: update parameter name for Qdrant vector store client
Browse files Browse the repository at this point in the history
  • Loading branch information
SawyerCzupka committed Feb 22, 2025
1 parent d1f50fb commit 20e4719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml-api/src/ml_api/utils/qdrant.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_qdrant_vector_store(
raise

vector_store = QdrantVectorStore(
collection_name=collection_name, qdrant_client=qdrant_client
collection_name=collection_name, client=qdrant_client
)

return vector_store
Expand Down

0 comments on commit 20e4719

Please sign in to comment.