Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.33.0
|
2 |
+
langchain==0.1.13
|
3 |
+
langchain-community==0.0.29
|
4 |
+
langchain-core==0.1.33
|
5 |
+
langchain-google-genai==0.0.11
|
6 |
+
pydantic==2.6.4
|
7 |
+
python-dotenv==1.0.1
|
8 |
+
PyPDF2==3.0.1
|
9 |
+
fpdf2==2.7.7
|
10 |
+
python-dotenv==1.0.1
|
11 |
+
python-docx==0.8.11
|
12 |
+
faiss-cpu==1.7.4
|
13 |
+
google-generativeai>=0.4.1,<0.5.0
|
14 |
+
huggingface-hub==0.20.3
|
15 |
+
protobuf==3.20.3
|
16 |
+
sentence-transformers==2.2.2
|
17 |
+
torch>=2.0.0
|
18 |
+
transformers>=4.32.0
|