Commit 1320c5b
[AgentDeployer] Notebook prompt fix (#946)
* Cherry Pick from Development (#941)
* replace author to Iguazio manually (#905)
* Organize CLI directory + new CLI for generating item.yaml files (#906)
* create a CLI for generating item.yaml and organize the CLI directory
* modify comments to module
* PR fixes
* Update cli/common/generate_item_yaml.py
Co-authored-by: Eyal Danieli <eyal_danieli@mckinsey.com>
---------
Co-authored-by: Eyal Danieli <eyal_danieli@mckinsey.com>
* fill count events notebook (#908)
* avoid noise reduction unit test (#909)
* Add histogram-data-drift monitoring application module (without example) (#911)
* histogram data drift module with empty example notebook
* post review fixes
* chore(readme): auto-update asset tables [skip ci]
* Fill histogram-data-drift example notebook (#912)
* fill data-drift nb
* post review fixes
* Add evidently demo app monitoring application module (without example) (#913)
* sphinx build docs bug fix
* add evidently demo app module (empty example notebook)
* post review changes
* chore(readme): auto-update asset tables [skip ci]
* [Translate] Require torch>=2.6 for the translate function to work properly (#915)
* lock torch valid version
* edit the item.yaml and generated function.yaml
* update mlrun version
* [CLI] Generated READMEs are produced with broken links to the items (#918)
* fix
* test fix
* test fix
* test fix
* test fix
* final workflow
* chore(readme): auto-update asset tables [skip ci]
* OpenAI Module without notebook (#917)
* First commit OpenAI Module
* First commit OpenAI Module
* Update example filename in item.yaml
* Delete modules/src/openai_proxy/requirements.txt
No need due to no unitest
* Update item.yaml for OpenAI application configuration
* Update modules/src/openai_proxy/openai.py
Co-authored-by: Daniel Perez <100069700+danielperezz@users.noreply.github.com>
* Change category name from 'GenAI' to 'genai'
* Update package requirements with version constraints
* Second commit adding notebook
* Refactor OpenAI proxy to use base64 encoded script
Refactor OpenAI proxy implementation to use base64 encoded script and update FastAPI app configuration.
* Change deployment method to OpenAIModule
* Third commit adding notebook
* Third commit adding notebook
* Remove package requirements from item.yaml
Removed specific requirements for fastapi and requests.
* Rename item and update kind in YAML
* Update openai.py
* Third commit adding notebook
* Fix after review
* Fix after review
---------
Co-authored-by: Daniel Perez <100069700+danielperezz@users.noreply.github.com>
* chore(readme): auto-update asset tables [skip ci]
* [Evidently] Fill example notebook (#919)
* add notebook + rename directory + correct evidently version
* remove extra cell
* chore(readme): auto-update asset tables [skip ci]
* chore(readme): auto-update asset tables [skip ci]
* [CLI + Modules] Fix time format in generate item yaml script (#922)
* fix time format for evidently and hist
* fix cli script
* fix datetime format
* chore(readme): auto-update asset tables [skip ci]
* chore(readme): auto-update asset tables [skip ci]
* Fix CMD first commit
* Fix CMD second commit
* remove max-width restriction from the main content (#929)
* add test, requirement file and notebook
* fix cli/utils/helpers.py
* [Modules] Modify Evidently & Histogram monitoring apps example notebooks to the change in evaluate() (#934)
* histogram_data_drift.ipynb
* fix to histogram_data_drift.ipynb
* fix to histogram_data_drift.ipynb
* evidently_iris.ipynb
* fix evidently_iris.ipynb
* fix evidently_iris.ipynb
* fix evidently dependency
* add dependency
* remove [ui] from evidently dependency
* change notebook name to: openai_proxy_app
* [Docs] Add guidelines for contributing new functions or modules (#931)
* CONTRIBUTING.md
* CONTRIBUTING.md
* improvements
* [Module] Updated the requirements for OpenAI module (#939)
* Updated the requirements
* Added Deafult model for credentials
* Pin dependencies to specific versions in item.yaml
* Update dependencies in openai_proxy_app.py
* Specify versions for dependencies in requirements.txt
* Fix environment variable access for OPENAI_DEFAULT_MODEL
* change notebook name to: openai_proxy_app
* [Module] agent_deployer module (#937)
* first commit
* added all modules
* fixes from review and notebook adjustments
* added unit tests and documentation
* remove log
* small fix
* cr fixes
* get_function fix
* cr fixes working deployment
* small fix notebook
* chore(readme): auto-update asset tables [skip ci]
---------
Co-authored-by: Daniel Perez <100069700+danielperezz@users.noreply.github.com>
Co-authored-by: iguazio-cicd <iguaziocicd@gmail.com>
Co-authored-by: guylei-code <guyleibu@gmail.com>
Co-authored-by: amitnGiniApps <amitn@gini-apps.com>
Co-authored-by: Roy Schossberger <85231212+royischoss@users.noreply.github.com>
* chore(readme): auto-update asset tables [skip ci]
* small fix notebook
* remove changes in README.md
* remove changes in README.md
---------
Co-authored-by: Eyal Danieli <eyald@iguazio.com>
Co-authored-by: Daniel Perez <100069700+danielperezz@users.noreply.github.com>
Co-authored-by: iguazio-cicd <iguaziocicd@gmail.com>
Co-authored-by: guylei-code <guyleibu@gmail.com>
Co-authored-by: amitnGiniApps <amitn@gini-apps.com>1 parent b73a1bc commit 1320c5b
1 file changed
+26
-44
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 15 | | |
26 | 16 | | |
27 | 17 | | |
| |||
31 | 21 | | |
32 | 22 | | |
33 | 23 | | |
34 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
35 | 27 | | |
36 | 28 | | |
37 | 29 | | |
| |||
43 | 35 | | |
44 | 36 | | |
45 | 37 | | |
46 | | - | |
47 | 38 | | |
48 | 39 | | |
49 | | - | |
50 | 40 | | |
51 | 41 | | |
52 | 42 | | |
53 | 43 | | |
54 | 44 | | |
55 | 45 | | |
56 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
57 | 49 | | |
58 | 50 | | |
59 | 51 | | |
| |||
65 | 57 | | |
66 | 58 | | |
67 | 59 | | |
68 | | - | |
69 | 60 | | |
70 | 61 | | |
71 | | - | |
72 | 62 | | |
73 | 63 | | |
74 | 64 | | |
| |||
197 | 187 | | |
198 | 188 | | |
199 | 189 | | |
200 | | - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
201 | 193 | | |
202 | 194 | | |
203 | 195 | | |
| |||
209 | 201 | | |
210 | 202 | | |
211 | 203 | | |
212 | | - | |
213 | 204 | | |
214 | 205 | | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | 206 | | |
227 | 207 | | |
228 | 208 | | |
| |||
237 | 217 | | |
238 | 218 | | |
239 | 219 | | |
240 | | - | |
| 220 | + | |
241 | 221 | | |
242 | 222 | | |
243 | 223 | | |
244 | | - | |
| 224 | + | |
245 | 225 | | |
246 | 226 | | |
247 | 227 | | |
| |||
252 | 232 | | |
253 | 233 | | |
254 | 234 | | |
255 | | - | |
256 | | - | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
257 | 239 | | |
258 | 240 | | |
259 | 241 | | |
260 | | - | |
261 | 242 | | |
262 | 243 | | |
| 244 | + | |
263 | 245 | | |
264 | | - | |
| 246 | + | |
265 | 247 | | |
266 | 248 | | |
267 | 249 | | |
| |||
272 | 254 | | |
273 | 255 | | |
274 | 256 | | |
| 257 | + | |
| 258 | + | |
275 | 259 | | |
276 | | - | |
277 | | - | |
278 | | - | |
| 260 | + | |
279 | 261 | | |
280 | 262 | | |
281 | 263 | | |
| |||
289 | 271 | | |
290 | 272 | | |
291 | 273 | | |
292 | | - | |
293 | | - | |
294 | 274 | | |
295 | 275 | | |
296 | 276 | | |
| |||
405 | 385 | | |
406 | 386 | | |
407 | 387 | | |
408 | | - | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
409 | 391 | | |
410 | 392 | | |
411 | 393 | | |
| |||
416 | 398 | | |
417 | 399 | | |
418 | 400 | | |
419 | | - | |
420 | | - | |
421 | 401 | | |
422 | 402 | | |
423 | 403 | | |
| |||
428 | 408 | | |
429 | 409 | | |
430 | 410 | | |
431 | | - | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
432 | 414 | | |
433 | 415 | | |
434 | 416 | | |
| |||
0 commit comments