[PR #1065] [MERGED] add notice (don't merge until ready) #1052

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/1065
Author: @logan-markewich
Created: 1/8/2026
Status: Merged
Merged: 2/2/2026
Merged by: @logan-markewich

Base: mainHead: logan/deprecate_notice


📝 Commits (2)

📊 Changes

62 files changed (+455 additions, -1 deletions)

View changed files

.changeset/slick-peas-rush.md (+6 -0)
📝 .pre-commit-config.yaml (+1 -1)
📝 README.md (+10 -0)
📝 examples/README.md (+10 -0)
📝 examples/batch/parse/batch_parse_directory.ipynb (+8 -0)
📝 examples/extract/asset_manager_fund_analysis.ipynb (+8 -0)
📝 examples/extract/automotive_sector_analysis.ipynb (+8 -0)
📝 examples/extract/extract_data_with_citations.ipynb (+7 -0)
📝 examples/extract/insider_buy_sell.ipynb (+7 -0)
📝 examples/extract/lm317_structured_extraction.ipynb (+8 -0)
📝 examples/extract/resume_screening.ipynb (+7 -0)
📝 examples/extract/sec_10k_filing.ipynb (+8 -0)
📝 examples/extract/solar_panel_e2e_comparison.ipynb (+8 -0)
📝 examples/extract/tabular_extraction.ipynb (+8 -0)
📝 examples/index/getting_started.ipynb (+7 -0)
📝 examples/misc/parse_classify_extract_workflow.ipynb (+7 -0)
📝 examples/parse/advanced_rag/dynamic_section_retrieval.ipynb (+8 -0)
📝 examples/parse/agents/demo_simple_openai_agent.ipynb (+7 -0)
📝 examples/parse/batch_parse_folder.py (+5 -0)
📝 examples/parse/caltrain/caltrain_text_mode.ipynb (+8 -0)

...and 42 more files

📄 Description

Generated with this script: https://gist.github.com/logan-markewich/3917bf37ed15e6043f98c0efcc1aa8ba


🔄 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/1065 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 2/2/2026 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `logan/deprecate_notice` --- ### 📝 Commits (2) - [`eac214b`](https://github.com/run-llama/llama_cloud_services/commit/eac214b8e49f89e4df90f95e446a9a0410240073) add deprecation notices - [`13da0eb`](https://github.com/run-llama/llama_cloud_services/commit/13da0eb0e754647f7f8a3ac93e8fa26bb614ed44) changeset ### 📊 Changes **62 files changed** (+455 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/slick-peas-rush.md` (+6 -0) 📝 `.pre-commit-config.yaml` (+1 -1) 📝 `README.md` (+10 -0) 📝 `examples/README.md` (+10 -0) 📝 `examples/batch/parse/batch_parse_directory.ipynb` (+8 -0) 📝 `examples/extract/asset_manager_fund_analysis.ipynb` (+8 -0) 📝 `examples/extract/automotive_sector_analysis.ipynb` (+8 -0) 📝 `examples/extract/extract_data_with_citations.ipynb` (+7 -0) 📝 `examples/extract/insider_buy_sell.ipynb` (+7 -0) 📝 `examples/extract/lm317_structured_extraction.ipynb` (+8 -0) 📝 `examples/extract/resume_screening.ipynb` (+7 -0) 📝 `examples/extract/sec_10k_filing.ipynb` (+8 -0) 📝 `examples/extract/solar_panel_e2e_comparison.ipynb` (+8 -0) 📝 `examples/extract/tabular_extraction.ipynb` (+8 -0) 📝 `examples/index/getting_started.ipynb` (+7 -0) 📝 `examples/misc/parse_classify_extract_workflow.ipynb` (+7 -0) 📝 `examples/parse/advanced_rag/dynamic_section_retrieval.ipynb` (+8 -0) 📝 `examples/parse/agents/demo_simple_openai_agent.ipynb` (+7 -0) 📝 `examples/parse/batch_parse_folder.py` (+5 -0) 📝 `examples/parse/caltrain/caltrain_text_mode.ipynb` (+8 -0) _...and 42 more files_ </details> ### 📄 Description Generated with this script: https://gist.github.com/logan-markewich/3917bf37ed15e6043f98c0efcc1aa8ba --- <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:58 -05:00
yindo closed this issue 2026-02-16 00:19:58 -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#1052