Gopikanth123 commited on
Commit
1b6d118
·
verified ·
1 Parent(s): 86bcc63

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -8
requirements.txt CHANGED
@@ -1,8 +1,5 @@
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
 
1
+ python-dotenv
2
+ llama-index
3
+ deep-translator
4
+ llama-index-embeddings-huggingface
5
+ llama-index-llms-huggingface