[PR #21] [MERGED] New llamaindex integration #23

Closed
opened 2026-02-16 03:16:42 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: new_llamaindex_integration


📝 Commits (4)

  • aea36e5 refactoring of llamacloud integration steps
  • 7ffaa1f reconfigure llamaindex integration to make sure the questions answering work
  • 3f5db1b fix llamacloud integration issue in the multi-step reasoning mode
  • d10f6b7 bug 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

  • more mature llamaindex integration to use it 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/21 **Author:** [@zli484](https://github.com/zli484) **Created:** 7/17/2025 **Status:** ✅ Merged **Merged:** 7/17/2025 **Merged by:** [@zli484](https://github.com/zli484) **Base:** `main` ← **Head:** `new_llamaindex_integration` --- ### 📝 Commits (4) - [`aea36e5`](https://github.com/run-llama/auto_rfp/commit/aea36e5732f64627b768b90e710e1a72c4427dc9) refactoring of llamacloud integration steps - [`7ffaa1f`](https://github.com/run-llama/auto_rfp/commit/7ffaa1f175644fc711bf3f1da33dc9522f7d5d6b) reconfigure llamaindex integration to make sure the questions answering work - [`3f5db1b`](https://github.com/run-llama/auto_rfp/commit/3f5db1b13a181abf2d6aa100c2a428a1dfe1555a) fix llamacloud integration issue in the multi-step reasoning mode - [`d10f6b7`](https://github.com/run-llama/auto_rfp/commit/d10f6b7b88b8057a000d168f24981323d60b7215) bug fixes and more mature integration ### 📊 Changes **30 files changed** (+357 additions, -374 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description - more mature llamaindex integration to use it 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:42 -05:00
yindo closed this issue 2026-02-16 03:16:42 -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#23