Spaces:
Running
Running
Commit
·
e9f566f
1
Parent(s):
fd611a8
Update requirements.txt
Browse files- requirements.txt +12 -8
requirements.txt
CHANGED
@@ -14,7 +14,7 @@ blinker==1.5
|
|
14 |
cachetools==5.3.0
|
15 |
certifi==2022.12.7
|
16 |
charset-normalizer==3.0.1
|
17 |
-
chromadb==0.3.
|
18 |
click==8.1.3
|
19 |
clickhouse-connect==0.5.12
|
20 |
comm==0.1.2
|
@@ -24,7 +24,7 @@ dataclasses-json==0.5.7
|
|
24 |
debugpy==1.6.6
|
25 |
decorator==5.1.1
|
26 |
Deprecated==1.2.13
|
27 |
-
duckdb==0.
|
28 |
entrypoints==0.4
|
29 |
et-xmlfile==1.1.0
|
30 |
executing==1.2.0
|
@@ -36,6 +36,7 @@ frozenlist==1.3.3
|
|
36 |
fsspec==2023.1.0
|
37 |
gitdb==4.0.10
|
38 |
GitPython==3.1.31
|
|
|
39 |
gradio==3.18.0
|
40 |
h11==0.14.0
|
41 |
hnswlib==0.7.0
|
@@ -52,10 +53,10 @@ jedi==0.18.2
|
|
52 |
Jinja2==3.1.2
|
53 |
joblib==1.2.0
|
54 |
jsonschema==4.17.3
|
55 |
-
|
56 |
-
|
57 |
kiwisolver==1.4.4
|
58 |
-
langchain==0.0.
|
59 |
linkify-it-py==1.0.3
|
60 |
lxml==4.9.2
|
61 |
lz4==4.3.2
|
@@ -73,7 +74,8 @@ mypy-extensions==1.0.0
|
|
73 |
nest-asyncio==1.5.6
|
74 |
nltk==3.8.1
|
75 |
numpy==1.21.6
|
76 |
-
openai==0.
|
|
|
77 |
openpyxl==3.1.1
|
78 |
orjson==3.8.6
|
79 |
packaging==23.0
|
@@ -83,6 +85,7 @@ pexpect==4.8.0
|
|
83 |
pickleshare==0.7.5
|
84 |
Pillow==9.4.0
|
85 |
platformdirs==3.0.0
|
|
|
86 |
prompt-toolkit==3.0.36
|
87 |
protobuf==3.20.3
|
88 |
psutil==5.9.4
|
@@ -96,7 +99,7 @@ pydub==0.25.1
|
|
96 |
Pygments==2.14.0
|
97 |
Pympler==1.0.1
|
98 |
pyparsing==3.0.9
|
99 |
-
|
100 |
pyrsistent==0.19.3
|
101 |
python-dateutil==2.8.2
|
102 |
python-docx==0.8.11
|
@@ -126,6 +129,7 @@ starlette==0.20.4
|
|
126 |
streamlit==1.18.1
|
127 |
tenacity==8.2.1
|
128 |
threadpoolctl==3.1.0
|
|
|
129 |
tokenizers==0.13.2
|
130 |
toml==0.10.2
|
131 |
toolz==0.12.0
|
@@ -135,8 +139,8 @@ tornado==6.2
|
|
135 |
tqdm==4.64.1
|
136 |
traitlets==5.9.0
|
137 |
transformers==4.26.1
|
|
|
138 |
typing-inspect==0.8.0
|
139 |
-
typing_extensions==4.5.0
|
140 |
tzdata==2022.7
|
141 |
tzlocal==4.2
|
142 |
uc-micro-py==1.0.1
|
|
|
14 |
cachetools==5.3.0
|
15 |
certifi==2022.12.7
|
16 |
charset-normalizer==3.0.1
|
17 |
+
chromadb==0.3.21
|
18 |
click==8.1.3
|
19 |
clickhouse-connect==0.5.12
|
20 |
comm==0.1.2
|
|
|
24 |
debugpy==1.6.6
|
25 |
decorator==5.1.1
|
26 |
Deprecated==1.2.13
|
27 |
+
duckdb==0.7.1
|
28 |
entrypoints==0.4
|
29 |
et-xmlfile==1.1.0
|
30 |
executing==1.2.0
|
|
|
36 |
fsspec==2023.1.0
|
37 |
gitdb==4.0.10
|
38 |
GitPython==3.1.31
|
39 |
+
gptcache==0.1.11
|
40 |
gradio==3.18.0
|
41 |
h11==0.14.0
|
42 |
hnswlib==0.7.0
|
|
|
53 |
Jinja2==3.1.2
|
54 |
joblib==1.2.0
|
55 |
jsonschema==4.17.3
|
56 |
+
jupyter-client==8.0.3
|
57 |
+
jupyter-core==5.2.0
|
58 |
kiwisolver==1.4.4
|
59 |
+
langchain==0.0.139
|
60 |
linkify-it-py==1.0.3
|
61 |
lxml==4.9.2
|
62 |
lz4==4.3.2
|
|
|
74 |
nest-asyncio==1.5.6
|
75 |
nltk==3.8.1
|
76 |
numpy==1.21.6
|
77 |
+
openai==0.27.4
|
78 |
+
openapi-schema-pydantic==1.2.4
|
79 |
openpyxl==3.1.1
|
80 |
orjson==3.8.6
|
81 |
packaging==23.0
|
|
|
85 |
pickleshare==0.7.5
|
86 |
Pillow==9.4.0
|
87 |
platformdirs==3.0.0
|
88 |
+
posthog==2.5.0
|
89 |
prompt-toolkit==3.0.36
|
90 |
protobuf==3.20.3
|
91 |
psutil==5.9.4
|
|
|
99 |
Pygments==2.14.0
|
100 |
Pympler==1.0.1
|
101 |
pyparsing==3.0.9
|
102 |
+
pypdf2==3.0.1
|
103 |
pyrsistent==0.19.3
|
104 |
python-dateutil==2.8.2
|
105 |
python-docx==0.8.11
|
|
|
129 |
streamlit==1.18.1
|
130 |
tenacity==8.2.1
|
131 |
threadpoolctl==3.1.0
|
132 |
+
tiktoken==0.3.3
|
133 |
tokenizers==0.13.2
|
134 |
toml==0.10.2
|
135 |
toolz==0.12.0
|
|
|
139 |
tqdm==4.64.1
|
140 |
traitlets==5.9.0
|
141 |
transformers==4.26.1
|
142 |
+
typing-extensions==4.5.0
|
143 |
typing-inspect==0.8.0
|
|
|
144 |
tzdata==2022.7
|
145 |
tzlocal==4.2
|
146 |
uc-micro-py==1.0.1
|