runtime error
Exit code: 1. Reason: ��| 612/612 [00:00<00:00, 3.83MB/s] model.safetensors: 0%| | 0.00/90.9M [00:00<?, ?B/s][A model.safetensors: 100%|██████████| 90.9M/90.9M [00:01<00:00, 89.5MB/s][A model.safetensors: 100%|██████████| 90.9M/90.9M [00:01<00:00, 89.3MB/s] tokenizer_config.json: 0%| | 0.00/350 [00:00<?, ?B/s][A tokenizer_config.json: 100%|██████████| 350/350 [00:00<00:00, 2.04MB/s] vocab.txt: 0%| | 0.00/232k [00:00<?, ?B/s][A vocab.txt: 100%|██████████| 232k/232k [00:00<00:00, 103MB/s] tokenizer.json: 0%| | 0.00/466k [00:00<?, ?B/s][A tokenizer.json: 100%|██████████| 466k/466k [00:00<00:00, 39.6MB/s] special_tokens_map.json: 0%| | 0.00/112 [00:00<?, ?B/s][A special_tokens_map.json: 100%|██████████| 112/112 [00:00<00:00, 580kB/s] config.json: 0%| | 0.00/190 [00:00<?, ?B/s][A config.json: 100%|██████████| 190/190 [00:00<00:00, 1.11MB/s] Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/langchain_community/vectorstores/chroma.py", line 83, in __init__ import chromadb ModuleNotFoundError: No module named 'chromadb' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 21, in <module> vectordb = Chroma.from_texts(texts=docs, embedding=embedding_model) File "/usr/local/lib/python3.10/site-packages/langchain_community/vectorstores/chroma.py", line 817, in from_texts chroma_collection = cls( File "/usr/local/lib/python3.10/site-packages/langchain_core/_api/deprecation.py", line 226, in warn_if_direct_instance return wrapped(self, *args, **kwargs) File "/usr/local/lib/python3.10/site-packages/langchain_community/vectorstores/chroma.py", line 86, in __init__ raise ImportError( ImportError: Could not import chromadb python package. Please install it with `pip install chromadb`.
Container logs:
Fetching error logs...