Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
python-dotenv
|
2 |
llama-index
|
3 |
deep-translator
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
6 |
uvicorn
|
7 |
fastapi
|
|
|
1 |
python-dotenv
|
2 |
llama-index
|
3 |
deep-translator
|
4 |
+
langchain-community
|
5 |
+
langchain
|
6 |
+
google-generativeai
|
7 |
+
langchain-google-genai
|
8 |
+
chromadb
|
9 |
+
pypdf
|
10 |
uvicorn
|
11 |
fastapi
|