mirror of
https://github.com/run-llama/llamaindex.net.git
synced 2026-07-01 20:36:58 -04:00
[PR #6] [MERGED] add format and flesh out actions #6
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/llamaindex.net/pull/6
Author: @logan-markewich
Created: 9/10/2024
Status: ✅ Merged
Merged: 9/10/2024
Merged by: @logan-markewich
Base:
main← Head:logan/actions📝 Commits (1)
1083f50add format and flesh out actions📊 Changes
40 files changed (+498 additions, -159 deletions)
View changed files
➕
.editorconfig(+303 -0)➕
.github/workflows/format.yml(+28 -0)📝
.github/workflows/publish_to_nuget.yml(+33 -11)📝
.github/workflows/test.yml(+3 -15)📝
samples/Aspire/LlamaParseAspire/Program.cs(+3 -3)📝
samples/Aspire/Llamaindex.AppHost/Llamaindex.AppHost.csproj(+1 -1)📝
samples/Aspire/Llamaindex.AppHost/Program.cs(+1 -1)📝
samples/Aspire/Llamaindex.ServiceDefaults/Extensions.cs(+1 -1)📝
samples/GettingStarted/ParseDocuments/Program.cs(+6 -6)📝
src/LlamaIndex.Core.Tests/TestNodeWithScoreTest.cs(+8 -6)📝
src/LlamaIndex.Core.Tests/TextNodeTests.cs(+5 -5)📝
src/LlamaIndex.Core/Retrievers/BaseRetriever.cs(+2 -3)📝
src/LlamaIndex.Core/Retrievers/BaseRetrieverClient.cs(+3 -4)📝
src/LlamaIndex.Core/Schema/BaseNodeConverter.cs(+1 -1)📝
src/LlamaIndex.Core/Schema/Document.cs(+1 -1)📝
src/LlamaIndex.Core/Schema/ImageDocument.cs(+1 -1)📝
src/LlamaIndex.Core/Schema/NodeType.cs(+1 -1)📝
src/LlamaIndex.Core/Schema/NodeWithScore.cs(+1 -1)📝
src/LlamaIndex.Core/Schema/RelatedNodeInfo.cs(+1 -1)📝
src/LlamaIndex.Core/Schema/RelationshipType.cs(+1 -1)...and 20 more files
📄 Description
This PR
dotnet restore🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.