Spaces:
Sleeping
Sleeping
Added all the required libraries.
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1 +1,6 @@
|
|
1 |
-
huggingface_hub==0.22.2
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub==0.22.2
|
2 |
+
openai==1.23.2
|
3 |
+
chromadb==0.4.22
|
4 |
+
langchain==0.1.1
|
5 |
+
langchain-community==0.0.13
|
6 |
+
sentence-transformers==2.3.1
|