Skip to content

Commit

Permalink
build: fix build error when using qdrant with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
vikyw89 committed Jul 8, 2024
1 parent 6faed90 commit 5336825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ gemini = ["google-generativeai"]
marqo = ["marqo"]
zhipuai = ["zhipuai"]
ollama = ["ollama", "httpx"]
qdrant = ["qdrant-client", "fastembed"]
qdrant = ["qdrant-client[fastembed]"]
vllm = ["vllm"]
pinecone = ["pinecone-client", "fastembed"]
opensearch = ["opensearch-py", "opensearch-dsl"]
Expand Down

0 comments on commit 5336825

Please sign in to comment.