[PR #7] [MERGED] Add parse and extract examples #9

Closed
opened 2026-02-16 04:15:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama-cloud-py/pull/7
Author: @logan-markewich
Created: 11/26/2025
Status: Merged
Merged: 11/26/2025
Merged by: @logan-markewich

Base: mainHead: logan/add_examples


📝 Commits (4)

📊 Changes

16 files changed (+624 additions, -34 deletions)

View changed files

examples/.keep (+0 -4)
examples/extract/high_level.py (+68 -0)
examples/extract/low_level.py (+86 -0)
examples/parse/download_images.py (+48 -0)
examples/parse/high_level.py (+77 -0)
examples/parse/low_level.py (+41 -0)
📝 pyproject.toml (+1 -1)
📝 scripts/bootstrap (+1 -1)
📝 src/llama_cloud/_files.py (+9 -5)
📝 src/llama_cloud/_polling.py (+5 -2)
📝 src/llama_cloud/_types.py (+2 -2)
📝 src/llama_cloud/resources/extraction/extraction.py (+264 -0)
📝 src/llama_cloud/resources/extraction/jobs.py (+4 -6)
📝 src/llama_cloud/resources/parsing/parsing.py (+11 -5)
📝 src/llama_cloud/types/parsing/job/parsing_job_json_result.py (+3 -1)
📝 tests/test_files.py (+4 -7)

📄 Description

No description provided


🔄 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-py/pull/7 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 11/26/2025 **Status:** ✅ Merged **Merged:** 11/26/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `logan/add_examples` --- ### 📝 Commits (4) - [`28b8f46`](https://github.com/run-llama/llama-cloud-py/commit/28b8f46817f9f9545a55e4488b3f848dcd819d40) Add examples and support for parse and extract - [`1fc5144`](https://github.com/run-llama/llama-cloud-py/commit/1fc5144abb61dd47d39765a102d73499ea546e25) linting - [`390e040`](https://github.com/run-llama/llama-cloud-py/commit/390e0409f99dda657e629bb5736bb8ad11b4c606) exclude examples from mypy - [`b7e3bb1`](https://github.com/run-llama/llama-cloud-py/commit/b7e3bb190f9800b53691295902bb01a7ec6c59ae) fix tests ### 📊 Changes **16 files changed** (+624 additions, -34 deletions) <details> <summary>View changed files</summary> ➖ `examples/.keep` (+0 -4) ➕ `examples/extract/high_level.py` (+68 -0) ➕ `examples/extract/low_level.py` (+86 -0) ➕ `examples/parse/download_images.py` (+48 -0) ➕ `examples/parse/high_level.py` (+77 -0) ➕ `examples/parse/low_level.py` (+41 -0) 📝 `pyproject.toml` (+1 -1) 📝 `scripts/bootstrap` (+1 -1) 📝 `src/llama_cloud/_files.py` (+9 -5) 📝 `src/llama_cloud/_polling.py` (+5 -2) 📝 `src/llama_cloud/_types.py` (+2 -2) 📝 `src/llama_cloud/resources/extraction/extraction.py` (+264 -0) 📝 `src/llama_cloud/resources/extraction/jobs.py` (+4 -6) 📝 `src/llama_cloud/resources/parsing/parsing.py` (+11 -5) 📝 `src/llama_cloud/types/parsing/job/parsing_job_json_result.py` (+3 -1) 📝 `tests/test_files.py` (+4 -7) </details> ### 📄 Description _No description provided_ --- <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 04:15:42 -05:00
yindo closed this issue 2026-02-16 04:15:42 -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-py#9