Spaces:
Running
Running
SinhNguyen
commited on
Commit
•
38209e9
1
Parent(s):
c22d873
add version to libraries in requirement.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
langchain
|
2 |
-
PyPDF2
|
3 |
-
python-dotenv
|
|
|
|
|
4 |
streamlit
|
5 |
-
openai
|
6 |
-
faiss-cpu
|
7 |
altair
|
8 |
tiktoken
|
9 |
|
10 |
# use huggingface llms
|
11 |
-
huggingface-hub
|
12 |
|
13 |
# Use instructor embeddings
|
14 |
-
InstructorEmbedding
|
15 |
-
sentence-transformers
|
|
|
1 |
+
langchain==0.0.184
|
2 |
+
PyPDF2==3.0.1
|
3 |
+
python-dotenv==1.0.0
|
4 |
+
openai==0.27.6
|
5 |
+
faiss-cpu==1.7.4
|
6 |
streamlit
|
|
|
|
|
7 |
altair
|
8 |
tiktoken
|
9 |
|
10 |
# use huggingface llms
|
11 |
+
huggingface-hub==0.14.1
|
12 |
|
13 |
# Use instructor embeddings
|
14 |
+
InstructorEmbedding==1.0.1
|
15 |
+
sentence-transformers==2.2.2
|