qdrant: new Qdrant implementation (#24164)

This commit is contained in:
Anush
2024-07-12 08:22:02 +05:30
committed by GitHub
parent 35784d1c33
commit 7014d07cab
8 changed files with 1082 additions and 35 deletions

View File

@@ -23,9 +23,9 @@ disallow_untyped_defs = true
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.1.52,<0.3"
qdrant-client = "^1.9.0"
qdrant-client = "^1.10.1"
pydantic = "^2.7.4"
fastembed = { version = "^0.3.1", python = ">=3.8.1,<3.13", optional = true}
fastembed = { version = "^0.3.3", python = ">=3.8.1,<3.13", optional = true}
[tool.poetry.extras]
fastembed = [ "fastembed"]