Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.2.0
|
2 |
+
langchain-openai==0.1.7
|
3 |
+
langchain-community==0.2.0
|
4 |
+
langgraph==0.1.1
|
5 |
+
langchain-chroma==0.1.1
|
6 |
+
langdetect
|
7 |
+
langid
|
8 |
+
chromadb
|
9 |
+
faiss-gpu
|
10 |
+
sentence_transformers
|
11 |
+
torch
|
12 |
+
unstructured
|
13 |
+
deep-translator
|
14 |
+
openpyxl
|
15 |
+
langchain
|
16 |
+
gspread
|
17 |
+
oauth2client
|
18 |
+
google-cloud-storage
|
19 |
+
pandas
|
20 |
+
datasets
|