Spaces:
Sleeping
Sleeping
Commit
·
852440a
1
Parent(s):
caa5775
reqs
Browse files- requirements.txt +19 -5
requirements.txt
CHANGED
@@ -11,6 +11,7 @@ attrs==23.2.0
|
|
11 |
backoff==2.2.1
|
12 |
bcrypt==4.1.2
|
13 |
beautifulsoup4==4.12.3
|
|
|
14 |
build==1.2.1
|
15 |
cachetools==5.3.3
|
16 |
certifi==2024.2.2
|
@@ -18,6 +19,7 @@ charset-normalizer==3.3.2
|
|
18 |
chroma-hnswlib==0.7.3
|
19 |
chromadb==0.5.0
|
20 |
click==8.1.7
|
|
|
21 |
coloredlogs==15.0.1
|
22 |
comm==0.2.2
|
23 |
contourpy==1.2.1
|
@@ -35,14 +37,17 @@ email_validator==2.1.1
|
|
35 |
evaluate==0.4.2
|
36 |
executing==2.0.1
|
37 |
faiss-cpu==1.8.0
|
38 |
-
fastapi==0.
|
39 |
fastapi-cli==0.0.2
|
40 |
ffmpy==0.3.2
|
41 |
filelock==3.14.0
|
|
|
42 |
flatbuffers==24.3.25
|
43 |
fonttools==4.51.0
|
44 |
frozenlist==1.4.1
|
45 |
fsspec==2024.3.1
|
|
|
|
|
46 |
google-auth==2.29.0
|
47 |
googleapis-common-protos==1.63.0
|
48 |
gradio==4.31.0
|
@@ -60,6 +65,7 @@ importlib-metadata==7.0.0
|
|
60 |
importlib_resources==6.4.0
|
61 |
ipykernel==6.29.4
|
62 |
ipython==8.24.0
|
|
|
63 |
jedi==0.19.1
|
64 |
Jinja2==3.1.3
|
65 |
jsonpatch==1.33
|
@@ -71,11 +77,14 @@ jupyter_core==5.7.2
|
|
71 |
kiwisolver==1.4.5
|
72 |
kubernetes==29.0.0
|
73 |
langchain==0.1.17
|
|
|
74 |
langchain-community==0.0.36
|
75 |
langchain-core==0.1.50
|
76 |
langchain-openai==0.1.6
|
77 |
langchain-text-splitters==0.0.1
|
|
|
78 |
langsmith==0.1.53
|
|
|
79 |
llama_cpp_python==0.2.75
|
80 |
markdown-it-py==3.0.0
|
81 |
MarkupSafe==2.1.5
|
@@ -135,12 +144,13 @@ pyarrow==16.1.0
|
|
135 |
pyarrow-hotfix==0.6
|
136 |
pyasn1==0.6.0
|
137 |
pyasn1_modules==0.4.0
|
138 |
-
pydantic==
|
139 |
pydantic_core==2.18.2
|
140 |
pydub==0.25.1
|
141 |
Pygments==2.17.2
|
142 |
pyparsing==3.1.2
|
143 |
PyPika==0.48.9
|
|
|
144 |
pyproject_hooks==1.1.0
|
145 |
python-dateutil==2.9.0.post0
|
146 |
python-dotenv==1.0.1
|
@@ -160,16 +170,19 @@ safetensors==0.4.3
|
|
160 |
semantic-version==2.10.0
|
161 |
shellingham==1.5.4
|
162 |
six==1.16.0
|
|
|
163 |
sniffio==1.3.1
|
164 |
soupsieve==2.5
|
165 |
SQLAlchemy==2.0.29
|
|
|
166 |
stack-data==0.6.3
|
167 |
starlette==0.37.2
|
168 |
sympy==1.12
|
169 |
tenacity==8.2.3
|
170 |
tiktoken==0.6.0
|
171 |
tokenizers==0.19.1
|
172 |
-
|
|
|
173 |
toolz==0.12.1
|
174 |
torch==2.3.0
|
175 |
tornado==6.4
|
@@ -177,19 +190,20 @@ tqdm==4.66.4
|
|
177 |
traitlets==5.14.3
|
178 |
transformers==4.41.0
|
179 |
triton==2.3.0
|
180 |
-
typer==0.
|
181 |
typing-inspect==0.9.0
|
182 |
typing_extensions==4.11.0
|
183 |
tzdata==2024.1
|
184 |
ujson==5.9.0
|
185 |
urllib3==2.2.1
|
186 |
-
uvicorn==0.
|
187 |
uvloop==0.19.0
|
188 |
vtk==9.3.0
|
189 |
watchfiles==0.21.0
|
190 |
wcwidth==0.2.13
|
191 |
websocket-client==1.8.0
|
192 |
websockets==11.0.3
|
|
|
193 |
wrapt==1.16.0
|
194 |
xxhash==3.4.1
|
195 |
yarl==1.9.4
|
|
|
11 |
backoff==2.2.1
|
12 |
bcrypt==4.1.2
|
13 |
beautifulsoup4==4.12.3
|
14 |
+
blinker==1.8.2
|
15 |
build==1.2.1
|
16 |
cachetools==5.3.3
|
17 |
certifi==2024.2.2
|
|
|
19 |
chroma-hnswlib==0.7.3
|
20 |
chromadb==0.5.0
|
21 |
click==8.1.7
|
22 |
+
colorama==0.4.6
|
23 |
coloredlogs==15.0.1
|
24 |
comm==0.2.2
|
25 |
contourpy==1.2.1
|
|
|
37 |
evaluate==0.4.2
|
38 |
executing==2.0.1
|
39 |
faiss-cpu==1.8.0
|
40 |
+
fastapi==0.110.3
|
41 |
fastapi-cli==0.0.2
|
42 |
ffmpy==0.3.2
|
43 |
filelock==3.14.0
|
44 |
+
Flask==3.0.3
|
45 |
flatbuffers==24.3.25
|
46 |
fonttools==4.51.0
|
47 |
frozenlist==1.4.1
|
48 |
fsspec==2024.3.1
|
49 |
+
gitdb==4.0.11
|
50 |
+
GitPython==3.1.43
|
51 |
google-auth==2.29.0
|
52 |
googleapis-common-protos==1.63.0
|
53 |
gradio==4.31.0
|
|
|
65 |
importlib_resources==6.4.0
|
66 |
ipykernel==6.29.4
|
67 |
ipython==8.24.0
|
68 |
+
itsdangerous==2.2.0
|
69 |
jedi==0.19.1
|
70 |
Jinja2==3.1.3
|
71 |
jsonpatch==1.33
|
|
|
77 |
kiwisolver==1.4.5
|
78 |
kubernetes==29.0.0
|
79 |
langchain==0.1.17
|
80 |
+
langchain-cli==0.0.22
|
81 |
langchain-community==0.0.36
|
82 |
langchain-core==0.1.50
|
83 |
langchain-openai==0.1.6
|
84 |
langchain-text-splitters==0.0.1
|
85 |
+
langserve==0.2.0
|
86 |
langsmith==0.1.53
|
87 |
+
libcst==1.3.1
|
88 |
llama_cpp_python==0.2.75
|
89 |
markdown-it-py==3.0.0
|
90 |
MarkupSafe==2.1.5
|
|
|
144 |
pyarrow-hotfix==0.6
|
145 |
pyasn1==0.6.0
|
146 |
pyasn1_modules==0.4.0
|
147 |
+
pydantic==1.10.13
|
148 |
pydantic_core==2.18.2
|
149 |
pydub==0.25.1
|
150 |
Pygments==2.17.2
|
151 |
pyparsing==3.1.2
|
152 |
PyPika==0.48.9
|
153 |
+
pyproject-toml==0.0.10
|
154 |
pyproject_hooks==1.1.0
|
155 |
python-dateutil==2.9.0.post0
|
156 |
python-dotenv==1.0.1
|
|
|
170 |
semantic-version==2.10.0
|
171 |
shellingham==1.5.4
|
172 |
six==1.16.0
|
173 |
+
smmap==5.0.1
|
174 |
sniffio==1.3.1
|
175 |
soupsieve==2.5
|
176 |
SQLAlchemy==2.0.29
|
177 |
+
sse-starlette==1.8.2
|
178 |
stack-data==0.6.3
|
179 |
starlette==0.37.2
|
180 |
sympy==1.12
|
181 |
tenacity==8.2.3
|
182 |
tiktoken==0.6.0
|
183 |
tokenizers==0.19.1
|
184 |
+
toml==0.10.2
|
185 |
+
tomlkit==0.12.5
|
186 |
toolz==0.12.1
|
187 |
torch==2.3.0
|
188 |
tornado==6.4
|
|
|
190 |
traitlets==5.14.3
|
191 |
transformers==4.41.0
|
192 |
triton==2.3.0
|
193 |
+
typer==0.9.4
|
194 |
typing-inspect==0.9.0
|
195 |
typing_extensions==4.11.0
|
196 |
tzdata==2024.1
|
197 |
ujson==5.9.0
|
198 |
urllib3==2.2.1
|
199 |
+
uvicorn==0.23.2
|
200 |
uvloop==0.19.0
|
201 |
vtk==9.3.0
|
202 |
watchfiles==0.21.0
|
203 |
wcwidth==0.2.13
|
204 |
websocket-client==1.8.0
|
205 |
websockets==11.0.3
|
206 |
+
Werkzeug==3.0.3
|
207 |
wrapt==1.16.0
|
208 |
xxhash==3.4.1
|
209 |
yarl==1.9.4
|