Hazina.Store.DocumentStore 2.5.0

dotnet add package Hazina.Store.DocumentStore --version 2.5.0
                    
NuGet\Install-Package Hazina.Store.DocumentStore -Version 2.5.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Hazina.Store.DocumentStore" Version="2.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Hazina.Store.DocumentStore" Version="2.5.0" />
                    
Directory.Packages.props
<PackageReference Include="Hazina.Store.DocumentStore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Hazina.Store.DocumentStore --version 2.5.0
                    
#r "nuget: Hazina.Store.DocumentStore, 2.5.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Hazina.Store.DocumentStore@2.5.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Hazina.Store.DocumentStore&version=2.5.0
                    
Install as a Cake Addin
#tool nuget:?package=Hazina.Store.DocumentStore&version=2.5.0
                    
Install as a Cake Tool

Document storage and retrieval system for RAG (Retrieval-Augmented Generation) in Hazina. Provides IDocumentStore interface with support for text/binary documents, chunking, metadata management, and relevancy matching. Includes file-based and memory-based backends.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on Hazina.Store.DocumentStore:

Package Downloads
Hazina.Generator

Document-augmented LLM response orchestration for Hazina. Provides IDocumentGenerator for composing RAG context with prompts, streaming responses, and safe file modification handling. Core component for context-aware AI applications.

Hazina.LLMs.SemanticKernel

Semantic Kernel implementation of ILLMClient for Hazina. Provides multi-provider LLM support (OpenAI, Azure OpenAI, Anthropic, Ollama) through Microsoft Semantic Kernel integration. Supports advanced orchestration, plugins, and planners while maintaining Hazina's RAG and safe file modification features.

Hazina.AgentFactory

High-level agent factory for building autonomous AI agents in Hazina. Provides configuration parsing, built-in tool collections (file ops, git, dotnet, npm, BigQuery, email, WordPress), and multi-agent flow orchestration. Simplifies creating production-ready AI agents.

Hazina.Tools.Data

Data access layer for Hazina generation tools

Hazina.Store.Sqlite

SQLite-based storage backend for Hazina. Provides single-file database storage with FTS5 full-text search, vector similarity search, metadata querying, and file checksum tracking for rebuildability. Ideal for local development and embedded scenarios.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.5.0 843 3/18/2026
2.0.0 977 1/5/2026
1.0.2 924 3/16/2026
1.0.1 926 3/16/2026
1.0.0 735 3/16/2026
1.0.0-beta.6 89 3/15/2026
1.0.0-beta.5 101 3/15/2026
1.0.0-beta.4 106 3/15/2026