feat(chroma): Add Search API (#34273)

This commit is contained in:
itaismith
2025-12-12 08:14:47 -08:00
committed by GitHub
parent 16c984ef0a
commit be32382d92
3 changed files with 57 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ dependencies = [
"langchain-core>=1.0.0,<2.0.0",
"numpy>=1.26.0; python_version < '3.13'",
"numpy>=2.1.0; python_version >= '3.13'",
"chromadb>=1.0.20,<2.0.0",
"chromadb>=1.3.5,<2.0.0",
]
name = "langchain-chroma"
version = "1.0.0"