Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +24 -0
requirements.txt
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy
|
2 |
+
pandas
|
3 |
+
matplotlib
|
4 |
+
seaborn
|
5 |
+
scikit-learn
|
6 |
+
|
7 |
+
langchain==0.0.162
|
8 |
+
beautifulsoup4
|
9 |
+
InstructorEmbedding
|
10 |
+
torch
|
11 |
+
sentence_transformers
|
12 |
+
python-dotenv
|
13 |
+
transformers
|
14 |
+
chromadb
|
15 |
+
fschat
|
16 |
+
accelerate
|
17 |
+
bitsandbytes
|
18 |
+
openai
|
19 |
+
plotly
|
20 |
+
streamlit
|
21 |
+
faiss-cpu
|
22 |
+
gspread
|
23 |
+
altair<5
|
24 |
+
streamlit-chat
|