[PR #9] [MERGED] add sheets and classify examples #11

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/9
Author: @logan-markewich
Created: 11/27/2025
Status: Merged
Merged: 11/27/2025
Merged by: @logan-markewich

Base: mainHead: logan/add_more_examples


📝 Commits (3)

📊 Changes

14 files changed (+1099 additions, -490 deletions)

View changed files

examples/classify/classify_simple.py (+38 -0)
examples/example_files/attention_is_all_you_need.pdf (+0 -0)
examples/example_files/sample_spreadsheet.xlsx (+0 -0)
📝 examples/extract/extract_high_level.py (+4 -4)
📝 examples/extract/extract_low_level.py (+4 -4)
📝 examples/parse/download_images.py (+2 -2)
📝 examples/parse/parse_high_level.py (+6 -6)
📝 examples/parse/parse_low_level.py (+2 -2)
examples/sheets/table_extract_high_level.py (+59 -0)
examples/sheets/table_extract_low_level.py (+66 -0)
📝 pyproject.toml (+1 -1)
📝 src/llama_cloud/resources/beta/sheets.py (+439 -0)
📝 src/llama_cloud/resources/classifier/classifier.py (+478 -0)
📝 src/llama_cloud/resources/classifier/jobs.py (+0 -471)

📄 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/9 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 11/27/2025 **Status:** ✅ Merged **Merged:** 11/27/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `logan/add_more_examples` --- ### 📝 Commits (3) - [`540e8c5`](https://github.com/run-llama/llama-cloud-py/commit/540e8c5be0c69fbea81c274bd3b5c9db5b9886e1) add sheets and classify examples - [`bedc224`](https://github.com/run-llama/llama-cloud-py/commit/bedc224af878b0040d430370d6d6b6e1cbad99a9) fix lint - [`874bd09`](https://github.com/run-llama/llama-cloud-py/commit/874bd09bfb197da42708a0f8b7e6b24a1f01e209) lint ### 📊 Changes **14 files changed** (+1099 additions, -490 deletions) <details> <summary>View changed files</summary> ➕ `examples/classify/classify_simple.py` (+38 -0) ➕ `examples/example_files/attention_is_all_you_need.pdf` (+0 -0) ➕ `examples/example_files/sample_spreadsheet.xlsx` (+0 -0) 📝 `examples/extract/extract_high_level.py` (+4 -4) 📝 `examples/extract/extract_low_level.py` (+4 -4) 📝 `examples/parse/download_images.py` (+2 -2) 📝 `examples/parse/parse_high_level.py` (+6 -6) 📝 `examples/parse/parse_low_level.py` (+2 -2) ➕ `examples/sheets/table_extract_high_level.py` (+59 -0) ➕ `examples/sheets/table_extract_low_level.py` (+66 -0) 📝 `pyproject.toml` (+1 -1) 📝 `src/llama_cloud/resources/beta/sheets.py` (+439 -0) 📝 `src/llama_cloud/resources/classifier/classifier.py` (+478 -0) 📝 `src/llama_cloud/resources/classifier/jobs.py` (+0 -471) </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#11