ahmadsanafarooq commited on
Commit
754a468
·
verified ·
1 Parent(s): 38b38e4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -9
requirements.txt CHANGED
@@ -1,17 +1,15 @@
1
  langchain
2
- langchain-community
3
  langchain-groq
 
4
  langchain-huggingface
 
5
  chromadb
6
- transformers
7
  sentence-transformers
8
- gradio
9
  PyPDF2
10
- python-docx
11
- markdown2
12
  python-dotenv
13
- pathlib
14
- scikit-learn
15
- nltk
16
  numpy
17
- faiss-cpu
 
 
1
  langchain
 
2
  langchain-groq
3
+ langchain-community
4
  langchain-huggingface
5
+ gradio
6
  chromadb
 
7
  sentence-transformers
 
8
  PyPDF2
9
+ pypdf
 
10
  python-dotenv
11
+ transformers
12
+ torch
 
13
  numpy
14
+ pandas
15
+ requests