Spaces:
Paused
Paused
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas
|
2 |
+
numpy
|
3 |
+
langchain
|
4 |
+
langchain-openai
|
5 |
+
langchain-community
|
6 |
+
langchain-experimental
|
7 |
+
faiss-cpu
|
8 |
+
gradio
|
9 |
+
python-dotenv
|
10 |
+
openpyxl
|
11 |
+
gunicorn
|
12 |
+
uvicorn
|