[PR #905] [MERGED] Remove report generation related code from llama_cloud_services #950

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/905
Author: @neerajprad
Created: 9/5/2025
Status: Merged
Merged: 9/5/2025
Merged by: @neerajprad

Base: mainHead: nprad/remove-report


📝 Commits (2)

  • bf110ed Remove report generation related code from llama_cloud_services
  • a953225 remove poetry.lock

📊 Changes

12 files changed (+2284 additions, -4092 deletions)

View changed files

📝 README.md (+0 -6)
📝 examples/README.md (+0 -1)
examples/report/basic_report.ipynb (+0 -762)
📝 py/README.md (+1 -7)
📝 py/llama_cloud_services/__init__.py (+0 -3)
py/llama_cloud_services/report/__init__.py (+0 -4)
py/llama_cloud_services/report/base.py (+0 -269)
py/llama_cloud_services/report/report.py (+0 -527)
py/tests/report/__init__.py (+0 -0)
py/tests/report/test_llama_report.py (+0 -129)
📝 py/uv.lock (+2283 -2283)
report.md (+0 -101)

📄 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/905 **Author:** [@neerajprad](https://github.com/neerajprad) **Created:** 9/5/2025 **Status:** ✅ Merged **Merged:** 9/5/2025 **Merged by:** [@neerajprad](https://github.com/neerajprad) **Base:** `main` ← **Head:** `nprad/remove-report` --- ### 📝 Commits (2) - [`bf110ed`](https://github.com/run-llama/llama_cloud_services/commit/bf110ed2cf5855b5c7c35c29c5189a7f83eec181) Remove report generation related code from llama_cloud_services - [`a953225`](https://github.com/run-llama/llama_cloud_services/commit/a953225a15ffaeb544e5f6da7a26d8bf611f3548) remove poetry.lock ### 📊 Changes **12 files changed** (+2284 additions, -4092 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+0 -6) 📝 `examples/README.md` (+0 -1) ➖ `examples/report/basic_report.ipynb` (+0 -762) 📝 `py/README.md` (+1 -7) 📝 `py/llama_cloud_services/__init__.py` (+0 -3) ➖ `py/llama_cloud_services/report/__init__.py` (+0 -4) ➖ `py/llama_cloud_services/report/base.py` (+0 -269) ➖ `py/llama_cloud_services/report/report.py` (+0 -527) ➖ `py/tests/report/__init__.py` (+0 -0) ➖ `py/tests/report/test_llama_report.py` (+0 -129) 📝 `py/uv.lock` (+2283 -2283) ➖ `report.md` (+0 -101) </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:38 -05:00
yindo closed this issue 2026-02-16 00:19:38 -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#950