Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
@@ -1,2 +1,9 @@
|
|
|
|
|
|
1 |
langchain==0.2.2
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
sentence_transformers
|
2 |
+
langchain_experimental
|
3 |
langchain==0.2.2
|
4 |
+
langchain-community==0.2.3
|
5 |
+
langchain-openai==0.1.8
|
6 |
+
unstructured==0.14.4
|
7 |
+
python-dotenv
|
8 |
+
chromadb==0.5.0
|
9 |
+
accelerate
|