From 4c92a0f57110e9c7c27e970eb96ca4011f0df580 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Thu, 26 Sep 2024 21:33:37 +0200 Subject: [PATCH] chore: chromadb, pymilvus bump --- backend/requirements.txt | 4 ++-- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 2554bb5f8..764e41d3d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -39,8 +39,8 @@ langchain-community==0.2.12 langchain-chroma==0.1.2 fake-useragent==1.5.1 -chromadb==0.5.5 -pymilvus==2.4.6 +chromadb==0.5.9 +pymilvus==2.4.7 sentence-transformers==3.0.1 colbert-ai==0.2.21 diff --git a/pyproject.toml b/pyproject.toml index b2558e4d1..d02281d52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,8 +46,8 @@ dependencies = [ "langchain-chroma==0.1.2", "fake-useragent==1.5.1", - "chromadb==0.5.5", - "pymilvus==2.4.6", + "chromadb==0.5.9", + "pymilvus==2.4.7", "sentence-transformers==3.0.1", "colbert-ai==0.2.21",