Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
aiosignal==1.3.1
|
2 |
altair==5.0.1
|
3 |
anyio==3.7.0
|
@@ -14,6 +16,7 @@ chardet==5.1.0
|
|
14 |
charset-normalizer==3.1.0
|
15 |
chromadb==0.3.26
|
16 |
click==8.1.3
|
|
|
17 |
colorama==0.4.6
|
18 |
coloredlogs==15.0.1
|
19 |
comm==0.1.3
|
@@ -37,6 +40,10 @@ filetype==1.2.0
|
|
37 |
flatbuffers==23.5.26
|
38 |
fonttools==4.40.0
|
39 |
frozenlist==1.3.3
|
|
|
|
|
|
|
|
|
40 |
greenlet==2.0.2
|
41 |
h11==0.14.0
|
42 |
hnswlib==0.7.0
|
@@ -46,6 +53,7 @@ httpx==0.23.3
|
|
46 |
huggingface-hub==0.15.1
|
47 |
humanfriendly==10.0
|
48 |
idna==3.4
|
|
|
49 |
ipython==8.14.0
|
50 |
jedi==0.18.2
|
51 |
Jinja2==3.1.2
|
@@ -53,6 +61,8 @@ joblib==1.2.0
|
|
53 |
jsonschema==4.17.3
|
54 |
jupyter_client==8.3.0
|
55 |
jupyter_core==5.3.1
|
|
|
|
|
56 |
langchainplus-sdk==0.0.17
|
57 |
lark==1.1.5
|
58 |
linkify-it-py==2.0.2
|
@@ -62,6 +72,10 @@ Markdown==3.4.3
|
|
62 |
markdown-it-py==2.2.0
|
63 |
MarkupSafe==2.1.3
|
64 |
marshmallow==3.19.0
|
|
|
|
|
|
|
|
|
65 |
mdurl==0.1.2
|
66 |
monotonic==1.6
|
67 |
mpmath==1.3.0
|
@@ -88,6 +102,9 @@ pdfminer.six==20221105
|
|
88 |
pickleshare==0.7.5
|
89 |
Pillow==9.5.0
|
90 |
platformdirs==3.8.0
|
|
|
|
|
|
|
91 |
psutil==5.9.5
|
92 |
pulsar-client==3.2.0
|
93 |
pure-eval==0.2.2
|
@@ -126,6 +143,7 @@ tabulate==0.9.0
|
|
126 |
tenacity==8.2.2
|
127 |
tiktoken==0.4.0
|
128 |
tokenizers==0.13.3
|
|
|
129 |
tornado==6.3.2
|
130 |
tqdm==4.65.0
|
131 |
traitlets==5.9.0
|
|
|
1 |
+
aiofiles==23.1.0
|
2 |
+
aiohttp==3.8.4
|
3 |
aiosignal==1.3.1
|
4 |
altair==5.0.1
|
5 |
anyio==3.7.0
|
|
|
16 |
charset-normalizer==3.1.0
|
17 |
chromadb==0.3.26
|
18 |
click==8.1.3
|
19 |
+
clickhouse-connect==0.6.4
|
20 |
colorama==0.4.6
|
21 |
coloredlogs==15.0.1
|
22 |
comm==0.1.3
|
|
|
40 |
flatbuffers==23.5.26
|
41 |
fonttools==4.40.0
|
42 |
frozenlist==1.3.3
|
43 |
+
fsspec==2023.6.0
|
44 |
+
google-search-results==2.4.2
|
45 |
+
gradio==3.35.2
|
46 |
+
gradio_client==0.2.7
|
47 |
greenlet==2.0.2
|
48 |
h11==0.14.0
|
49 |
hnswlib==0.7.0
|
|
|
53 |
huggingface-hub==0.15.1
|
54 |
humanfriendly==10.0
|
55 |
idna==3.4
|
56 |
+
ipykernel==6.23.3
|
57 |
ipython==8.14.0
|
58 |
jedi==0.18.2
|
59 |
Jinja2==3.1.2
|
|
|
61 |
jsonschema==4.17.3
|
62 |
jupyter_client==8.3.0
|
63 |
jupyter_core==5.3.1
|
64 |
+
kiwisolver==1.4.4
|
65 |
+
langchain==0.0.215
|
66 |
langchainplus-sdk==0.0.17
|
67 |
lark==1.1.5
|
68 |
linkify-it-py==2.0.2
|
|
|
72 |
markdown-it-py==2.2.0
|
73 |
MarkupSafe==2.1.3
|
74 |
marshmallow==3.19.0
|
75 |
+
marshmallow-enum==1.5.1
|
76 |
+
matplotlib==3.7.1
|
77 |
+
matplotlib-inline==0.1.6
|
78 |
+
mdit-py-plugins==0.3.3
|
79 |
mdurl==0.1.2
|
80 |
monotonic==1.6
|
81 |
mpmath==1.3.0
|
|
|
102 |
pickleshare==0.7.5
|
103 |
Pillow==9.5.0
|
104 |
platformdirs==3.8.0
|
105 |
+
posthog==3.0.1
|
106 |
+
prompt-toolkit==3.0.38
|
107 |
+
protobuf==4.23.3
|
108 |
psutil==5.9.5
|
109 |
pulsar-client==3.2.0
|
110 |
pure-eval==0.2.2
|
|
|
143 |
tenacity==8.2.2
|
144 |
tiktoken==0.4.0
|
145 |
tokenizers==0.13.3
|
146 |
+
toolz==0.12.0
|
147 |
tornado==6.3.2
|
148 |
tqdm==4.65.0
|
149 |
traitlets==5.9.0
|