[PR #11] [MERGED] Build integration between organizations and LlamaCloud projects #15

Closed
opened 2026-02-16 03:16:40 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/auto_rfp/pull/11
Author: @zli484
Created: 5/23/2025
Status: Merged
Merged: 5/23/2025
Merged by: @zli484

Base: mainHead: project_file_scoping_and_permission


📝 Commits (1)

📊 Changes

13 files changed (+1669 additions, -108 deletions)

View changed files

📝 app/api/llamacloud/connect/route.ts (+18 -23)
📝 app/api/llamacloud/disconnect/route.ts (+2 -1)
📝 app/api/llamacloud/documents/route.ts (+9 -2)
app/api/projects/[projectId]/indexes/route.ts (+306 -0)
📝 app/project/components/project-overview.tsx (+12 -0)
📝 components/organizations/DocumentsContent.tsx (+29 -48)
components/organizations/LlamaCloudConnection.tsx (+408 -0)
📝 components/organizations/SettingsContent.tsx (+51 -31)
components/projects/ProjectDocuments.tsx (+454 -0)
components/projects/ProjectIndexSelector.tsx (+326 -0)
📝 lib/organization-service.ts (+12 -2)
prisma/migrations/20250523215918_add_project_indexes/migration.sql (+20 -0)
📝 prisma/schema.prisma (+22 -1)

📄 Description

  • User can set integration at organization level to integrate with a llamacloud project so that it can access the index
  • In a project, user can choose which index to include from all the indexes that the organization has access to

🔄 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/auto_rfp/pull/11 **Author:** [@zli484](https://github.com/zli484) **Created:** 5/23/2025 **Status:** ✅ Merged **Merged:** 5/23/2025 **Merged by:** [@zli484](https://github.com/zli484) **Base:** `main` ← **Head:** `project_file_scoping_and_permission` --- ### 📝 Commits (1) - [`36ddafc`](https://github.com/run-llama/auto_rfp/commit/36ddafc797fb4d322b74dcba797cd50f1e7c3117) save ### 📊 Changes **13 files changed** (+1669 additions, -108 deletions) <details> <summary>View changed files</summary> 📝 `app/api/llamacloud/connect/route.ts` (+18 -23) 📝 `app/api/llamacloud/disconnect/route.ts` (+2 -1) 📝 `app/api/llamacloud/documents/route.ts` (+9 -2) ➕ `app/api/projects/[projectId]/indexes/route.ts` (+306 -0) 📝 `app/project/components/project-overview.tsx` (+12 -0) 📝 `components/organizations/DocumentsContent.tsx` (+29 -48) ➕ `components/organizations/LlamaCloudConnection.tsx` (+408 -0) 📝 `components/organizations/SettingsContent.tsx` (+51 -31) ➕ `components/projects/ProjectDocuments.tsx` (+454 -0) ➕ `components/projects/ProjectIndexSelector.tsx` (+326 -0) 📝 `lib/organization-service.ts` (+12 -2) ➕ `prisma/migrations/20250523215918_add_project_indexes/migration.sql` (+20 -0) 📝 `prisma/schema.prisma` (+22 -1) </details> ### 📄 Description - User can set integration at organization level to integrate with a llamacloud project so that it can access the index - In a project, user can choose which index to include from all the indexes that the organization has access to --- <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 03:16:40 -05:00
yindo closed this issue 2026-02-16 03:16: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/auto_rfp#15