[PR #12] [MERGED] Set index for project #13

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

Base: mainHead: set_index_for_project


📝 Commits (2)

  • 10fb248 allow user to set which index or indexes to include in a project
  • ab6dfc7 bug fix - now we can generate answers using the indexes selected

📊 Changes

14 files changed (+926 additions, -474 deletions)

View changed files

📝 app/api/generate-response/route.ts (+118 -19)
📝 app/api/llamacloud/connect/route.ts (+2 -1)
📝 app/api/projects/[projectId]/indexes/route.ts (+26 -5)
📝 app/documents/components/DocumentList.tsx (+121 -50)
📝 app/documents/page.tsx (+26 -3)
📝 app/project/components/documents-section.tsx (+30 -250)
📝 app/project/components/project-overview.tsx (+13 -25)
📝 app/questions/components/questions-section.tsx (+266 -10)
📝 components/organizations/DocumentsContent.tsx (+0 -2)
📝 components/organizations/LlamaCloudConnection.tsx (+11 -2)
📝 components/projects/ProjectDocuments.tsx (+254 -92)
📝 lib/llama-index-service.ts (+56 -15)
prisma/migrations/20250524003830_add_llamacloud_org_name/migration.sql (+2 -0)
📝 prisma/schema.prisma (+1 -0)

📄 Description

  • Allow user to configure which index to use for a given project
  • Allow user to connect and disconnect with an auto-rfp organization with a LlamaCloud project

🔄 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/12 **Author:** [@zli484](https://github.com/zli484) **Created:** 5/26/2025 **Status:** ✅ Merged **Merged:** 5/26/2025 **Merged by:** [@zli484](https://github.com/zli484) **Base:** `main` ← **Head:** `set_index_for_project` --- ### 📝 Commits (2) - [`10fb248`](https://github.com/run-llama/auto_rfp/commit/10fb2484051f1d397c27923f21607e11a22f3b36) allow user to set which index or indexes to include in a project - [`ab6dfc7`](https://github.com/run-llama/auto_rfp/commit/ab6dfc794d2fe82d49c47fc59359d817953689c0) bug fix - now we can generate answers using the indexes selected ### 📊 Changes **14 files changed** (+926 additions, -474 deletions) <details> <summary>View changed files</summary> 📝 `app/api/generate-response/route.ts` (+118 -19) 📝 `app/api/llamacloud/connect/route.ts` (+2 -1) 📝 `app/api/projects/[projectId]/indexes/route.ts` (+26 -5) 📝 `app/documents/components/DocumentList.tsx` (+121 -50) 📝 `app/documents/page.tsx` (+26 -3) 📝 `app/project/components/documents-section.tsx` (+30 -250) 📝 `app/project/components/project-overview.tsx` (+13 -25) 📝 `app/questions/components/questions-section.tsx` (+266 -10) 📝 `components/organizations/DocumentsContent.tsx` (+0 -2) 📝 `components/organizations/LlamaCloudConnection.tsx` (+11 -2) 📝 `components/projects/ProjectDocuments.tsx` (+254 -92) 📝 `lib/llama-index-service.ts` (+56 -15) ➕ `prisma/migrations/20250524003830_add_llamacloud_org_name/migration.sql` (+2 -0) 📝 `prisma/schema.prisma` (+1 -0) </details> ### 📄 Description - Allow user to configure which index to use for a given project - Allow user to connect and disconnect with an auto-rfp organization with a LlamaCloud project --- <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#13