[PR #840] [MERGED] Update Extract with stateless API #904

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

📋 Pull Request Information

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

Base: mainHead: nprad/update-extract


📝 Commits (6)

  • 0dfd292 Update Extract with stateless API
  • 2d60eb3 exclude autogen code from trailing whitespace lint
  • 2bc24d3 fix argument; add warning
  • e38c48e simplify
  • 0c2273b skip stateless tests on ci
  • b120f31 revert version

📊 Changes

10 files changed (+786 additions, -121 deletions)

View changed files

📝 .pre-commit-config.yaml (+1 -0)
📝 extract.md (+143 -25)
📝 py/llama_cloud_services/extract/extract.py (+425 -72)
📝 py/pyproject.toml (+1 -1)
📝 py/tests/beta/agent_data/test_agent_data_client.py (+4 -4)
📝 py/tests/extract/conftest.py (+6 -0)
📝 py/tests/extract/test_benchmark.py (+7 -6)
📝 py/tests/extract/test_extract_api.py (+186 -3)
📝 py/tests/extract/test_extract_e2e.py (+9 -6)
📝 py/uv.lock (+4 -4)

📄 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/840 **Author:** [@neerajprad](https://github.com/neerajprad) **Created:** 8/4/2025 **Status:** ✅ Merged **Merged:** 8/5/2025 **Merged by:** [@neerajprad](https://github.com/neerajprad) **Base:** `main` ← **Head:** `nprad/update-extract` --- ### 📝 Commits (6) - [`0dfd292`](https://github.com/run-llama/llama_cloud_services/commit/0dfd2923db05e2d6948830e800974d4f9e7140f4) Update Extract with stateless API - [`2d60eb3`](https://github.com/run-llama/llama_cloud_services/commit/2d60eb39df84668001d49077294f023eb163d1c4) exclude autogen code from trailing whitespace lint - [`2bc24d3`](https://github.com/run-llama/llama_cloud_services/commit/2bc24d3a91849e8a678beab1a70aa483471b2ed6) fix argument; add warning - [`e38c48e`](https://github.com/run-llama/llama_cloud_services/commit/e38c48e21d58ed21047cdc78fb181d23bc75f068) simplify - [`0c2273b`](https://github.com/run-llama/llama_cloud_services/commit/0c2273b4ad4b1004b1f73d902ba793acc970b40f) skip stateless tests on ci - [`b120f31`](https://github.com/run-llama/llama_cloud_services/commit/b120f319f79b5cf6a6ff3f0c7f608c99955cd9ca) revert version ### 📊 Changes **10 files changed** (+786 additions, -121 deletions) <details> <summary>View changed files</summary> 📝 `.pre-commit-config.yaml` (+1 -0) 📝 `extract.md` (+143 -25) 📝 `py/llama_cloud_services/extract/extract.py` (+425 -72) 📝 `py/pyproject.toml` (+1 -1) 📝 `py/tests/beta/agent_data/test_agent_data_client.py` (+4 -4) 📝 `py/tests/extract/conftest.py` (+6 -0) 📝 `py/tests/extract/test_benchmark.py` (+7 -6) 📝 `py/tests/extract/test_extract_api.py` (+186 -3) 📝 `py/tests/extract/test_extract_e2e.py` (+9 -6) 📝 `py/uv.lock` (+4 -4) </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:29 -05:00
yindo closed this issue 2026-02-16 00:19:29 -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#904