Spaces:
Runtime error
Runtime error
Gopikanth123
commited on
Update requirements.txt
Browse files- requirements.txt +5 -8
requirements.txt
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
-
|
2 |
-
llama-index
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
transformers==4.26.0 # For Hugging Face's Transformers library
|
7 |
-
langchain==0.0.300 # Include Langchain for LLM integration
|
8 |
-
langchain-community==0.0.6 # Include Langchain Community for additional models
|
|
|
1 |
+
python-dotenv
|
2 |
+
llama-index
|
3 |
+
deep-translator
|
4 |
+
llama-index-embeddings-huggingface
|
5 |
+
llama-index-llms-huggingface
|
|
|
|
|
|