From fb4ff794ffd51331fc4c75882466c70d3fdbfcb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 02:19:39 +0000 Subject: [PATCH] Update dependency chromadb to v0.5.13 --- 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..cc6e64f 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.5.13 pypdf==3.12.0 pycryptodome==3.18 diff --git a/chroma-summary/requirements.txt b/chroma-summary/requirements.txt index 4dce65f..b2a205d 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.5.13 pypdf==3.12.0 pycryptodome==3.18