mirror of
https://github.com/run-llama/auto_rfp.git
synced 2026-07-16 05:53:01 -04:00
[PR #12] [MERGED] Set index for project #13
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/12
Author: @zli484
Created: 5/26/2025
Status: ✅ Merged
Merged: 5/26/2025
Merged by: @zli484
Base:
main← Head:set_index_for_project📝 Commits (2)
10fb248allow user to set which index or indexes to include in a projectab6dfc7bug 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.