Skip to content

Commit

Permalink
chroma issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Pietro Martino Lugato committed Oct 24, 2024
1 parent 4fafef7 commit 0531844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion a2rchi/chains/chain.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from a2rchi.chains.base import BaseSubMITChain as BaseChain

from chromadb.config import Settings
from langchain_chroma import Chroma
from langchain_chroma.vectorstores import Chroma

import chromadb
import time
Expand Down
2 changes: 1 addition & 1 deletion a2rchi/utils/data_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from langchain_community.document_loaders import PyPDFLoader
from langchain_community.document_loaders import BSHTMLLoader
from langchain_openai import OpenAIEmbeddings
from langchain_chroma import Chroma
from langchain_chroma.vectorstores import Chroma
from langchain_text_splitters.character import CharacterTextSplitter

import chromadb
Expand Down

0 comments on commit 0531844

Please sign in to comment.