File "/home/ubuntu/.local/lib/python3.10/site-packages/langchain/vectorstores/chroma.py", line 62, ininit import chromadb ModuleNotFoundError: No module named 'chromadb' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/...
PYTHONfromlangchain.embeddingsimportHuggingFaceEmbeddingsfromlangchain.vectorstoresimportChroma hf_embeddings = HuggingFaceEmbeddings(model_name='sentence-transformers/all-MiniLM-L6-v2') store = Chroma(collection_name="transcript", persist_directory="db", embedding_function=hf_embeddings) result = store.simil...
db = Chroma(persist_directory=persist_directory, embedding_function=embeddings, client_settings=CHROMA_SETTINGS) File "/home/franciscoa/.local/lib/python3.10/site-packages/langchain/vectorstores/chroma.py", line 89, ininit self._client = chromadb.Client(self._client_settings) File "/home/francisc...
#vmem-pitch=640 # Chroma (string) #vmem-chroma=RV16 [vdummy] # Dummy video output # Dummy image chroma format (string) #dummy-chroma= [gl] # OpenGL video output (experimental) # OpenGL extension (string) #gl= [glwin32] # OpenGL video output # GPU affinity (integer) #gpu-affinity=...
* ARM NEON acceleration of chroma filters Stream Output: * Extended support for recording, notably for MKV and AVI * Options support for AVIO output module * Livehttp places more accurate segments durations in playlist * Livehttp allows setting cachin-variable in playlist * Livehttp stre...
from langchain.vectorstores import Chroma db = Chroma(embedding_function=embedding_function, persist_directory=persist_directory, collection_name=collection_name) Can I download these persisted files and test them on another machine? Expected behavior ...
langchain_core: 0.1.45 langchain: 0.1.16 langchain_community: 0.0.34 langsmith: 0.1.49 langchain_chroma: 0.1.0 langchain_text_splitters: 0.0.1 langchainhub: 0.1.15 Packages not installed (Not Necessarily a Problem) The following packages were not found: langgraph langserve 1 dosubot ...
Based on the error message you're seeing, it seems like there might be a mismatch between the version of the openai module you're using and the version that langchain_openai expects. In the openai module version you're using, it appears that there's no attribute named OpenAI. However, ...
A self-hosted, offline, ChatGPT-like chatbot that allows document uploads, powered by Llama 2, chromadb and Langchain. 100% private, with no data leaving your device. New: Support for Code Llama models. - aietal/aimengpt
pandas==2.0.1 beautifulsoup4==4.12.2 langchain==0.0.229 chromadb==0.3.26 tiktoken==0.4.0 gradio==3.36.1 Flask==2.3.2 torch==2.0.1 sentence-transformers==2.2.2 Who can help? @hwchase17 Information The official example notebooks/scripts My own modified scripts Related Components LLMs/Ch...