Skip to content

Commit 5cfedee

Browse files
committed
chore: add qdrant-client to dev deps
1 parent 5a2e27f commit 5cfedee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ google-cloud-aiplatform = {version = "^1.66.0", optional = true}
4545
cohere = {version = "^5.9.0", optional = true}
4646
anthropic = { version = "^0.34.2", optional = true}
4747
mistralai = {version = "^1.0.3", optional = true}
48+
qdrant-client = {version = "^1.11.3", optional = true}
4849

4950
[tool.poetry.group.dev.dependencies]
5051
pylint = "^3.1.0"
@@ -81,10 +82,10 @@ google-cloud-aiplatform = {version = "^1.66.0"}
8182
cohere = {version = "^5.9.0"}
8283
anthropic = { version = "^0.34.2"}
8384
mistralai = {version = "^1.0.3"}
84-
85+
qdrant-client = {version = "^1.11.3"}
8586

8687
[tool.poetry.extras]
87-
external_clients = ["weaviate-client", "pinecone-client", "google-cloud-aiplatform", "cohere", "anthropic", "mistralai"]
88+
external_clients = ["weaviate-client", "pinecone-client", "google-cloud-aiplatform", "cohere", "anthropic", "mistralai", "qdrant-client"]
8889
kg_creation_tools = ["pygraphviz"]
8990

9091
[build-system]

0 commit comments

Comments
 (0)