[PR #289] [MERGED] [WIP] add sonnet cookbook + llamaparse fixes #701

Closed
opened 2026-02-16 00:18:50 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/289
Author: @jerryjliu
Created: 7/15/2024
Status: Merged
Merged: 7/16/2024
Merged by: @jerryjliu

Base: mainHead: jerry/add_sonnet


📝 Commits (10+)

📊 Changes

3 files changed (+640 additions, -2 deletions)

View changed files

examples/multimodal/claude_parse.ipynb (+635 -0)
📝 llama_parse/base.py (+4 -1)
📝 pyproject.toml (+1 -1)

📄 Description

  • fixed parameter names
  • add WIP sonnet cookbook

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_cloud_services/pull/289 **Author:** [@jerryjliu](https://github.com/jerryjliu) **Created:** 7/15/2024 **Status:** ✅ Merged **Merged:** 7/16/2024 **Merged by:** [@jerryjliu](https://github.com/jerryjliu) **Base:** `main` ← **Head:** `jerry/add_sonnet` --- ### 📝 Commits (10+) - [`a9c4c6e`](https://github.com/run-llama/llama_cloud_services/commit/a9c4c6e8b42d770129f1928067d12bcc59fbb455) cr - [`fc23db7`](https://github.com/run-llama/llama_cloud_services/commit/fc23db7d9052effb0e4bccc44fb3cbeaaf8d7b90) cr - [`75e83f5`](https://github.com/run-llama/llama_cloud_services/commit/75e83f55a33409d61ab4243494138772eef65422) cr - [`18ab095`](https://github.com/run-llama/llama_cloud_services/commit/18ab0953628ae76358a41bcc0e1613ea3d79dd66) cr - [`3d8e4f0`](https://github.com/run-llama/llama_cloud_services/commit/3d8e4f054a330675bdb3187920c2e90e372c0d1e) Merge branch 'main' into jerry/add_sonnet - [`de76b29`](https://github.com/run-llama/llama_cloud_services/commit/de76b2987506310ae1a4296dbc182ab19e9769a8) cr - [`2302734`](https://github.com/run-llama/llama_cloud_services/commit/2302734e1256b4ed265dfc0d67108d613ca4576c) cr - [`be65c99`](https://github.com/run-llama/llama_cloud_services/commit/be65c992745b666bebe5c278c5a0b354d355fe7f) cr - [`7bc5511`](https://github.com/run-llama/llama_cloud_services/commit/7bc55117517659db8775d321a73768d5cefe7fb7) cr - [`c92d028`](https://github.com/run-llama/llama_cloud_services/commit/c92d02805d0be51b97e0df5b0666745891e0fad5) cr ### 📊 Changes **3 files changed** (+640 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `examples/multimodal/claude_parse.ipynb` (+635 -0) 📝 `llama_parse/base.py` (+4 -1) 📝 `pyproject.toml` (+1 -1) </details> ### 📄 Description - fixed parameter names - add WIP sonnet cookbook --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 00:18:50 -05:00
yindo closed this issue 2026-02-16 00:18:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#701