Spaces:
Runtime error
Runtime error
Gopikanth123
commited on
Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
gradio==3.31.0
|
2 |
-
llama-index==0.5.5
|
3 |
-
huggingface-hub==0.16.4
|
4 |
-
pdfplumber==0.7.4
|
5 |
-
torch==2.0.0
|
6 |
-
transformers==4.26.0
|
|
|
|
|
|
1 |
+
gradio==3.31.0 # For creating interactive web applications
|
2 |
+
llama-index==0.5.5 # For indexing and querying documents
|
3 |
+
huggingface-hub==0.16.4 # For accessing Hugging Face models
|
4 |
+
pdfplumber==0.7.4 # For extracting text from PDF files
|
5 |
+
torch==2.0.0 # Required for PyTorch-based models
|
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
|