[PR #456] [MERGED] Bump llamacloud index and fix issues #518

Closed
opened 2026-02-15 20:15:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/456
Author: @leehuwuj
Created: 12/3/2024
Status: Merged
Merged: 12/3/2024
Merged by: @marcusschiesser

Base: mainHead: lee/fix-llamacloud-index


📝 Commits (10+)

📊 Changes

10 files changed (+127 additions, -85 deletions)

View changed files

.changeset/shaggy-rats-draw.md (+5 -0)
📝 helpers/python.ts (+15 -15)
📝 helpers/tools.ts (+2 -2)
📝 templates/components/vectordbs/python/llamacloud/generate.py (+28 -51)
📝 templates/components/vectordbs/python/llamacloud/index.py (+55 -4)
📝 templates/components/vectordbs/python/llamacloud/service.py (+16 -9)
📝 templates/types/extractor/fastapi/app/ui/components/upload.py (+3 -2)
📝 templates/types/extractor/fastapi/pyproject.toml (+1 -1)
📝 templates/types/streaming/fastapi/app/services/file.py (+1 -0)
📝 templates/types/streaming/fastapi/pyproject.toml (+1 -1)

📄 Description

Summary by CodeRabbit

  • New Features

    • Enhanced index management with new functions for creating and retrieving indices.
    • Improved error handling during file uploads with user notifications.
  • Bug Fixes

    • Resolved breaking changes in the LlamaCloud library to ensure smooth operation.
  • Chores

    • Updated various dependency versions across tools and libraries for better performance and features.
    • Improved clarity and consistency in code structure and logging.
    • Adjusted UI component sizes for better visibility.

🔄 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/create-llama/pull/456 **Author:** [@leehuwuj](https://github.com/leehuwuj) **Created:** 12/3/2024 **Status:** ✅ Merged **Merged:** 12/3/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `lee/fix-llamacloud-index` --- ### 📝 Commits (10+) - [`ab9ad19`](https://github.com/run-llama/create-llama/commit/ab9ad195be0123d11b62307c3607eb24b63ad4fc) bump llama_cloud and update pipeline - [`621197c`](https://github.com/run-llama/create-llama/commit/621197c7fc338cc4140c92b48176fadaf0167c8b) add change set - [`36f1b17`](https://github.com/run-llama/create-llama/commit/36f1b177aa241d7e0136f35235af84f04e85ac88) add missing change - [`0ba0c8d`](https://github.com/run-llama/create-llama/commit/0ba0c8d61eee89dd6e9d7491818bce9bfea1f7bb) better error handling - [`ac70b6c`](https://github.com/run-llama/create-llama/commit/ac70b6ca52dcdf39f85363001f783eceff0d9f6f) bump llama-index - [`8a55431`](https://github.com/run-llama/create-llama/commit/8a5543106d2b467c001953df809596f0b81bf41d) bump llama-index - [`1e93f93`](https://github.com/run-llama/create-llama/commit/1e93f93effe2fd5b1d18a3890150d4eafcbd4dd9) bump llama-index - [`cb4a16f`](https://github.com/run-llama/create-llama/commit/cb4a16f99ec8ba08542d7b2ce55e1c7e36592f08) fix reflex - [`661f13d`](https://github.com/run-llama/create-llama/commit/661f13d5ccc65fbe0269f2b90bb9be5c531d58be) add option for not waiting file upload to LlamaCloud - [`05c2d53`](https://github.com/run-llama/create-llama/commit/05c2d531d800be0e6780132308a824dc86230522) add tqdm to show upload progress ### 📊 Changes **10 files changed** (+127 additions, -85 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/shaggy-rats-draw.md` (+5 -0) 📝 `helpers/python.ts` (+15 -15) 📝 `helpers/tools.ts` (+2 -2) 📝 `templates/components/vectordbs/python/llamacloud/generate.py` (+28 -51) 📝 `templates/components/vectordbs/python/llamacloud/index.py` (+55 -4) 📝 `templates/components/vectordbs/python/llamacloud/service.py` (+16 -9) 📝 `templates/types/extractor/fastapi/app/ui/components/upload.py` (+3 -2) 📝 `templates/types/extractor/fastapi/pyproject.toml` (+1 -1) 📝 `templates/types/streaming/fastapi/app/services/file.py` (+1 -0) 📝 `templates/types/streaming/fastapi/pyproject.toml` (+1 -1) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced index management with new functions for creating and retrieving indices. - Improved error handling during file uploads with user notifications. - **Bug Fixes** - Resolved breaking changes in the LlamaCloud library to ensure smooth operation. - **Chores** - Updated various dependency versions across tools and libraries for better performance and features. - Improved clarity and consistency in code structure and logging. - Adjusted UI component sizes for better visibility. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <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-15 20:15:08 -05:00
yindo closed this issue 2026-02-15 20:15:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#518