cryogenic22 commited on
Commit
391f64c
·
verified ·
1 Parent(s): 28723a4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -27
requirements.txt CHANGED
@@ -1,29 +1,24 @@
1
- # Core dependencies
2
- streamlit>=1.24.0
3
- langchain>=0.1.0
4
- langchain-core>=0.1.0
5
- langchain-community>=0.0.10
6
- openai>=1.3.0
7
-
8
-
9
- # Database and storage
10
- sqlite3>=3.35.0
11
- faiss-cpu>=1.7.4
12
- sqlalchemy>=1.4.0
13
-
14
- # Document processing
15
- PyPDF2>=3.0.0
16
- python-magic>=0.4.27
17
- pdf2image>=1.16.3
18
-
19
- # Text processing and search
20
- fuzzywuzzy>=0.18.0
21
- python-Levenshtein>=0.12.2
22
- nltk>=3.6.3
23
-
24
- # Embeddings and AI
25
- sentence-transformers>=2.2.2
26
- transformers>=4.30.0
27
- torch>=2.0.0
28
 
29
 
 
1
+ streamlit
2
+ langchain
3
+ sentence-transformers
4
+ faiss-cpu
5
+ transformers
6
+ pandas
7
+ requests
8
+ pydrive
9
+ openai
10
+ langchain-core
11
+ langchain-community
12
+ langchain-openai
13
+ pypdf>=3.0.0
14
+ google-generativeai
15
+ langchain-google-genai
16
+ sqlalchemy
17
+ python-magic
18
+ pdf2image
19
+ fuzzywuzzy
20
+ python-Levenshtein
21
+ nltk
22
+ torch
 
 
 
 
 
23
 
24