Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Flask==3.1.0
|
2 |
+
Flask_Cors==5.0.0
|
3 |
+
torch==2.0.1
|
4 |
+
sentence-transformers==2.2.2
|
5 |
+
InstructorEmbedding==1.0.0
|
6 |
+
langchain==0.3.7
|
7 |
+
langchain-community
|
8 |
+
chromadb==0.4.24
|
9 |
+
pypdf==5.2.0
|
10 |
+
huggingface-hub==0.16.4
|
11 |
+
tiktoken==0.8.0
|