[PR #91] [MERGED] Added utils files #649

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/91
Author: @anoopshrma
Created: 3/18/2024
Status: Merged
Merged: 4/14/2024
Merged by: @logan-markewich

Base: mainHead: main


📝 Commits (8)

📊 Changes

2 files changed (+156 additions, -149 deletions)

View changed files

📝 llama_parse/base.py (+7 -149)
llama_parse/utils.py (+149 -0)

📄 Description

Added utils file to move language, enums error messages from base file for better readability


🔄 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/91 **Author:** [@anoopshrma](https://github.com/anoopshrma) **Created:** 3/18/2024 **Status:** ✅ Merged **Merged:** 4/14/2024 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (8) - [`9f707b5`](https://github.com/run-llama/llama_cloud_services/commit/9f707b5e5d3e2bbd3cf14d56f79305f14c14b718) Added utils file - [`49d558d`](https://github.com/run-llama/llama_cloud_services/commit/49d558dd8620313bf60146ed4a212cbf33cbcef4) imported utils - [`c845de7`](https://github.com/run-llama/llama_cloud_services/commit/c845de7c4e9a0bab81516fc37cefd0de41cafbf8) removed unused import - [`92c54fb`](https://github.com/run-llama/llama_cloud_services/commit/92c54fb735d1f70250d65a8be13a94ddc69db719) synced base.py updates - [`e055de0`](https://github.com/run-llama/llama_cloud_services/commit/e055de0ba978166618c61bcf6f14a95b10bdff8a) Merge branch 'main' of https://github.com/anoopshrma/llama_parse - [`75f24d8`](https://github.com/run-llama/llama_cloud_services/commit/75f24d8fe05e4ac9bb10aaba769ac83f06f47e66) merge main - [`0ef157e`](https://github.com/run-llama/llama_cloud_services/commit/0ef157e66c63b97f4c2d08c87ae045c02019760d) linting - [`2dfd87b`](https://github.com/run-llama/llama_cloud_services/commit/2dfd87b4086f92c528ea1faae7739d8e79868084) Merge branch 'main' into anoopshrma/main ### 📊 Changes **2 files changed** (+156 additions, -149 deletions) <details> <summary>View changed files</summary> 📝 `llama_parse/base.py` (+7 -149) ➕ `llama_parse/utils.py` (+149 -0) </details> ### 📄 Description Added utils file to move language, enums error messages from base file for better readability --- <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:42 -05:00
yindo closed this issue 2026-02-16 00:18:42 -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#649