Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
docarray==0.32.1
|
2 |
openai==0.27.8
|
3 |
-
streamlit
|
4 |
-
|
5 |
langchain==0.0.260
|
6 |
pypdf==3.12.2
|
7 |
pypdf2==3.0.1
|
8 |
tiktoken==0.4.0
|
9 |
-
pydantic==1.10.11
|
|
|
|
1 |
docarray==0.32.1
|
2 |
openai==0.27.8
|
3 |
+
streamlit==1.25.0
|
4 |
+
streamlit-chat==0.1.1
|
5 |
langchain==0.0.260
|
6 |
pypdf==3.12.2
|
7 |
pypdf2==3.0.1
|
8 |
tiktoken==0.4.0
|
9 |
+
pydantic==1.10.11
|
10 |
+
openapi-schema-pydantic==1.2.4
|