[PR #829] [MERGED] Example Notebooks #895

Closed
opened 2026-02-16 00:19:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/829
Author: @AstraBert
Created: 7/31/2025
Status: Merged
Merged: 7/31/2025
Merged by: @AstraBert

Base: mainHead: clelia/examples-symlink


📝 Commits (2)

  • 4820c41 fix: add symlink to avoid breaking links
  • 3a309aa feat: copy examples

📊 Changes

100 files changed (+41438 additions, -0 deletions)

View changed files

examples/README.md (+9 -0)
examples/extract/asset_manager_fund_analysis.ipynb (+1854 -0)
examples/extract/asset_manager_fund_analysis.png (+0 -0)
examples/extract/automotive_sector_analysis.ipynb (+626 -0)
examples/extract/data/automotive_sector_analysis/modeling_assumptions.txt (+10 -0)
examples/extract/data/automotive_sector_analysis/workflow_img.png (+0 -0)
examples/extract/data/insider_transactions/.gitignore (+1 -0)
examples/extract/data/insider_transactions/cik_mapping.json (+10048 -0)
examples/extract/data/insider_transactions/workflow-diag.png (+0 -0)
examples/extract/data/lm317_structured_extraction/lm317_extraction.png (+0 -0)
examples/extract/data/resumes/ai_researcher.pdf (+0 -0)
examples/extract/data/resumes/ml_engineer.pdf (+0 -0)
examples/extract/data/resumes/software_architect.pdf (+0 -0)
examples/extract/data/sec_filings/nvda_10k.pdf (+0 -0)
examples/extract/data/sec_filings/nvda_10k_page_40.png (+0 -0)
examples/extract/data/sec_filings/nvda_10k_page_41.png (+0 -0)
examples/extract/data/sec_filings/web_ui.png (+0 -0)
examples/extract/extract_data_with_citations.ipynb (+440 -0)
examples/extract/insider_buy_sell.ipynb (+2420 -0)
examples/extract/lm317_structured_extraction.ipynb (+318 -0)

...and 80 more files

📄 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_services/pull/829 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 7/31/2025 **Status:** ✅ Merged **Merged:** 7/31/2025 **Merged by:** [@AstraBert](https://github.com/AstraBert) **Base:** `main` ← **Head:** `clelia/examples-symlink` --- ### 📝 Commits (2) - [`4820c41`](https://github.com/run-llama/llama_cloud_services/commit/4820c41cd7475539c04e0eccf7e1888edc07ff4e) fix: add symlink to avoid breaking links - [`3a309aa`](https://github.com/run-llama/llama_cloud_services/commit/3a309aa5a315642d7468886e62ae889df202fd29) feat: copy examples ### 📊 Changes **100 files changed** (+41438 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/README.md` (+9 -0) ➕ `examples/extract/asset_manager_fund_analysis.ipynb` (+1854 -0) ➕ `examples/extract/asset_manager_fund_analysis.png` (+0 -0) ➕ `examples/extract/automotive_sector_analysis.ipynb` (+626 -0) ➕ `examples/extract/data/automotive_sector_analysis/modeling_assumptions.txt` (+10 -0) ➕ `examples/extract/data/automotive_sector_analysis/workflow_img.png` (+0 -0) ➕ `examples/extract/data/insider_transactions/.gitignore` (+1 -0) ➕ `examples/extract/data/insider_transactions/cik_mapping.json` (+10048 -0) ➕ `examples/extract/data/insider_transactions/workflow-diag.png` (+0 -0) ➕ `examples/extract/data/lm317_structured_extraction/lm317_extraction.png` (+0 -0) ➕ `examples/extract/data/resumes/ai_researcher.pdf` (+0 -0) ➕ `examples/extract/data/resumes/ml_engineer.pdf` (+0 -0) ➕ `examples/extract/data/resumes/software_architect.pdf` (+0 -0) ➕ `examples/extract/data/sec_filings/nvda_10k.pdf` (+0 -0) ➕ `examples/extract/data/sec_filings/nvda_10k_page_40.png` (+0 -0) ➕ `examples/extract/data/sec_filings/nvda_10k_page_41.png` (+0 -0) ➕ `examples/extract/data/sec_filings/web_ui.png` (+0 -0) ➕ `examples/extract/extract_data_with_citations.ipynb` (+440 -0) ➕ `examples/extract/insider_buy_sell.ipynb` (+2420 -0) ➕ `examples/extract/lm317_structured_extraction.ipynb` (+318 -0) _...and 80 more files_ </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 00:19:27 -05:00
yindo closed this issue 2026-02-16 00:19:27 -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#895