Spaces:
Sleeping
Sleeping
Rename requirements (1).txt to requirements.txt
Browse files- requirements (1).txt +0 -12
- requirements.txt +12 -0
requirements (1).txt
DELETED
@@ -1,12 +0,0 @@
|
|
1 |
-
langchain==0.0.335
|
2 |
-
PyPDF2==3.0.1
|
3 |
-
python-dotenv==1.0.0
|
4 |
-
streamlit==1.28.2
|
5 |
-
faiss-cpu==1.7.4
|
6 |
-
altair==5.1.2
|
7 |
-
tiktoken==0.5.1
|
8 |
-
black==23.11.0
|
9 |
-
huggingface-hub==0.17.3
|
10 |
-
InstructorEmbedding==1.0.1
|
11 |
-
sentence-transformers==2.2.2
|
12 |
-
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
PyPDF2
|
3 |
+
python-dotenv
|
4 |
+
streamlit
|
5 |
+
faiss-cpu
|
6 |
+
altair
|
7 |
+
tiktoken
|
8 |
+
black
|
9 |
+
huggingface-hub
|
10 |
+
InstructorEmbedding
|
11 |
+
sentence-transformers
|
12 |
+
transformers
|