mirror of
https://github.com/run-llama/auto_rfp.git
synced 2026-07-16 05:53:01 -04:00
[PR #10] [MERGED] now user can set up a connection between an organization and a LlamaI… #12
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/10
Author: @zli484
Created: 5/23/2025
Status: ✅ Merged
Merged: 5/23/2025
Merged by: @zli484
Base:
main← Head:document_indexing_integration📝 Commits (1)
97859b6now user can set up a connection between an organization and a LlamaIndex project to use the indexed files as knowledge base📊 Changes
13 files changed (+1123 additions, -43 deletions)
View changed files
➕
app/api/llamacloud/connect/route.ts(+108 -0)➕
app/api/llamacloud/disconnect/route.ts(+59 -0)➕
app/api/llamacloud/documents/route.ts(+156 -0)➕
app/api/organizations/[id]/user-role/route.ts(+43 -0)📝
app/page.tsx(+0 -1)📝
components/organizations/DocumentsContent.tsx(+160 -42)➕
components/organizations/LlamaCloudConnectionDialog.tsx(+160 -0)➕
components/organizations/LlamaCloudDocuments.tsx(+404 -0)📝
package.json(+1 -0)📝
pnpm-lock.yaml(+12 -0)➕
prisma/migrations/20250523204248_add_llamacloud_integration/migration.sql(+4 -0)➕
prisma/migrations/20250523211921_update_llamacloud_to_project_specific/migration.sql(+10 -0)📝
prisma/schema.prisma(+6 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.