Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -2,6 +2,8 @@ transformers
|
|
2 |
langchain>=0.0.200 # Update to the latest version
|
3 |
langchain_chroma # Add langchain_chroma
|
4 |
chromadb
|
|
|
|
|
5 |
llama-index
|
6 |
fastapi
|
7 |
uvicorn
|
|
|
2 |
langchain>=0.0.200 # Update to the latest version
|
3 |
langchain_chroma # Add langchain_chroma
|
4 |
chromadb
|
5 |
+
langchain-community
|
6 |
+
langchain_community
|
7 |
llama-index
|
8 |
fastapi
|
9 |
uvicorn
|