mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
qdrant: new Qdrant implementation (#24164)
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user