[PR #10] [MERGED] now user can set up a connection between an organization and a LlamaI… #12

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/10
Author: @zli484
Created: 5/23/2025
Status: Merged
Merged: 5/23/2025
Merged by: @zli484

Base: mainHead: document_indexing_integration


📝 Commits (1)

  • 97859b6 now 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

  • now user can set up connections between an organization and a LlamaIndex project and use the indexed files as sources to answer questions

🔄 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/10 **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:** `document_indexing_integration` --- ### 📝 Commits (1) - [`97859b6`](https://github.com/run-llama/auto_rfp/commit/97859b64b2a19085a1e7a7ac187f6b57b95c6182) now 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) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description - now user can set up connections between an organization and a LlamaIndex project and use the indexed files as sources to answer questions --- <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:40 -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#12