[PR #924] [MERGED] Support creating indexes in a specified project_id #963

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/924
Author: @adrianlyjak
Created: 9/18/2025
Status: Merged
Merged: 9/18/2025
Merged by: @adrianlyjak

Base: mainHead: adrian/no-org-id


📝 Commits (2)

  • 42089b6 Support creating indexes in a specified project_id
  • fd5293e Bump

📊 Changes

6 files changed (+162 additions, -21 deletions)

View changed files

📝 .pre-commit-config.yaml (+1 -1)
📝 py/llama_cloud_services/index/base.py (+14 -12)
📝 py/llama_parse/pyproject.toml (+2 -2)
📝 py/pyproject.toml (+1 -1)
📝 py/unit_tests/index/test_unit_index.py (+143 -4)
📝 py/uv.lock (+1 -1)

📄 Description

Removes the somewhat backwards arguments for indexes that are finding a project by org-id and name, rather than just being able to specify a project ID


🔄 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/924 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 9/18/2025 **Status:** ✅ Merged **Merged:** 9/18/2025 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `adrian/no-org-id` --- ### 📝 Commits (2) - [`42089b6`](https://github.com/run-llama/llama_cloud_services/commit/42089b6334a2724b4dd19d3c1084cd1236cc9ef4) Support creating indexes in a specified project_id - [`fd5293e`](https://github.com/run-llama/llama_cloud_services/commit/fd5293ec99c004dad998079004a0cc4f8c39fa72) Bump ### 📊 Changes **6 files changed** (+162 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `.pre-commit-config.yaml` (+1 -1) 📝 `py/llama_cloud_services/index/base.py` (+14 -12) 📝 `py/llama_parse/pyproject.toml` (+2 -2) 📝 `py/pyproject.toml` (+1 -1) 📝 `py/unit_tests/index/test_unit_index.py` (+143 -4) 📝 `py/uv.lock` (+1 -1) </details> ### 📄 Description Removes the somewhat backwards arguments for indexes that are finding a project by org-id and name, rather than just being able to specify a project ID --- <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:41 -05:00
yindo closed this issue 2026-02-16 00:19:41 -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#963