From e8dab3f873e890009cb98bf78539e63bc9150096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 18:20:17 +0000 Subject: [PATCH] Bump chromadb from 0.3.26 to 0.4.13 Bumps [chromadb](https://github.com/chroma-core/chroma) from 0.3.26 to 0.4.13. - [Release notes](https://github.com/chroma-core/chroma/releases) - [Changelog](https://github.com/chroma-core/chroma/blob/main/RELEASE_PROCESS.md) - [Commits](https://github.com/chroma-core/chroma/compare/0.3.26...0.4.13) --- updated-dependencies: - dependency-name: chromadb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- all-in-one/requirements.txt | 2 +- chroma-summary/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/all-in-one/requirements.txt b/all-in-one/requirements.txt index b41edb3..5474bff 100644 --- a/all-in-one/requirements.txt +++ b/all-in-one/requirements.txt @@ -7,6 +7,6 @@ tabulate==0.9.0 pdf2image==1.16.3 pytesseract==0.3.10 google-search-results==2.4.2 -chromadb==0.3.26 +chromadb==0.4.13 pypdf==3.12.0 pycryptodome==3.18 diff --git a/chroma-summary/requirements.txt b/chroma-summary/requirements.txt index 4dce65f..9e21b9d 100644 --- a/chroma-summary/requirements.txt +++ b/chroma-summary/requirements.txt @@ -2,6 +2,6 @@ streamlit==1.24.0 langchain==0.0.221 openai==0.27.8 tiktoken==0.4.0 -chromadb==0.3.26 +chromadb==0.4.13 pypdf==3.12.0 pycryptodome==3.18