community[patch]: deprecate langchain_community Chroma in favor of langchain_chroma (#24474)

This commit is contained in:
ccurme
2024-07-22 11:00:13 -04:00
committed by GitHub
parent 0f7569ddbc
commit dcba7df2fe
67 changed files with 108 additions and 102 deletions

View File

@@ -1,8 +1,8 @@
import csv
from langchain.chains.question_answering import load_qa_chain
from langchain_chroma import Chroma
from langchain_community.embeddings import CohereEmbeddings
from langchain_community.vectorstores import Chroma
from langchain_core.prompts import PromptTemplate
from .chat import chat

View File

@@ -9,7 +9,7 @@ readme = "README.md"
python = ">=3.8.1,<4.0"
langchain = "^0.1"
cohere = "^4.37"
chromadb = "^0.4.18"
langchain-chroma = "^0.1.2"
[tool.poetry.group.dev.dependencies]
langchain-cli = ">=0.0.21"