mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 18:50:33 +00:00
feat(qdrant): Use Qdrant's built-in MMR search (#32302)
This commit is contained in:
4
libs/partners/qdrant/uv.lock
generated
4
libs/partners/qdrant/uv.lock
generated
@@ -1,5 +1,5 @@
|
||||
version = 1
|
||||
revision = 3
|
||||
revision = 2
|
||||
requires-python = ">=3.10.0, <4.0.0"
|
||||
resolution-markers = [
|
||||
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
|
||||
@@ -608,7 +608,7 @@ requires-dist = [
|
||||
{ name = "fastembed", marker = "python_full_version >= '3.9' and python_full_version < '3.13' and extra == 'fastembed'", specifier = ">=0.3.3,<1.0.0" },
|
||||
{ name = "langchain-core", editable = "../../core" },
|
||||
{ name = "pydantic", specifier = ">=2.7.4,<3.0.0" },
|
||||
{ name = "qdrant-client", specifier = ">=1.10.1,<2.0.0" },
|
||||
{ name = "qdrant-client", specifier = ">=1.15.1,<2.0.0" },
|
||||
]
|
||||
provides-extras = ["fastembed"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user