mirror of
https://github.com/run-llama/auto_rfp.git
synced 2026-07-01 21:54:05 -04:00
[PR #21] [MERGED] New llamaindex integration #23
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/21
Author: @zli484
Created: 7/17/2025
Status: ✅ Merged
Merged: 7/17/2025
Merged by: @zli484
Base:
main← Head:new_llamaindex_integration📝 Commits (4)
aea36e5refactoring of llamacloud integration steps7ffaa1freconfigure llamaindex integration to make sure the questions answering work3f5db1bfix llamacloud integration issue in the multi-step reasoning moded10f6b7bug fixes and more mature integration📊 Changes
30 files changed (+357 additions, -374 deletions)
View changed files
📝
app/api/generate-response-multistep/route.ts(+4 -3)➕
app/api/llamacloud/projects/route.ts(+73 -0)📝
app/api/organizations/[id]/user-role/route.ts(+0 -1)📝
app/api/projects/[projectId]/indexes/route.ts(+5 -6)📝
app/organizations/[orgId]/documents/page.tsx(+1 -1)➕
app/projects/[projectId]/documents/page.tsx(+12 -0)📝
app/projects/[projectId]/questions/components/index-selector.tsx(+23 -8)📝
app/projects/[projectId]/questions/components/question-editor.tsx(+3 -14)📝
app/projects/[projectId]/questions/components/questions-filter-tabs.tsx(+2 -8)📝
app/projects/[projectId]/questions/components/questions-filter.tsx(+1 -3)📝
app/projects/[projectId]/questions/components/questions-provider.tsx(+8 -35)📝
app/projects/[projectId]/questions/components/questions-section.tsx(+9 -3)📝
app/projects/[projectId]/questions/components/questions-tabs-content.tsx(+0 -6)📝
app/projects/components/documents-section.tsx(+1 -1)📝
app/projects/components/question-navigator.tsx(+28 -18)📝
components/organizations/DocumentsContent.tsx(+1 -1)📝
components/organizations/LlamaCloudConnection.tsx(+66 -167)📝
layouts/sidebar-layout/sidebar-layout.tsx(+5 -0)📝
lib/env.ts(+2 -4)📝
lib/llama-index-service.ts(+5 -1)...and 10 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.