AgencyDotNet.Ingestion
0.1.198-ga453511f0e
dotnet add package AgencyDotNet.Ingestion --version 0.1.198-ga453511f0e
NuGet\Install-Package AgencyDotNet.Ingestion -Version 0.1.198-ga453511f0e
<PackageReference Include="AgencyDotNet.Ingestion" Version="0.1.198-ga453511f0e" />
<PackageVersion Include="AgencyDotNet.Ingestion" Version="0.1.198-ga453511f0e" />
<PackageReference Include="AgencyDotNet.Ingestion" />
paket add AgencyDotNet.Ingestion --version 0.1.198-ga453511f0e
#r "nuget: AgencyDotNet.Ingestion, 0.1.198-ga453511f0e"
#:package AgencyDotNet.Ingestion@0.1.198-ga453511f0e
#addin nuget:?package=AgencyDotNet.Ingestion&version=0.1.198-ga453511f0e&prerelease
#tool nuget:?package=AgencyDotNet.Ingestion&version=0.1.198-ga453511f0e&prerelease
Agency.Ingestion
Document ingestion pipeline abstractions for the Agency AI Toolkit — load, split, and store documents for RAG.
Install
dotnet add package AgencyDotNet.Ingestion
Types
IDocumentLoader—LoadAsync()streamsDocumentrecords from a source.ITextSplitter—Split(Document)chunks a document into smaller pieces.DefaultIngestionPipeline<TValue>— orchestrates load → split → store using anyIDocumentLoader,ITextSplitter, andIVectorStore<TValue>.Document— record holding text content and metadata.
Usage
services.AddScoped<IDocumentLoader, DirectoryLoader>(); // from Agency.Ingestion.FileSystem
services.AddScoped<ITextSplitter, SemanticKernelTextSplitter>(); // from Agency.Ingestion.SemanticKernel
services.AddScoped(typeof(IIngestionPipeline<>), typeof(DefaultIngestionPipeline<>));
// Run the pipeline
await pipeline.RunAsync(cancellationToken);
Part of the Agency AI Toolkit — an open-source .NET RAG pipeline.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- AgencyDotNet.VectorStore.Common (>= 0.1.198-ga453511f0e)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.9)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.9)
- Npgsql (>= 10.0.3)
- pgvector (>= 0.3.2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on AgencyDotNet.Ingestion:
| Package | Downloads |
|---|---|
|
AgencyDotNet.Ingestion.SemanticKernel
Semantic Kernel TextChunker-based text splitter for the Agency ingestion pipeline. Token-aware chunking with configurable overlap suitable for embedding-and-retrieval workflows. |
|
|
AgencyDotNet.Ingestion.FileSystem
File and directory loaders for the Agency ingestion pipeline. Walks the filesystem and yields documents ready for chunking, embedding, and storage. |
|
|
AgencyDotNet.Harness.Console
Multi-turn interactive REPL chat harness built on Agency.Harness. Drop-in console host for testing agent prompts, tools, and stop conditions without writing a UI. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.198-ga453511f0e | 0 | 9/18/2026 |
| 0.1.196-g29f327a13f | 44 | 9/17/2026 |
| 0.1.194-g9adaaec0b7 | 76 | 9/1/2026 |
| 0.1.192-gd2744cd928 | 73 | 9/1/2026 |