Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
langchain==0.0.240
|
2 |
openai
|
3 |
PyPDF2
|
4 |
-
gradio==3.
|
5 |
gradio_client==0.3.0
|
6 |
tiktoken
|
7 |
pinecone-client
|
8 |
google-api-python-client
|
9 |
bs4
|
10 |
azure-storage-blob
|
|
|
|
1 |
langchain==0.0.240
|
2 |
openai
|
3 |
PyPDF2
|
4 |
+
gradio==3.39.0
|
5 |
gradio_client==0.3.0
|
6 |
tiktoken
|
7 |
pinecone-client
|
8 |
google-api-python-client
|
9 |
bs4
|
10 |
azure-storage-blob
|
11 |
+
azure.cosmos
|