[PR #1012] [MERGED] Add support for custom metadata in file upload methods #1017

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/1012
Author: @Patco96
Created: 11/17/2025
Status: Merged
Merged: 11/17/2025
Merged by: @logan-markewich

Base: mainHead: aupload-can-add-metadata


📝 Commits (3)

📊 Changes

3 files changed (+145 additions, -5 deletions)

View changed files

📝 py/llama_cloud_services/index/base.py (+25 -4)
📝 py/tests/index/test_index.py (+119 -0)
📝 py/uv.lock (+1 -1)

📄 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/1012 **Author:** [@Patco96](https://github.com/Patco96) **Created:** 11/17/2025 **Status:** ✅ Merged **Merged:** 11/17/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `aupload-can-add-metadata` --- ### 📝 Commits (3) - [`6634d30`](https://github.com/run-llama/llama_cloud_services/commit/6634d30a92d877a3299efb183a0cfbd143184fc8) feat: add support for custom metadata in file upload methods - [`f4935b6`](https://github.com/run-llama/llama_cloud_services/commit/f4935b6ec5f76f2baa60cf0221d165e568bb5eb5) linting - [`e06a6af`](https://github.com/run-llama/llama_cloud_services/commit/e06a6af9d6192f040e74dfdd715503055cd07826) uv lock ### 📊 Changes **3 files changed** (+145 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `py/llama_cloud_services/index/base.py` (+25 -4) 📝 `py/tests/index/test_index.py` (+119 -0) 📝 `py/uv.lock` (+1 -1) </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:51 -05:00
yindo closed this issue 2026-02-16 00:19:52 -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#1017