From 6949c2988a33d99cab648f08c4fc1a10439e8fc6 Mon Sep 17 00:00:00 2001 From: ACBBZ Date: Tue, 7 May 2024 02:00:44 +0000 Subject: [PATCH] add chroma upsert --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5de8f10..340942b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ | python | gtts | https://pypi.org/project/gTTS/ | pip install gTTS | | python | PyYAML | https://pypi.org/project/PyYAML/ | pip install PyYAML | | python | injector | https://github.com/python-injector/injector | pip install injector | +| python | langchain | https://github.com/langchain-ai/langchain | pip install langchain | +| python | chromadb | https://docs.trychroma.com/getting-started | pip install chromadb | ## Start Dev rh