Spaces:
Sleeping
Sleeping
Update requirements .txt
Browse files- requirements .txt +1 -2
requirements .txt
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
-
# Force rebuild
|
2 |
openai==1.23.2
|
3 |
-
tiktoken==0.6.0
|
4 |
langchain==0.1.1
|
5 |
langchain-community==0.0.13
|
6 |
chromadb==0.4.22
|
@@ -8,3 +6,4 @@ sentence-transformers==2.3.1
|
|
8 |
datasets
|
9 |
pypdf
|
10 |
python-dotenv
|
|
|
|
|
|
1 |
openai==1.23.2
|
|
|
2 |
langchain==0.1.1
|
3 |
langchain-community==0.0.13
|
4 |
chromadb==0.4.22
|
|
|
6 |
datasets
|
7 |
pypdf
|
8 |
python-dotenv
|
9 |
+
gradio
|