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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,18 +1,17 @@
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
 
 
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
+
 
15
 
16
 
17