feat(qdrant): Use Qdrant's built-in MMR search (#32302)

This commit is contained in:
Anush
2025-10-22 22:49:32 +05:30
committed by GitHub
parent db7f2db1ae
commit 39fb2d1a3b
4 changed files with 12 additions and 21 deletions

View File

@@ -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"]