Omar Solano commited on
Commit
c64dea6
Β·
1 Parent(s): f892f10

update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +242 -15
requirements.txt CHANGED
@@ -1,15 +1,242 @@
1
- openai
2
- chromadb
3
- tiktoken
4
- ipykernel
5
- google-cloud-aiplatform
6
- google-generativeai
7
- llama-index-vector-stores-chroma
8
- llama-index
9
- llama-index-llms-vertex
10
- llama-index-llms-gemini
11
- langchain
12
- langchain-chroma
13
- langchain_openai
14
- gradio
15
- instructor
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.9.5
3
+ aiosignal==1.3.1
4
+ altair==5.3.0
5
+ annotated-types==0.7.0
6
+ anyio==4.4.0
7
+ appnope==0.1.4
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.1.3
14
+ beautifulsoup4==4.12.3
15
+ build==1.2.1
16
+ cachetools==5.4.0
17
+ certifi==2024.7.4
18
+ cffi==1.16.0
19
+ charset-normalizer==3.3.2
20
+ chroma-hnswlib==0.7.5
21
+ chromadb==0.5.4
22
+ click==8.1.7
23
+ coloredlogs==15.0.1
24
+ comm==0.2.2
25
+ constantly==23.10.4
26
+ contourpy==1.2.1
27
+ cryptography==42.0.8
28
+ cssselect==1.2.0
29
+ cycler==0.12.1
30
+ dataclasses-json==0.6.7
31
+ debugpy==1.8.2
32
+ decorator==5.1.1
33
+ defusedxml==0.7.1
34
+ deprecated==1.2.14
35
+ dirtyjson==1.0.8
36
+ distro==1.9.0
37
+ dnspython==2.6.1
38
+ docstring-parser==0.16
39
+ email-validator==2.2.0
40
+ executing==2.0.1
41
+ fastapi==0.111.1
42
+ fastapi-cli==0.0.4
43
+ ffmpy==0.3.2
44
+ filelock==3.15.4
45
+ flatbuffers==24.3.25
46
+ fonttools==4.53.1
47
+ frozenlist==1.4.1
48
+ fsspec==2024.6.1
49
+ google-ai-generativelanguage==0.6.4
50
+ google-api-core==2.19.1
51
+ google-api-python-client==2.137.0
52
+ google-auth==2.32.0
53
+ google-auth-httplib2==0.2.0
54
+ google-cloud-aiplatform==1.59.0
55
+ google-cloud-bigquery==3.25.0
56
+ google-cloud-core==2.4.1
57
+ google-cloud-resource-manager==1.12.4
58
+ google-cloud-storage==2.17.0
59
+ google-crc32c==1.5.0
60
+ google-generativeai==0.5.4
61
+ google-resumable-media==2.7.1
62
+ googleapis-common-protos==1.63.2
63
+ gradio==4.38.1
64
+ gradio-client==1.1.0
65
+ greenlet==3.0.3
66
+ grpc-google-iam-v1==0.13.1
67
+ grpcio==1.64.1
68
+ grpcio-status==1.62.2
69
+ h11==0.14.0
70
+ httpcore==1.0.5
71
+ httplib2==0.22.0
72
+ httptools==0.6.1
73
+ httpx==0.27.0
74
+ huggingface-hub==0.23.4
75
+ humanfriendly==10.0
76
+ hyperlink==21.0.0
77
+ idna==3.7
78
+ importlib-metadata==7.1.0
79
+ importlib-resources==6.4.0
80
+ incremental==22.10.0
81
+ instructor==1.3.4
82
+ ipykernel==6.29.5
83
+ ipython==8.26.0
84
+ itemadapter==0.9.0
85
+ itemloaders==1.3.1
86
+ jedi==0.19.1
87
+ jinja2==3.1.4
88
+ jiter==0.4.2
89
+ jmespath==1.0.1
90
+ joblib==1.4.2
91
+ jsonpatch==1.33
92
+ jsonpointer==3.0.0
93
+ jsonschema==4.23.0
94
+ jsonschema-specifications==2023.12.1
95
+ jupyter-client==8.6.2
96
+ jupyter-core==5.7.2
97
+ kiwisolver==1.4.5
98
+ kubernetes==30.1.0
99
+ langchain==0.2.8
100
+ langchain-chroma==0.1.2
101
+ langchain-core==0.2.19
102
+ langchain-openai==0.1.16
103
+ langchain-text-splitters==0.2.2
104
+ langsmith==0.1.86
105
+ llama-cloud==0.0.9
106
+ llama-index==0.10.55
107
+ llama-index-agent-openai==0.2.8
108
+ llama-index-cli==0.1.12
109
+ llama-index-core==0.10.55
110
+ llama-index-embeddings-openai==0.1.10
111
+ llama-index-indices-managed-llama-cloud==0.2.5
112
+ llama-index-legacy==0.9.48
113
+ llama-index-llms-gemini==0.1.11
114
+ llama-index-llms-openai==0.1.25
115
+ llama-index-llms-vertex==0.2.1
116
+ llama-index-multi-modal-llms-openai==0.1.7
117
+ llama-index-program-openai==0.1.6
118
+ llama-index-question-gen-openai==0.1.3
119
+ llama-index-readers-file==0.1.30
120
+ llama-index-readers-llama-parse==0.1.6
121
+ llama-index-vector-stores-chroma==0.1.10
122
+ llama-parse==0.4.7
123
+ llamaindex-py-client==0.1.19
124
+ lxml==5.2.2
125
+ markdown-it-py==3.0.0
126
+ markupsafe==2.1.5
127
+ marshmallow==3.21.3
128
+ matplotlib==3.9.1
129
+ matplotlib-inline==0.1.7
130
+ mdurl==0.1.2
131
+ mmh3==4.1.0
132
+ monotonic==1.6
133
+ mpmath==1.3.0
134
+ multidict==6.0.5
135
+ mypy-extensions==1.0.0
136
+ nest-asyncio==1.6.0
137
+ networkx==3.3
138
+ nltk==3.8.1
139
+ numpy==1.26.4
140
+ oauthlib==3.2.2
141
+ onnxruntime==1.18.1
142
+ openai==1.35.13
143
+ opentelemetry-api==1.25.0
144
+ opentelemetry-exporter-otlp-proto-common==1.25.0
145
+ opentelemetry-exporter-otlp-proto-grpc==1.25.0
146
+ opentelemetry-instrumentation==0.46b0
147
+ opentelemetry-instrumentation-asgi==0.46b0
148
+ opentelemetry-instrumentation-fastapi==0.46b0
149
+ opentelemetry-proto==1.25.0
150
+ opentelemetry-sdk==1.25.0
151
+ opentelemetry-semantic-conventions==0.46b0
152
+ opentelemetry-util-http==0.46b0
153
+ orjson==3.10.6
154
+ overrides==7.7.0
155
+ packaging==24.1
156
+ pandas==2.2.2
157
+ parsel==1.9.1
158
+ parso==0.8.4
159
+ pexpect==4.9.0
160
+ pillow==10.4.0
161
+ platformdirs==4.2.2
162
+ posthog==3.5.0
163
+ prompt-toolkit==3.0.47
164
+ protego==0.3.1
165
+ proto-plus==1.24.0
166
+ protobuf==4.25.3
167
+ psutil==6.0.0
168
+ ptyprocess==0.7.0
169
+ pure-eval==0.2.2
170
+ pyarrow==15.0.2
171
+ pyasn1==0.6.0
172
+ pyasn1-modules==0.4.0
173
+ pycparser==2.22
174
+ pydantic==2.8.2
175
+ pydantic-core==2.20.1
176
+ pydispatcher==2.0.7
177
+ pydub==0.25.1
178
+ pygments==2.18.0
179
+ pyopenssl==24.1.0
180
+ pyparsing==3.1.2
181
+ pypdf==4.3.0
182
+ pypika==0.48.9
183
+ pyproject-hooks==1.1.0
184
+ python-dateutil==2.9.0.post0
185
+ python-dotenv==1.0.1
186
+ python-multipart==0.0.9
187
+ pytz==2024.1
188
+ pyyaml==6.0.1
189
+ pyzmq==26.0.3
190
+ queuelib==1.7.0
191
+ referencing==0.35.1
192
+ regex==2024.5.15
193
+ requests==2.32.3
194
+ requests-file==2.1.0
195
+ requests-oauthlib==2.0.0
196
+ rich==13.7.1
197
+ rpds-py==0.19.0
198
+ rsa==4.9
199
+ ruff==0.5.2
200
+ scrapy==2.11.2
201
+ semantic-version==2.10.0
202
+ service-identity==24.1.0
203
+ setuptools==70.3.0
204
+ shapely==2.0.5
205
+ shellingham==1.5.4
206
+ six==1.16.0
207
+ sniffio==1.3.1
208
+ soupsieve==2.5
209
+ sqlalchemy==2.0.31
210
+ stack-data==0.6.3
211
+ starlette==0.37.2
212
+ striprtf==0.0.26
213
+ sympy==1.13.0
214
+ tabulate==0.9.0
215
+ tenacity==8.5.0
216
+ tiktoken==0.7.0
217
+ tldextract==5.1.2
218
+ tokenizers==0.19.1
219
+ tomlkit==0.12.0
220
+ toolz==0.12.1
221
+ tornado==6.4.1
222
+ tqdm==4.66.4
223
+ traitlets==5.14.3
224
+ twisted==24.3.0
225
+ typer==0.12.3
226
+ typing-extensions==4.12.2
227
+ typing-inspect==0.9.0
228
+ tzdata==2024.1
229
+ ujson==5.10.0
230
+ uritemplate==4.1.1
231
+ urllib3==2.2.2
232
+ uvicorn==0.30.1
233
+ uvloop==0.19.0
234
+ w3lib==2.2.1
235
+ watchfiles==0.22.0
236
+ wcwidth==0.2.13
237
+ websocket-client==1.8.0
238
+ websockets==11.0.3
239
+ wrapt==1.16.0
240
+ yarl==1.9.4
241
+ zipp==3.19.2
242
+ zope-interface==6.4.post2