[PR #597] [MERGED] Refactor into llama-cloud-services #766

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/597
Author: @logan-markewich
Created: 1/30/2025
Status: Merged
Merged: 2/6/2025
Merged by: @logan-markewich

Base: mainHead: logan/refactor_services


📝 Commits (10+)

📊 Changes

116 files changed (+5775 additions, -983 deletions)

View changed files

📝 .github/workflows/build_package.yml (+1 -1)
📝 .github/workflows/publish_release.yml (+17 -1)
📝 .pre-commit-config.yaml (+2 -1)
📝 README.md (+21 -136)
📝 examples/parse/advanced_rag/dynamic_section_retrieval.ipynb (+2 -2)
📝 examples/parse/advanced_rag/dynamic_section_retrieval_img.png (+0 -0)
📝 examples/parse/agents/demo_simple_openai_agent.ipynb (+2 -2)
📝 examples/parse/caltrain/caltrain_schedule_weekend.pdf (+0 -0)
📝 examples/parse/caltrain/caltrain_text_mode.ipynb (+1 -1)
📝 examples/parse/data/BP_Excel.xlsx (+0 -0)
📝 examples/parse/data/nvidia_quarterly_revenue_trend_by_market.xlsx (+0 -0)
📝 examples/parse/demo_advanced.ipynb (+2 -2)
📝 examples/parse/demo_advanced_astradb.ipynb (+2 -2)
📝 examples/parse/demo_advanced_weaviate.ipynb (+1 -1)
📝 examples/parse/demo_api.ipynb (+0 -0)
📝 examples/parse/demo_astradb.ipynb (+1 -1)
📝 examples/parse/demo_basic.ipynb (+2 -2)
📝 examples/parse/demo_elasticsearch_vectordb.ipynb (+1 -1)
📝 examples/parse/demo_excel.ipynb (+2 -2)
📝 examples/parse/demo_get_charts.ipynb (+2 -2)

...and 80 more files

📄 Description

This PR attempts a backwards compatible port of this repo from being just llama-parse, to holding ALL llama-cloud services (report, parse, extract, etc.)

Now, all services are published under llama-cloud-services


🔄 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/597 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 1/30/2025 **Status:** ✅ Merged **Merged:** 2/6/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `logan/refactor_services` --- ### 📝 Commits (10+) - [`04312cc`](https://github.com/run-llama/llama_cloud_services/commit/04312cc0665d05f69f60a162ecd003b304423b7f) wip - [`13cf7db`](https://github.com/run-llama/llama_cloud_services/commit/13cf7dbb15066f19e859fb4ea856bcb940fda3d7) wip - [`c1f37bb`](https://github.com/run-llama/llama_cloud_services/commit/c1f37bba2a6d2492ac88fae293bf278d6c098941) types - [`9b5cc20`](https://github.com/run-llama/llama_cloud_services/commit/9b5cc20d7f3872f3cb01383e4c3024d6a59b2573) types - [`f79263e`](https://github.com/run-llama/llama_cloud_services/commit/f79263e25e0ad8db88052ee027d878f9d0ac56d1) tests - [`02cb622`](https://github.com/run-llama/llama_cloud_services/commit/02cb622d94eaf9f2f689d55add58c8367f0a7990) tests - [`f4b3f10`](https://github.com/run-llama/llama_cloud_services/commit/f4b3f10c95a2d45b29e6c699915b53450c275472) tests - [`ec9b733`](https://github.com/run-llama/llama_cloud_services/commit/ec9b7331d671c9879c6157e75a6a5389793cf9cf) except in teardown - [`c98239c`](https://github.com/run-llama/llama_cloud_services/commit/c98239cb7a9c33ecbc43babcc1937badbb238fea) readme organize - [`bf9a26b`](https://github.com/run-llama/llama_cloud_services/commit/bf9a26b4ada8036c13a7d547881195e0ab36ee33) imports ### 📊 Changes **116 files changed** (+5775 additions, -983 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build_package.yml` (+1 -1) 📝 `.github/workflows/publish_release.yml` (+17 -1) 📝 `.pre-commit-config.yaml` (+2 -1) 📝 `README.md` (+21 -136) 📝 `examples/parse/advanced_rag/dynamic_section_retrieval.ipynb` (+2 -2) 📝 `examples/parse/advanced_rag/dynamic_section_retrieval_img.png` (+0 -0) 📝 `examples/parse/agents/demo_simple_openai_agent.ipynb` (+2 -2) 📝 `examples/parse/caltrain/caltrain_schedule_weekend.pdf` (+0 -0) 📝 `examples/parse/caltrain/caltrain_text_mode.ipynb` (+1 -1) 📝 `examples/parse/data/BP_Excel.xlsx` (+0 -0) 📝 `examples/parse/data/nvidia_quarterly_revenue_trend_by_market.xlsx` (+0 -0) 📝 `examples/parse/demo_advanced.ipynb` (+2 -2) 📝 `examples/parse/demo_advanced_astradb.ipynb` (+2 -2) 📝 `examples/parse/demo_advanced_weaviate.ipynb` (+1 -1) 📝 `examples/parse/demo_api.ipynb` (+0 -0) 📝 `examples/parse/demo_astradb.ipynb` (+1 -1) 📝 `examples/parse/demo_basic.ipynb` (+2 -2) 📝 `examples/parse/demo_elasticsearch_vectordb.ipynb` (+1 -1) 📝 `examples/parse/demo_excel.ipynb` (+2 -2) 📝 `examples/parse/demo_get_charts.ipynb` (+2 -2) _...and 80 more files_ </details> ### 📄 Description This PR attempts a backwards compatible port of this repo from being just llama-parse, to holding ALL llama-cloud services (report, parse, extract, etc.) Now, all services are published under `llama-cloud-services` --- <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:02 -05:00
yindo closed this issue 2026-02-16 00:19:02 -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#766