[PR #20] [MERGED] QoL improvements #622

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/20
Author: @logan-markewich
Created: 2/19/2024
Status: Merged
Merged: 2/19/2024
Merged by: @logan-markewich

Base: mainHead: logan/async_batch


📝 Commits (1)

📊 Changes

3 files changed (+108 additions, -62 deletions)

View changed files

📝 README.md (+7 -0)
📝 llama_parse/base.py (+100 -61)
📝 pyproject.toml (+1 -1)

📄 Description

  • improved error statements for nest_asyncio
  • added batch processing
  • try/catch around each processing job to avoid closing entire async loop

🔄 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/20 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 2/19/2024 **Status:** ✅ Merged **Merged:** 2/19/2024 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `logan/async_batch` --- ### 📝 Commits (1) - [`a3954f3`](https://github.com/run-llama/llama_cloud_services/commit/a3954f3ddad09907cf1145b6753ff3069b2e8652) async batch ### 📊 Changes **3 files changed** (+108 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+7 -0) 📝 `llama_parse/base.py` (+100 -61) 📝 `pyproject.toml` (+1 -1) </details> ### 📄 Description - improved error statements for nest_asyncio - added batch processing - try/catch around each processing job to avoid closing entire async loop --- <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:18:37 -05:00
yindo closed this issue 2026-02-16 00:18:37 -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#622