mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 05:13:46 +00:00
chroma: Deprecating versions 0.5.7 thru 0.5.12 (#27305)
**Description:** Deprecated version of Chroma >=0.5.5 <0.5.12 due to a serious correctness issue that caused some embeddings for deployments with multiple collections to be lost (read more on the issue in Chroma repo) **Issue:** chroma-core/chroma#2922 (fixed by chroma-core/chroma##2923 and released in [0.5.13](https://github.com/chroma-core/chroma/releases/tag/0.5.13)) **Dependencies:** N/A **Twitter handle:** `@t_azarov`
This commit is contained in:
parent
2197958366
commit
59bbda9ba3
1359
libs/partners/chroma/poetry.lock
generated
1359
libs/partners/chroma/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry]
|
||||
name = "langchain-chroma"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
description = "An integration package connecting Chroma and LangChain"
|
||||
authors = []
|
||||
readme = "README.md"
|
||||
@ -47,7 +47,7 @@ addopts = " --strict-markers --strict-config --durations=5"
|
||||
markers = [ "requires: mark tests as requiring a specific library", "asyncio: mark tests as requiring asyncio", "compile: mark placeholder test used to compile integration tests without running them",]
|
||||
|
||||
[tool.poetry.dependencies.chromadb]
|
||||
version = ">=0.4.0,<0.6.0,!=0.5.4,!=0.5.5"
|
||||
version = ">=0.4.0,<0.6.0,!=0.5.4,!=0.5.5,!=0.5.7,!=0.5.9,!=0.5.10,!=0.5.11,!=0.5.12"
|
||||
|
||||
[tool.poetry.dependencies.fastapi]
|
||||
version = ">=0.95.2,<1"
|
||||
|
Loading…
Reference in New Issue
Block a user