mirror of
https://github.com/run-llama/llama-cloud-py.git
synced 2026-08-24 10:52:54 -04:00
[PR #9] [MERGED] add sheets and classify examples #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:logan/add_more_examples📝 Commits (3)
540e8c5add sheets and classify examplesbedc224fix lint874bd09lint📊 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.