Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
langchain==0.1.1
|
2 |
langchain_community==0.0.13
|
3 |
streamlit==1.30.0
|
|
|
|
|
|
|
|
1 |
langchain==0.1.1
|
2 |
langchain_community==0.0.13
|
3 |
streamlit==1.30.0
|
4 |
+
sentence-transformers==2.2.2
|
5 |
+
faiss-cpu==1.7.4
|
6 |
+
|