Omar Solano
commited on
Commit
Β·
187d389
1
Parent(s):
dcb4b4e
update reqs
Browse files- README.md +1 -1
- requirements.txt +68 -29
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: π§π»βπ«
|
|
4 |
colorFrom: gray
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 4.
|
8 |
app_file: scripts/gradio-ui.py
|
9 |
pinned: false
|
10 |
---
|
|
|
4 |
colorFrom: gray
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.39.0
|
8 |
app_file: scripts/gradio-ui.py
|
9 |
pinned: false
|
10 |
---
|
requirements.txt
CHANGED
@@ -8,14 +8,17 @@ appnope==0.1.4
|
|
8 |
asgiref==3.8.1
|
9 |
asttokens==2.4.1
|
10 |
attrs==23.2.0
|
|
|
11 |
backoff==2.2.1
|
12 |
bcrypt==4.2.0
|
13 |
beautifulsoup4==4.12.3
|
14 |
-
|
15 |
-
|
|
|
16 |
build==1.2.1
|
17 |
cachetools==5.4.0
|
18 |
certifi==2024.7.4
|
|
|
19 |
charset-normalizer==3.3.2
|
20 |
chroma-hnswlib==0.7.6
|
21 |
chromadb==0.5.5
|
@@ -23,11 +26,15 @@ click==8.1.7
|
|
23 |
cohere==5.6.2
|
24 |
coloredlogs==15.0.1
|
25 |
comm==0.2.2
|
|
|
26 |
contourpy==1.2.1
|
|
|
|
|
27 |
cycler==0.12.1
|
28 |
dataclasses-json==0.6.7
|
29 |
debugpy==1.8.2
|
30 |
decorator==5.1.1
|
|
|
31 |
deprecated==1.2.14
|
32 |
dirtyjson==1.0.8
|
33 |
distro==1.9.0
|
@@ -38,6 +45,7 @@ executing==2.0.1
|
|
38 |
fastapi==0.111.1
|
39 |
fastapi-cli==0.0.4
|
40 |
fastavro==1.9.5
|
|
|
41 |
ffmpy==0.3.2
|
42 |
filelock==3.15.4
|
43 |
flatbuffers==24.3.25
|
@@ -46,7 +54,7 @@ frozenlist==1.4.1
|
|
46 |
fsspec==2024.6.1
|
47 |
google-ai-generativelanguage==0.6.4
|
48 |
google-api-core==2.19.1
|
49 |
-
google-api-python-client==2.
|
50 |
google-auth==2.32.0
|
51 |
google-auth-httplib2==0.2.0
|
52 |
google-cloud-aiplatform==1.60.0
|
@@ -73,12 +81,16 @@ httpx==0.27.0
|
|
73 |
httpx-sse==0.4.0
|
74 |
huggingface-hub==0.24.2
|
75 |
humanfriendly==10.0
|
|
|
76 |
idna==3.7
|
77 |
-
importlib-metadata==
|
78 |
importlib-resources==6.4.0
|
79 |
-
|
|
|
80 |
ipykernel==6.29.5
|
81 |
ipython==8.26.0
|
|
|
|
|
82 |
jedi==0.19.1
|
83 |
jinja2==3.1.4
|
84 |
jiter==0.4.2
|
@@ -86,27 +98,30 @@ jmespath==1.0.1
|
|
86 |
joblib==1.4.2
|
87 |
jsonpatch==1.33
|
88 |
jsonpointer==3.0.0
|
|
|
|
|
89 |
jupyter-client==8.6.2
|
90 |
jupyter-core==5.7.2
|
|
|
91 |
kiwisolver==1.4.5
|
92 |
kubernetes==30.1.0
|
93 |
langchain==0.2.11
|
94 |
langchain-chroma==0.1.2
|
95 |
-
langchain-core==0.2.
|
96 |
-
langchain-openai==0.1.
|
97 |
langchain-text-splitters==0.2.2
|
98 |
langsmith==0.1.93
|
99 |
-
llama-cloud==0.0.
|
100 |
-
llama-index==0.10.
|
101 |
llama-index-agent-openai==0.2.9
|
102 |
llama-index-cli==0.1.13
|
103 |
-
llama-index-core==0.10.
|
104 |
llama-index-embeddings-adapter==0.1.3
|
105 |
llama-index-embeddings-cohere==0.1.9
|
106 |
llama-index-embeddings-huggingface==0.2.2
|
107 |
llama-index-embeddings-openai==0.1.11
|
108 |
llama-index-finetuning==0.1.7
|
109 |
-
llama-index-indices-managed-llama-cloud==0.2.
|
110 |
llama-index-legacy==0.9.48
|
111 |
llama-index-llms-gemini==0.1.11
|
112 |
llama-index-llms-gradient==0.1.2
|
@@ -117,11 +132,12 @@ llama-index-multi-modal-llms-openai==0.1.8
|
|
117 |
llama-index-postprocessor-cohere-rerank==0.1.7
|
118 |
llama-index-program-openai==0.1.7
|
119 |
llama-index-question-gen-openai==0.1.3
|
120 |
-
llama-index-readers-file==0.1.
|
121 |
llama-index-readers-llama-parse==0.1.6
|
122 |
llama-index-vector-stores-chroma==0.1.10
|
123 |
llama-parse==0.4.9
|
124 |
logfire==0.48.0
|
|
|
125 |
markdown-it-py==3.0.0
|
126 |
markupsafe==2.1.5
|
127 |
marshmallow==3.21.3
|
@@ -129,52 +145,62 @@ matplotlib==3.9.1
|
|
129 |
matplotlib-inline==0.1.7
|
130 |
mdurl==0.1.2
|
131 |
minijinja==2.0.1
|
|
|
132 |
mmh3==4.1.0
|
133 |
monotonic==1.6
|
134 |
mpmath==1.3.0
|
135 |
multidict==6.0.5
|
136 |
mypy-extensions==1.0.0
|
|
|
|
|
|
|
137 |
nest-asyncio==1.6.0
|
138 |
networkx==3.3
|
139 |
nltk==3.8.1
|
140 |
numpy==1.26.4
|
141 |
oauthlib==3.2.2
|
142 |
onnxruntime==1.18.1
|
143 |
-
openai==1.37.
|
144 |
-
opentelemetry-api==1.
|
145 |
-
opentelemetry-exporter-otlp-proto-common==1.
|
146 |
-
opentelemetry-exporter-otlp-proto-grpc==1.
|
147 |
-
opentelemetry-exporter-otlp-proto-http==1.
|
148 |
-
opentelemetry-instrumentation==0.
|
149 |
-
opentelemetry-instrumentation-asgi==0.
|
150 |
-
opentelemetry-instrumentation-fastapi==0.
|
151 |
-
opentelemetry-proto==1.
|
152 |
-
opentelemetry-sdk==1.
|
153 |
-
opentelemetry-semantic-conventions==0.
|
154 |
-
opentelemetry-util-http==0.
|
155 |
orjson==3.10.6
|
156 |
overrides==7.7.0
|
157 |
packaging==24.1
|
158 |
pandas==2.2.2
|
|
|
159 |
parameterized==0.9.0
|
|
|
160 |
parso==0.8.4
|
161 |
pexpect==4.9.0
|
162 |
pillow==10.4.0
|
163 |
platformdirs==4.2.2
|
164 |
posthog==3.5.0
|
165 |
prompt-toolkit==3.0.47
|
|
|
166 |
proto-plus==1.24.0
|
167 |
-
protobuf==4.25.
|
168 |
psutil==6.0.0
|
169 |
ptyprocess==0.7.0
|
170 |
pure-eval==0.2.3
|
171 |
pyarrow==15.0.2
|
172 |
pyasn1==0.6.0
|
173 |
pyasn1-modules==0.4.0
|
|
|
174 |
pydantic==2.8.2
|
175 |
pydantic-core==2.20.1
|
|
|
176 |
pydub==0.25.1
|
177 |
pygments==2.18.0
|
|
|
178 |
pyparsing==3.1.2
|
179 |
pypdf==4.3.1
|
180 |
pypika==0.48.9
|
@@ -185,18 +211,24 @@ python-multipart==0.0.9
|
|
185 |
pytz==2024.1
|
186 |
pyyaml==6.0.1
|
187 |
pyzmq==26.0.3
|
188 |
-
|
|
|
|
|
189 |
requests==2.32.3
|
|
|
190 |
requests-oauthlib==2.0.0
|
191 |
rich==13.7.1
|
|
|
192 |
rsa==4.9
|
193 |
-
ruff==0.5.
|
194 |
s3transfer==0.10.2
|
195 |
safetensors==0.4.3
|
196 |
scikit-learn==1.5.1
|
197 |
scipy==1.14.0
|
|
|
198 |
semantic-version==2.10.0
|
199 |
sentence-transformers==2.7.0
|
|
|
200 |
setuptools==71.1.0
|
201 |
shapely==2.0.5
|
202 |
shellingham==1.5.4
|
@@ -208,16 +240,20 @@ stack-data==0.6.3
|
|
208 |
starlette==0.37.2
|
209 |
striprtf==0.0.26
|
210 |
sympy==1.13.1
|
|
|
211 |
tenacity==8.5.0
|
212 |
threadpoolctl==3.5.0
|
213 |
tiktoken==0.7.0
|
|
|
|
|
214 |
tokenizers==0.19.1
|
215 |
tomlkit==0.12.0
|
216 |
torch==2.4.0
|
217 |
tornado==6.4.1
|
218 |
tqdm==4.66.4
|
219 |
traitlets==5.14.3
|
220 |
-
transformers==4.43.
|
|
|
221 |
typer==0.12.3
|
222 |
types-requests==2.32.0.20240712
|
223 |
typing-extensions==4.12.2
|
@@ -227,10 +263,13 @@ uritemplate==4.1.1
|
|
227 |
urllib3==2.2.2
|
228 |
uvicorn==0.30.3
|
229 |
uvloop==0.19.0
|
|
|
230 |
watchfiles==0.22.0
|
231 |
wcwidth==0.2.13
|
|
|
232 |
websocket-client==1.8.0
|
233 |
websockets==11.0.3
|
234 |
wrapt==1.16.0
|
235 |
yarl==1.9.4
|
236 |
-
zipp==3.19.2
|
|
|
|
8 |
asgiref==3.8.1
|
9 |
asttokens==2.4.1
|
10 |
attrs==23.2.0
|
11 |
+
automat==22.10.0
|
12 |
backoff==2.2.1
|
13 |
bcrypt==4.2.0
|
14 |
beautifulsoup4==4.12.3
|
15 |
+
bleach==6.1.0
|
16 |
+
boto3==1.34.149
|
17 |
+
botocore==1.34.149
|
18 |
build==1.2.1
|
19 |
cachetools==5.4.0
|
20 |
certifi==2024.7.4
|
21 |
+
cffi==1.16.0
|
22 |
charset-normalizer==3.3.2
|
23 |
chroma-hnswlib==0.7.6
|
24 |
chromadb==0.5.5
|
|
|
26 |
cohere==5.6.2
|
27 |
coloredlogs==15.0.1
|
28 |
comm==0.2.2
|
29 |
+
constantly==23.10.4
|
30 |
contourpy==1.2.1
|
31 |
+
cryptography==43.0.0
|
32 |
+
cssselect==1.2.0
|
33 |
cycler==0.12.1
|
34 |
dataclasses-json==0.6.7
|
35 |
debugpy==1.8.2
|
36 |
decorator==5.1.1
|
37 |
+
defusedxml==0.7.1
|
38 |
deprecated==1.2.14
|
39 |
dirtyjson==1.0.8
|
40 |
distro==1.9.0
|
|
|
45 |
fastapi==0.111.1
|
46 |
fastapi-cli==0.0.4
|
47 |
fastavro==1.9.5
|
48 |
+
fastjsonschema==2.20.0
|
49 |
ffmpy==0.3.2
|
50 |
filelock==3.15.4
|
51 |
flatbuffers==24.3.25
|
|
|
54 |
fsspec==2024.6.1
|
55 |
google-ai-generativelanguage==0.6.4
|
56 |
google-api-core==2.19.1
|
57 |
+
google-api-python-client==2.138.0
|
58 |
google-auth==2.32.0
|
59 |
google-auth-httplib2==0.2.0
|
60 |
google-cloud-aiplatform==1.60.0
|
|
|
81 |
httpx-sse==0.4.0
|
82 |
huggingface-hub==0.24.2
|
83 |
humanfriendly==10.0
|
84 |
+
hyperlink==21.0.0
|
85 |
idna==3.7
|
86 |
+
importlib-metadata==8.0.0
|
87 |
importlib-resources==6.4.0
|
88 |
+
incremental==24.7.1
|
89 |
+
instructor==1.3.7
|
90 |
ipykernel==6.29.5
|
91 |
ipython==8.26.0
|
92 |
+
itemadapter==0.9.0
|
93 |
+
itemloaders==1.3.1
|
94 |
jedi==0.19.1
|
95 |
jinja2==3.1.4
|
96 |
jiter==0.4.2
|
|
|
98 |
joblib==1.4.2
|
99 |
jsonpatch==1.33
|
100 |
jsonpointer==3.0.0
|
101 |
+
jsonschema==4.23.0
|
102 |
+
jsonschema-specifications==2023.12.1
|
103 |
jupyter-client==8.6.2
|
104 |
jupyter-core==5.7.2
|
105 |
+
jupyterlab-pygments==0.3.0
|
106 |
kiwisolver==1.4.5
|
107 |
kubernetes==30.1.0
|
108 |
langchain==0.2.11
|
109 |
langchain-chroma==0.1.2
|
110 |
+
langchain-core==0.2.24
|
111 |
+
langchain-openai==0.1.19
|
112 |
langchain-text-splitters==0.2.2
|
113 |
langsmith==0.1.93
|
114 |
+
llama-cloud==0.0.11
|
115 |
+
llama-index==0.10.58
|
116 |
llama-index-agent-openai==0.2.9
|
117 |
llama-index-cli==0.1.13
|
118 |
+
llama-index-core==0.10.58
|
119 |
llama-index-embeddings-adapter==0.1.3
|
120 |
llama-index-embeddings-cohere==0.1.9
|
121 |
llama-index-embeddings-huggingface==0.2.2
|
122 |
llama-index-embeddings-openai==0.1.11
|
123 |
llama-index-finetuning==0.1.7
|
124 |
+
llama-index-indices-managed-llama-cloud==0.2.7
|
125 |
llama-index-legacy==0.9.48
|
126 |
llama-index-llms-gemini==0.1.11
|
127 |
llama-index-llms-gradient==0.1.2
|
|
|
132 |
llama-index-postprocessor-cohere-rerank==0.1.7
|
133 |
llama-index-program-openai==0.1.7
|
134 |
llama-index-question-gen-openai==0.1.3
|
135 |
+
llama-index-readers-file==0.1.31
|
136 |
llama-index-readers-llama-parse==0.1.6
|
137 |
llama-index-vector-stores-chroma==0.1.10
|
138 |
llama-parse==0.4.9
|
139 |
logfire==0.48.0
|
140 |
+
lxml==5.2.2
|
141 |
markdown-it-py==3.0.0
|
142 |
markupsafe==2.1.5
|
143 |
marshmallow==3.21.3
|
|
|
145 |
matplotlib-inline==0.1.7
|
146 |
mdurl==0.1.2
|
147 |
minijinja==2.0.1
|
148 |
+
mistune==3.0.2
|
149 |
mmh3==4.1.0
|
150 |
monotonic==1.6
|
151 |
mpmath==1.3.0
|
152 |
multidict==6.0.5
|
153 |
mypy-extensions==1.0.0
|
154 |
+
nbclient==0.10.0
|
155 |
+
nbconvert==7.16.4
|
156 |
+
nbformat==5.10.4
|
157 |
nest-asyncio==1.6.0
|
158 |
networkx==3.3
|
159 |
nltk==3.8.1
|
160 |
numpy==1.26.4
|
161 |
oauthlib==3.2.2
|
162 |
onnxruntime==1.18.1
|
163 |
+
openai==1.37.1
|
164 |
+
opentelemetry-api==1.26.0
|
165 |
+
opentelemetry-exporter-otlp-proto-common==1.26.0
|
166 |
+
opentelemetry-exporter-otlp-proto-grpc==1.26.0
|
167 |
+
opentelemetry-exporter-otlp-proto-http==1.26.0
|
168 |
+
opentelemetry-instrumentation==0.47b0
|
169 |
+
opentelemetry-instrumentation-asgi==0.47b0
|
170 |
+
opentelemetry-instrumentation-fastapi==0.47b0
|
171 |
+
opentelemetry-proto==1.26.0
|
172 |
+
opentelemetry-sdk==1.26.0
|
173 |
+
opentelemetry-semantic-conventions==0.47b0
|
174 |
+
opentelemetry-util-http==0.47b0
|
175 |
orjson==3.10.6
|
176 |
overrides==7.7.0
|
177 |
packaging==24.1
|
178 |
pandas==2.2.2
|
179 |
+
pandocfilters==1.5.1
|
180 |
parameterized==0.9.0
|
181 |
+
parsel==1.9.1
|
182 |
parso==0.8.4
|
183 |
pexpect==4.9.0
|
184 |
pillow==10.4.0
|
185 |
platformdirs==4.2.2
|
186 |
posthog==3.5.0
|
187 |
prompt-toolkit==3.0.47
|
188 |
+
protego==0.3.1
|
189 |
proto-plus==1.24.0
|
190 |
+
protobuf==4.25.4
|
191 |
psutil==6.0.0
|
192 |
ptyprocess==0.7.0
|
193 |
pure-eval==0.2.3
|
194 |
pyarrow==15.0.2
|
195 |
pyasn1==0.6.0
|
196 |
pyasn1-modules==0.4.0
|
197 |
+
pycparser==2.22
|
198 |
pydantic==2.8.2
|
199 |
pydantic-core==2.20.1
|
200 |
+
pydispatcher==2.0.7
|
201 |
pydub==0.25.1
|
202 |
pygments==2.18.0
|
203 |
+
pyopenssl==24.2.1
|
204 |
pyparsing==3.1.2
|
205 |
pypdf==4.3.1
|
206 |
pypika==0.48.9
|
|
|
211 |
pytz==2024.1
|
212 |
pyyaml==6.0.1
|
213 |
pyzmq==26.0.3
|
214 |
+
queuelib==1.7.0
|
215 |
+
referencing==0.35.1
|
216 |
+
regex==2024.7.24
|
217 |
requests==2.32.3
|
218 |
+
requests-file==2.1.0
|
219 |
requests-oauthlib==2.0.0
|
220 |
rich==13.7.1
|
221 |
+
rpds-py==0.19.1
|
222 |
rsa==4.9
|
223 |
+
ruff==0.5.5
|
224 |
s3transfer==0.10.2
|
225 |
safetensors==0.4.3
|
226 |
scikit-learn==1.5.1
|
227 |
scipy==1.14.0
|
228 |
+
scrapy==2.11.2
|
229 |
semantic-version==2.10.0
|
230 |
sentence-transformers==2.7.0
|
231 |
+
service-identity==24.1.0
|
232 |
setuptools==71.1.0
|
233 |
shapely==2.0.5
|
234 |
shellingham==1.5.4
|
|
|
240 |
starlette==0.37.2
|
241 |
striprtf==0.0.26
|
242 |
sympy==1.13.1
|
243 |
+
tabulate==0.9.0
|
244 |
tenacity==8.5.0
|
245 |
threadpoolctl==3.5.0
|
246 |
tiktoken==0.7.0
|
247 |
+
tinycss2==1.3.0
|
248 |
+
tldextract==5.1.2
|
249 |
tokenizers==0.19.1
|
250 |
tomlkit==0.12.0
|
251 |
torch==2.4.0
|
252 |
tornado==6.4.1
|
253 |
tqdm==4.66.4
|
254 |
traitlets==5.14.3
|
255 |
+
transformers==4.43.3
|
256 |
+
twisted==24.3.0
|
257 |
typer==0.12.3
|
258 |
types-requests==2.32.0.20240712
|
259 |
typing-extensions==4.12.2
|
|
|
263 |
urllib3==2.2.2
|
264 |
uvicorn==0.30.3
|
265 |
uvloop==0.19.0
|
266 |
+
w3lib==2.2.1
|
267 |
watchfiles==0.22.0
|
268 |
wcwidth==0.2.13
|
269 |
+
webencodings==0.5.1
|
270 |
websocket-client==1.8.0
|
271 |
websockets==11.0.3
|
272 |
wrapt==1.16.0
|
273 |
yarl==1.9.4
|
274 |
+
zipp==3.19.2
|
275 |
+
zope-interface==6.4.post2
|