[PR #2] [MERGED] Add Aspire Component / DI Extensions #2

Closed
opened 2026-02-16 00:20:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llamaindex.net/pull/2
Author: @luisquintanilla
Created: 7/16/2024
Status: Merged
Merged: 7/16/2024
Merged by: @luisquintanilla

Base: mainHead: aspire-component


📝 Commits (2)

  • ff8f39e Add DI extensions and fix sample inmemory issue
  • a14e76e Removed extension specific project and updated methods based on feedback

📊 Changes

3 files changed (+40 additions, -8 deletions)

View changed files

📝 samples/Aspire/LlamaParseAspire/Program.cs (+6 -7)
📝 src/LlamaParse/LlamaParse.csproj (+2 -0)
📝 src/LlamaParse/LlamaParseClientExtensions.cs (+32 -1)

📄 Description

This PR:

  • Adds DI extensions to register LlamaParseClient with DI.
  • Fixes reading InMemory files in Aspire sample.

🔄 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/llamaindex.net/pull/2 **Author:** [@luisquintanilla](https://github.com/luisquintanilla) **Created:** 7/16/2024 **Status:** ✅ Merged **Merged:** 7/16/2024 **Merged by:** [@luisquintanilla](https://github.com/luisquintanilla) **Base:** `main` ← **Head:** `aspire-component` --- ### 📝 Commits (2) - [`ff8f39e`](https://github.com/run-llama/llamaindex.net/commit/ff8f39e51782e0ea29f94aa6a90e6c659ddd5ccf) Add DI extensions and fix sample inmemory issue - [`a14e76e`](https://github.com/run-llama/llamaindex.net/commit/a14e76ed155feacda49515ff2e02988945e45f1f) Removed extension specific project and updated methods based on feedback ### 📊 Changes **3 files changed** (+40 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `samples/Aspire/LlamaParseAspire/Program.cs` (+6 -7) 📝 `src/LlamaParse/LlamaParse.csproj` (+2 -0) 📝 `src/LlamaParse/LlamaParseClientExtensions.cs` (+32 -1) </details> ### 📄 Description This PR: - Adds DI extensions to register LlamaParseClient with DI. - Fixes reading InMemory files in Aspire sample. --- <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 00:20:17 -05:00
yindo closed this issue 2026-02-16 00:20:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llamaindex.net#2