[PR #3] [MERGED] Updates to README and samples #3

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/3
Author: @luisquintanilla
Created: 7/16/2024
Status: Merged
Merged: 7/17/2024
Merged by: @luisquintanilla

Base: mainHead: doc-samples-updates


📝 Commits (2)

  • bad8357 Add Getting Started README
  • d455e7b feat: Update LlamaParseClient configuration handling

📊 Changes

8 files changed (+53 additions, -32 deletions)

View changed files

📝 samples/Aspire/LlamaParseAspire/Program.cs (+1 -1)
samples/GettingStarted/README.md (+5 -0)
📝 src/LlamaParse.Tests/ClientTests.cs (+8 -8)
📝 src/LlamaParse.Tests/DataLoadingTests.cs (+8 -8)
📝 src/LlamaParse.Tests/TelemetryTests.cs (+3 -3)
📝 src/LlamaParse/Configuration.cs (+16 -0)
📝 src/LlamaParse/LlamaParseClient.cs (+4 -4)
📝 src/LlamaParse/LlamaParseClientExtensions.cs (+8 -8)

📄 Description

This PR:

  • Updates client to take Configuration
  • Updates Aspire sample to use Configuration

🔄 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/3 **Author:** [@luisquintanilla](https://github.com/luisquintanilla) **Created:** 7/16/2024 **Status:** ✅ Merged **Merged:** 7/17/2024 **Merged by:** [@luisquintanilla](https://github.com/luisquintanilla) **Base:** `main` ← **Head:** `doc-samples-updates` --- ### 📝 Commits (2) - [`bad8357`](https://github.com/run-llama/llamaindex.net/commit/bad8357dfa6c3a7a5a3ff24188c364dbd59d570f) Add Getting Started README - [`d455e7b`](https://github.com/run-llama/llamaindex.net/commit/d455e7b441a03886066b08bb7407273441887f24) feat: Update LlamaParseClient configuration handling ### 📊 Changes **8 files changed** (+53 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `samples/Aspire/LlamaParseAspire/Program.cs` (+1 -1) ➕ `samples/GettingStarted/README.md` (+5 -0) 📝 `src/LlamaParse.Tests/ClientTests.cs` (+8 -8) 📝 `src/LlamaParse.Tests/DataLoadingTests.cs` (+8 -8) 📝 `src/LlamaParse.Tests/TelemetryTests.cs` (+3 -3) 📝 `src/LlamaParse/Configuration.cs` (+16 -0) 📝 `src/LlamaParse/LlamaParseClient.cs` (+4 -4) 📝 `src/LlamaParse/LlamaParseClientExtensions.cs` (+8 -8) </details> ### 📄 Description This PR: - [x] Updates client to take Configuration - [x] Updates Aspire sample to use Configuration --- <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#3