mirror of
https://github.com/run-llama/auto_rfp.git
synced 2026-07-18 16:14:28 -04:00
[PR #11] [MERGED] Build integration between organizations and LlamaCloud projects #15
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:project_file_scoping_and_permission📝 Commits (1)
36ddafcsave📊 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.