Enoch1359 commited on
Commit
b038d43
·
verified ·
1 Parent(s): 0317904

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -6
requirements.txt CHANGED
@@ -1,16 +1,19 @@
1
  streamlit
2
- langchain
3
  python-dotenv
4
  unstructured[local-inference]
5
- sentence-transformers
6
  faiss-cpu
7
  openai
8
  python-magic
9
  langchain-openai
10
- langchain-community
11
- chromadb
12
  joblib
13
  scikit-learn
14
- transformers
15
- torch
 
 
 
16
 
 
1
  streamlit
2
+ langchain==0.1.20
3
  python-dotenv
4
  unstructured[local-inference]
5
+ sentence-transformers==2.2.2
6
  faiss-cpu
7
  openai
8
  python-magic
9
  langchain-openai
10
+ langchain-community==0.0.32
11
+ chromadb==0.4.24
12
  joblib
13
  scikit-learn
14
+ torch==2.1.2
15
+ transformers==4.33.3
16
+
17
+
18
+
19