Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

Commit c8889c8

Browse files
committed
refactor(deps): migrate langchain-community from 0.2.10 to 0.4.1
1 parent 081f2b5 commit c8889c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

agents/connectors/chroma.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from langchain_openai import OpenAIEmbeddings
66
from langchain_community.document_loaders import JSONLoader
7-
from langchain_community.vectorstores.chroma import Chroma
7+
from langchain_chroma import Chroma
88

99
from agents.polymarket.gamma import GammaMarketClient
1010
from agents.utils.objects import SimpleEvent, SimpleMarket

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jsonschema-specifications==2023.12.1
6969
kubernetes==30.1.0
7070
langchain==0.2.11
7171
langchain-chroma==0.1.2
72-
langchain-community==0.2.10
72+
langchain-community==0.4.1
7373
langchain-core==0.2.26
7474
langchain-openai==0.1.19
7575
langchain-text-splitters==0.2.2

0 commit comments

Comments
 (0)