Spaces:
Sleeping
Sleeping
Uploading requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
transformers
|
3 |
+
openai
|
4 |
+
langchain
|
5 |
+
numpy
|
6 |
+
ipykernel
|
7 |
+
sentence-transformers
|
8 |
+
faiss-cpu
|
9 |
+
huggingface_hub
|
10 |
+
python-dotenv
|
11 |
+
streamlit
|