Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Use uv
Browse files- .python-version +1 -0
- pre-requirements.txt +0 -2
- pyproject.toml +17 -0
- requirements.txt +566 -2
- uv.lock +0 -0
.python-version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
3.10
|
pre-requirements.txt
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
ragatouille==0.0.8.post2
|
2 |
-
spacy==3.7.4
|
|
|
|
|
|
pyproject.toml
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[project]
|
2 |
+
name = "daily-papers"
|
3 |
+
version = "0.1.0"
|
4 |
+
description = ""
|
5 |
+
readme = "README.md"
|
6 |
+
requires-python = ">=3.10"
|
7 |
+
dependencies = [
|
8 |
+
"datasets>=2.21.0",
|
9 |
+
"gradio-calendar>=0.0.4",
|
10 |
+
"gradio>=4.44.0",
|
11 |
+
"hf-transfer>=0.1.8",
|
12 |
+
"huggingface-hub>=0.24.6",
|
13 |
+
"pandas>=2.2.2",
|
14 |
+
"ragatouille>=0.0.8.post4",
|
15 |
+
"setuptools>=74.1.2",
|
16 |
+
"tqdm>=4.66.5",
|
17 |
+
]
|
requirements.txt
CHANGED
@@ -1,6 +1,570 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
datasets==2.21.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
gradio==4.44.0
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
pandas==2.2.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
tqdm==4.66.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# This file was autogenerated by uv via the following command:
|
2 |
+
# uv pip compile pyproject.toml -o requirements.txt
|
3 |
+
aiofiles==23.2.1
|
4 |
+
# via gradio
|
5 |
+
aiohappyeyeballs==2.4.0
|
6 |
+
# via aiohttp
|
7 |
+
aiohttp==3.10.5
|
8 |
+
# via
|
9 |
+
# datasets
|
10 |
+
# fsspec
|
11 |
+
# langchain
|
12 |
+
# llama-index-core
|
13 |
+
# llama-index-legacy
|
14 |
+
aiosignal==1.3.1
|
15 |
+
# via aiohttp
|
16 |
+
annotated-types==0.7.0
|
17 |
+
# via pydantic
|
18 |
+
anyio==4.4.0
|
19 |
+
# via
|
20 |
+
# gradio
|
21 |
+
# httpx
|
22 |
+
# openai
|
23 |
+
# starlette
|
24 |
+
async-timeout==4.0.3
|
25 |
+
# via
|
26 |
+
# aiohttp
|
27 |
+
# langchain
|
28 |
+
attrs==24.2.0
|
29 |
+
# via aiohttp
|
30 |
+
beautifulsoup4==4.12.3
|
31 |
+
# via llama-index-readers-file
|
32 |
+
bitarray==2.9.2
|
33 |
+
# via colbert-ai
|
34 |
+
blinker==1.8.2
|
35 |
+
# via flask
|
36 |
+
catalogue==2.0.10
|
37 |
+
# via srsly
|
38 |
+
certifi==2024.8.30
|
39 |
+
# via
|
40 |
+
# httpcore
|
41 |
+
# httpx
|
42 |
+
# requests
|
43 |
+
charset-normalizer==3.3.2
|
44 |
+
# via requests
|
45 |
+
click==8.1.7
|
46 |
+
# via
|
47 |
+
# flask
|
48 |
+
# nltk
|
49 |
+
# typer
|
50 |
+
# uvicorn
|
51 |
+
colbert-ai==0.2.19
|
52 |
+
# via ragatouille
|
53 |
+
contourpy==1.3.0
|
54 |
+
# via matplotlib
|
55 |
+
cycler==0.12.1
|
56 |
+
# via matplotlib
|
57 |
+
dataclasses-json==0.6.7
|
58 |
+
# via
|
59 |
+
# llama-index-core
|
60 |
+
# llama-index-legacy
|
61 |
datasets==2.21.0
|
62 |
+
# via
|
63 |
+
# daily-papers (pyproject.toml)
|
64 |
+
# colbert-ai
|
65 |
+
deprecated==1.2.14
|
66 |
+
# via
|
67 |
+
# llama-index-core
|
68 |
+
# llama-index-legacy
|
69 |
+
dill==0.3.8
|
70 |
+
# via
|
71 |
+
# datasets
|
72 |
+
# multiprocess
|
73 |
+
dirtyjson==1.0.8
|
74 |
+
# via
|
75 |
+
# llama-index-core
|
76 |
+
# llama-index-legacy
|
77 |
+
distro==1.9.0
|
78 |
+
# via openai
|
79 |
+
exceptiongroup==1.2.2
|
80 |
+
# via anyio
|
81 |
+
faiss-cpu==1.8.0.post1
|
82 |
+
# via ragatouille
|
83 |
+
fast-pytorch-kmeans==0.2.0.1
|
84 |
+
# via ragatouille
|
85 |
+
fastapi==0.114.0
|
86 |
+
# via gradio
|
87 |
+
ffmpy==0.4.0
|
88 |
+
# via gradio
|
89 |
+
filelock==3.16.0
|
90 |
+
# via
|
91 |
+
# datasets
|
92 |
+
# huggingface-hub
|
93 |
+
# torch
|
94 |
+
# transformers
|
95 |
+
# triton
|
96 |
+
flask==3.0.3
|
97 |
+
# via colbert-ai
|
98 |
+
fonttools==4.53.1
|
99 |
+
# via matplotlib
|
100 |
+
frozenlist==1.4.1
|
101 |
+
# via
|
102 |
+
# aiohttp
|
103 |
+
# aiosignal
|
104 |
+
fsspec==2024.6.1
|
105 |
+
# via
|
106 |
+
# datasets
|
107 |
+
# gradio-client
|
108 |
+
# huggingface-hub
|
109 |
+
# llama-index-core
|
110 |
+
# llama-index-legacy
|
111 |
+
# torch
|
112 |
+
git-python==1.0.3
|
113 |
+
# via colbert-ai
|
114 |
+
gitdb==4.0.11
|
115 |
+
# via gitpython
|
116 |
+
gitpython==3.1.43
|
117 |
+
# via git-python
|
118 |
gradio==4.44.0
|
119 |
+
# via
|
120 |
+
# daily-papers (pyproject.toml)
|
121 |
+
# gradio-calendar
|
122 |
+
gradio-calendar==0.0.4
|
123 |
+
# via daily-papers (pyproject.toml)
|
124 |
+
gradio-client==1.3.0
|
125 |
+
# via gradio
|
126 |
+
greenlet==3.1.0
|
127 |
+
# via sqlalchemy
|
128 |
+
h11==0.14.0
|
129 |
+
# via
|
130 |
+
# httpcore
|
131 |
+
# uvicorn
|
132 |
+
hf-transfer==0.1.8
|
133 |
+
# via daily-papers (pyproject.toml)
|
134 |
+
httpcore==1.0.5
|
135 |
+
# via httpx
|
136 |
+
httpx==0.27.2
|
137 |
+
# via
|
138 |
+
# gradio
|
139 |
+
# gradio-client
|
140 |
+
# langsmith
|
141 |
+
# llama-cloud
|
142 |
+
# llama-index-core
|
143 |
+
# llama-index-legacy
|
144 |
+
# openai
|
145 |
+
huggingface-hub==0.24.6
|
146 |
+
# via
|
147 |
+
# daily-papers (pyproject.toml)
|
148 |
+
# datasets
|
149 |
+
# gradio
|
150 |
+
# gradio-client
|
151 |
+
# sentence-transformers
|
152 |
+
# tokenizers
|
153 |
+
# transformers
|
154 |
+
idna==3.8
|
155 |
+
# via
|
156 |
+
# anyio
|
157 |
+
# httpx
|
158 |
+
# requests
|
159 |
+
# yarl
|
160 |
+
importlib-resources==6.4.5
|
161 |
+
# via gradio
|
162 |
+
itsdangerous==2.2.0
|
163 |
+
# via flask
|
164 |
+
jinja2==3.1.4
|
165 |
+
# via
|
166 |
+
# flask
|
167 |
+
# gradio
|
168 |
+
# torch
|
169 |
+
jiter==0.5.0
|
170 |
+
# via openai
|
171 |
+
joblib==1.4.2
|
172 |
+
# via
|
173 |
+
# nltk
|
174 |
+
# scikit-learn
|
175 |
+
jsonpatch==1.33
|
176 |
+
# via langchain-core
|
177 |
+
jsonpointer==3.0.0
|
178 |
+
# via jsonpatch
|
179 |
+
kiwisolver==1.4.7
|
180 |
+
# via matplotlib
|
181 |
+
langchain==0.2.16
|
182 |
+
# via ragatouille
|
183 |
+
langchain-core==0.2.39
|
184 |
+
# via
|
185 |
+
# langchain
|
186 |
+
# langchain-text-splitters
|
187 |
+
# ragatouille
|
188 |
+
langchain-text-splitters==0.2.4
|
189 |
+
# via langchain
|
190 |
+
langsmith==0.1.117
|
191 |
+
# via
|
192 |
+
# langchain
|
193 |
+
# langchain-core
|
194 |
+
llama-cloud==0.0.17
|
195 |
+
# via llama-index-indices-managed-llama-cloud
|
196 |
+
llama-index==0.11.8
|
197 |
+
# via ragatouille
|
198 |
+
llama-index-agent-openai==0.3.1
|
199 |
+
# via
|
200 |
+
# llama-index
|
201 |
+
# llama-index-llms-openai
|
202 |
+
# llama-index-program-openai
|
203 |
+
llama-index-cli==0.3.1
|
204 |
+
# via llama-index
|
205 |
+
llama-index-core==0.11.8
|
206 |
+
# via
|
207 |
+
# llama-index
|
208 |
+
# llama-index-agent-openai
|
209 |
+
# llama-index-cli
|
210 |
+
# llama-index-embeddings-openai
|
211 |
+
# llama-index-indices-managed-llama-cloud
|
212 |
+
# llama-index-llms-openai
|
213 |
+
# llama-index-multi-modal-llms-openai
|
214 |
+
# llama-index-program-openai
|
215 |
+
# llama-index-question-gen-openai
|
216 |
+
# llama-index-readers-file
|
217 |
+
# llama-index-readers-llama-parse
|
218 |
+
# llama-parse
|
219 |
+
llama-index-embeddings-openai==0.2.4
|
220 |
+
# via
|
221 |
+
# llama-index
|
222 |
+
# llama-index-cli
|
223 |
+
llama-index-indices-managed-llama-cloud==0.3.0
|
224 |
+
# via llama-index
|
225 |
+
llama-index-legacy==0.9.48.post3
|
226 |
+
# via llama-index
|
227 |
+
llama-index-llms-openai==0.2.3
|
228 |
+
# via
|
229 |
+
# llama-index
|
230 |
+
# llama-index-agent-openai
|
231 |
+
# llama-index-cli
|
232 |
+
# llama-index-multi-modal-llms-openai
|
233 |
+
# llama-index-program-openai
|
234 |
+
# llama-index-question-gen-openai
|
235 |
+
llama-index-multi-modal-llms-openai==0.2.0
|
236 |
+
# via llama-index
|
237 |
+
llama-index-program-openai==0.2.0
|
238 |
+
# via
|
239 |
+
# llama-index
|
240 |
+
# llama-index-question-gen-openai
|
241 |
+
llama-index-question-gen-openai==0.2.0
|
242 |
+
# via llama-index
|
243 |
+
llama-index-readers-file==0.2.1
|
244 |
+
# via llama-index
|
245 |
+
llama-index-readers-llama-parse==0.3.0
|
246 |
+
# via llama-index
|
247 |
+
llama-parse==0.5.5
|
248 |
+
# via llama-index-readers-llama-parse
|
249 |
+
markdown-it-py==3.0.0
|
250 |
+
# via rich
|
251 |
+
markupsafe==2.1.5
|
252 |
+
# via
|
253 |
+
# gradio
|
254 |
+
# jinja2
|
255 |
+
# werkzeug
|
256 |
+
marshmallow==3.22.0
|
257 |
+
# via dataclasses-json
|
258 |
+
matplotlib==3.9.2
|
259 |
+
# via gradio
|
260 |
+
mdurl==0.1.2
|
261 |
+
# via markdown-it-py
|
262 |
+
mpmath==1.3.0
|
263 |
+
# via sympy
|
264 |
+
multidict==6.1.0
|
265 |
+
# via
|
266 |
+
# aiohttp
|
267 |
+
# yarl
|
268 |
+
multiprocess==0.70.16
|
269 |
+
# via datasets
|
270 |
+
mypy-extensions==1.0.0
|
271 |
+
# via typing-inspect
|
272 |
+
nest-asyncio==1.6.0
|
273 |
+
# via
|
274 |
+
# llama-index-core
|
275 |
+
# llama-index-legacy
|
276 |
+
networkx==3.3
|
277 |
+
# via
|
278 |
+
# llama-index-core
|
279 |
+
# llama-index-legacy
|
280 |
+
# torch
|
281 |
+
ninja==1.11.1.1
|
282 |
+
# via colbert-ai
|
283 |
+
nltk==3.9.1
|
284 |
+
# via
|
285 |
+
# llama-index
|
286 |
+
# llama-index-core
|
287 |
+
# llama-index-legacy
|
288 |
+
numpy==1.26.4
|
289 |
+
# via
|
290 |
+
# contourpy
|
291 |
+
# datasets
|
292 |
+
# faiss-cpu
|
293 |
+
# fast-pytorch-kmeans
|
294 |
+
# gradio
|
295 |
+
# langchain
|
296 |
+
# llama-index-core
|
297 |
+
# llama-index-legacy
|
298 |
+
# matplotlib
|
299 |
+
# onnx
|
300 |
+
# pandas
|
301 |
+
# pyarrow
|
302 |
+
# scikit-learn
|
303 |
+
# scipy
|
304 |
+
# sentence-transformers
|
305 |
+
# transformers
|
306 |
+
# voyager
|
307 |
+
nvidia-cublas-cu12==12.1.3.1
|
308 |
+
# via
|
309 |
+
# nvidia-cudnn-cu12
|
310 |
+
# nvidia-cusolver-cu12
|
311 |
+
# torch
|
312 |
+
nvidia-cuda-cupti-cu12==12.1.105
|
313 |
+
# via torch
|
314 |
+
nvidia-cuda-nvrtc-cu12==12.1.105
|
315 |
+
# via torch
|
316 |
+
nvidia-cuda-runtime-cu12==12.1.105
|
317 |
+
# via torch
|
318 |
+
nvidia-cudnn-cu12==9.1.0.70
|
319 |
+
# via torch
|
320 |
+
nvidia-cufft-cu12==11.0.2.54
|
321 |
+
# via torch
|
322 |
+
nvidia-curand-cu12==10.3.2.106
|
323 |
+
# via torch
|
324 |
+
nvidia-cusolver-cu12==11.4.5.107
|
325 |
+
# via torch
|
326 |
+
nvidia-cusparse-cu12==12.1.0.106
|
327 |
+
# via
|
328 |
+
# nvidia-cusolver-cu12
|
329 |
+
# torch
|
330 |
+
nvidia-nccl-cu12==2.20.5
|
331 |
+
# via torch
|
332 |
+
nvidia-nvjitlink-cu12==12.6.68
|
333 |
+
# via
|
334 |
+
# nvidia-cusolver-cu12
|
335 |
+
# nvidia-cusparse-cu12
|
336 |
+
nvidia-nvtx-cu12==12.1.105
|
337 |
+
# via torch
|
338 |
+
onnx==1.16.2
|
339 |
+
# via ragatouille
|
340 |
+
openai==1.44.1
|
341 |
+
# via
|
342 |
+
# llama-index-agent-openai
|
343 |
+
# llama-index-embeddings-openai
|
344 |
+
# llama-index-legacy
|
345 |
+
# llama-index-llms-openai
|
346 |
+
orjson==3.10.7
|
347 |
+
# via
|
348 |
+
# gradio
|
349 |
+
# langsmith
|
350 |
+
packaging==24.1
|
351 |
+
# via
|
352 |
+
# datasets
|
353 |
+
# faiss-cpu
|
354 |
+
# gradio
|
355 |
+
# gradio-client
|
356 |
+
# huggingface-hub
|
357 |
+
# langchain-core
|
358 |
+
# marshmallow
|
359 |
+
# matplotlib
|
360 |
+
# transformers
|
361 |
pandas==2.2.2
|
362 |
+
# via
|
363 |
+
# daily-papers (pyproject.toml)
|
364 |
+
# datasets
|
365 |
+
# gradio
|
366 |
+
# llama-index-legacy
|
367 |
+
# llama-index-readers-file
|
368 |
+
pillow==10.4.0
|
369 |
+
# via
|
370 |
+
# gradio
|
371 |
+
# llama-index-core
|
372 |
+
# matplotlib
|
373 |
+
# sentence-transformers
|
374 |
+
protobuf==5.28.0
|
375 |
+
# via onnx
|
376 |
+
pyarrow==17.0.0
|
377 |
+
# via datasets
|
378 |
+
pydantic==2.9.1
|
379 |
+
# via
|
380 |
+
# fastapi
|
381 |
+
# gradio
|
382 |
+
# langchain
|
383 |
+
# langchain-core
|
384 |
+
# langsmith
|
385 |
+
# llama-cloud
|
386 |
+
# llama-index-core
|
387 |
+
# openai
|
388 |
+
pydantic-core==2.23.3
|
389 |
+
# via pydantic
|
390 |
+
pydub==0.25.1
|
391 |
+
# via gradio
|
392 |
+
pygments==2.18.0
|
393 |
+
# via rich
|
394 |
+
pynvml==11.5.3
|
395 |
+
# via fast-pytorch-kmeans
|
396 |
+
pyparsing==3.1.4
|
397 |
+
# via matplotlib
|
398 |
+
pypdf==4.3.1
|
399 |
+
# via llama-index-readers-file
|
400 |
+
python-dateutil==2.9.0.post0
|
401 |
+
# via
|
402 |
+
# matplotlib
|
403 |
+
# pandas
|
404 |
+
python-dotenv==1.0.1
|
405 |
+
# via colbert-ai
|
406 |
+
python-multipart==0.0.9
|
407 |
+
# via gradio
|
408 |
+
pytz==2024.2
|
409 |
+
# via pandas
|
410 |
+
pyyaml==6.0.2
|
411 |
+
# via
|
412 |
+
# datasets
|
413 |
+
# gradio
|
414 |
+
# huggingface-hub
|
415 |
+
# langchain
|
416 |
+
# langchain-core
|
417 |
+
# llama-index-core
|
418 |
+
# transformers
|
419 |
+
ragatouille==0.0.8.post4
|
420 |
+
# via daily-papers (pyproject.toml)
|
421 |
+
regex==2024.7.24
|
422 |
+
# via
|
423 |
+
# nltk
|
424 |
+
# tiktoken
|
425 |
+
# transformers
|
426 |
+
requests==2.32.3
|
427 |
+
# via
|
428 |
+
# datasets
|
429 |
+
# huggingface-hub
|
430 |
+
# langchain
|
431 |
+
# langsmith
|
432 |
+
# llama-index-core
|
433 |
+
# llama-index-legacy
|
434 |
+
# tiktoken
|
435 |
+
# transformers
|
436 |
+
rich==13.8.1
|
437 |
+
# via typer
|
438 |
+
ruff==0.6.4
|
439 |
+
# via gradio
|
440 |
+
safetensors==0.4.5
|
441 |
+
# via transformers
|
442 |
+
scikit-learn==1.5.1
|
443 |
+
# via sentence-transformers
|
444 |
+
scipy==1.14.1
|
445 |
+
# via
|
446 |
+
# colbert-ai
|
447 |
+
# scikit-learn
|
448 |
+
# sentence-transformers
|
449 |
+
semantic-version==2.10.0
|
450 |
+
# via gradio
|
451 |
+
sentence-transformers==2.7.0
|
452 |
+
# via ragatouille
|
453 |
+
setuptools==74.1.2
|
454 |
+
# via daily-papers (pyproject.toml)
|
455 |
+
shellingham==1.5.4
|
456 |
+
# via typer
|
457 |
+
six==1.16.0
|
458 |
+
# via python-dateutil
|
459 |
+
smmap==5.0.1
|
460 |
+
# via gitdb
|
461 |
+
sniffio==1.3.1
|
462 |
+
# via
|
463 |
+
# anyio
|
464 |
+
# httpx
|
465 |
+
# openai
|
466 |
+
soupsieve==2.6
|
467 |
+
# via beautifulsoup4
|
468 |
+
sqlalchemy==2.0.34
|
469 |
+
# via
|
470 |
+
# langchain
|
471 |
+
# llama-index-core
|
472 |
+
# llama-index-legacy
|
473 |
+
srsly==2.4.8
|
474 |
+
# via ragatouille
|
475 |
+
starlette==0.38.5
|
476 |
+
# via fastapi
|
477 |
+
striprtf==0.0.26
|
478 |
+
# via llama-index-readers-file
|
479 |
+
sympy==1.13.2
|
480 |
+
# via torch
|
481 |
+
tenacity==8.5.0
|
482 |
+
# via
|
483 |
+
# langchain
|
484 |
+
# langchain-core
|
485 |
+
# llama-index-core
|
486 |
+
# llama-index-legacy
|
487 |
+
threadpoolctl==3.5.0
|
488 |
+
# via scikit-learn
|
489 |
+
tiktoken==0.7.0
|
490 |
+
# via
|
491 |
+
# llama-index-core
|
492 |
+
# llama-index-legacy
|
493 |
+
tokenizers==0.19.1
|
494 |
+
# via transformers
|
495 |
+
tomlkit==0.12.0
|
496 |
+
# via gradio
|
497 |
+
torch==2.4.1
|
498 |
+
# via
|
499 |
+
# fast-pytorch-kmeans
|
500 |
+
# ragatouille
|
501 |
+
# sentence-transformers
|
502 |
tqdm==4.66.5
|
503 |
+
# via
|
504 |
+
# daily-papers (pyproject.toml)
|
505 |
+
# colbert-ai
|
506 |
+
# datasets
|
507 |
+
# huggingface-hub
|
508 |
+
# llama-index-core
|
509 |
+
# nltk
|
510 |
+
# openai
|
511 |
+
# sentence-transformers
|
512 |
+
# transformers
|
513 |
+
transformers==4.44.2
|
514 |
+
# via
|
515 |
+
# colbert-ai
|
516 |
+
# ragatouille
|
517 |
+
# sentence-transformers
|
518 |
+
triton==3.0.0
|
519 |
+
# via torch
|
520 |
+
typer==0.12.5
|
521 |
+
# via gradio
|
522 |
+
typing-extensions==4.12.2
|
523 |
+
# via
|
524 |
+
# anyio
|
525 |
+
# fastapi
|
526 |
+
# gradio
|
527 |
+
# gradio-client
|
528 |
+
# huggingface-hub
|
529 |
+
# langchain-core
|
530 |
+
# llama-index-core
|
531 |
+
# llama-index-legacy
|
532 |
+
# multidict
|
533 |
+
# openai
|
534 |
+
# pydantic
|
535 |
+
# pydantic-core
|
536 |
+
# pypdf
|
537 |
+
# sqlalchemy
|
538 |
+
# torch
|
539 |
+
# typer
|
540 |
+
# typing-inspect
|
541 |
+
# uvicorn
|
542 |
+
typing-inspect==0.9.0
|
543 |
+
# via
|
544 |
+
# dataclasses-json
|
545 |
+
# llama-index-core
|
546 |
+
# llama-index-legacy
|
547 |
+
tzdata==2024.1
|
548 |
+
# via pandas
|
549 |
+
ujson==5.10.0
|
550 |
+
# via colbert-ai
|
551 |
+
urllib3==2.2.2
|
552 |
+
# via
|
553 |
+
# gradio
|
554 |
+
# requests
|
555 |
+
uvicorn==0.30.6
|
556 |
+
# via gradio
|
557 |
+
voyager==2.0.9
|
558 |
+
# via ragatouille
|
559 |
+
websockets==12.0
|
560 |
+
# via gradio-client
|
561 |
+
werkzeug==3.0.4
|
562 |
+
# via flask
|
563 |
+
wrapt==1.16.0
|
564 |
+
# via
|
565 |
+
# deprecated
|
566 |
+
# llama-index-core
|
567 |
+
xxhash==3.5.0
|
568 |
+
# via datasets
|
569 |
+
yarl==1.11.1
|
570 |
+
# via aiohttp
|
uv.lock
ADDED
The diff for this file is too large to render.
See raw diff
|
|