Spaces:
Runtime error
Runtime error
anpigon
commited on
Commit
·
361986d
1
Parent(s):
639460f
chore(requirements.txt): update langchain version to 0.0.244, pypdf version to 3.13.0, and chromadb version to 0.4.3
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
openai==0.27.8
|
2 |
-
langchain==0.0.
|
3 |
-
pypdf==3.
|
4 |
-
chromadb==0.3
|
5 |
tiktoken==0.4.0
|
6 |
-
gradio==3.
|
|
|
1 |
openai==0.27.8
|
2 |
+
langchain==0.0.244
|
3 |
+
pypdf==3.13.0
|
4 |
+
chromadb==0.4.3
|
5 |
tiktoken==0.4.0
|
6 |
+
gradio==3.39.0
|