LangMate.Persistence 1.0.4

dotnet add package LangMate.Persistence --version 1.0.4
                    
NuGet\Install-Package LangMate.Persistence -Version 1.0.4
                    
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="LangMate.Persistence" Version="1.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LangMate.Persistence" Version="1.0.4" />
                    
Directory.Packages.props
<PackageReference Include="LangMate.Persistence" />
                    
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 LangMate.Persistence --version 1.0.4
                    
#r "nuget: LangMate.Persistence, 1.0.4"
                    
#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 LangMate.Persistence@1.0.4
                    
#: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=LangMate.Persistence&version=1.0.4
                    
Install as a Cake Addin
#tool nuget:?package=LangMate.Persistence&version=1.0.4
                    
Install as a Cake Tool

LangMate.Persistence

Part of the LangMate.Core SDK

📦 NuGet

NuGet

LangMate.Persistence provides a clean and extensible MongoDB-based persistence layer for the LangMate ecosystem. It powers features like chat history, conversation storage, and data caching in LangMate-based applications.

✨ Features

  • MongoDB support for chat conversations and messages
  • Repository pattern abstraction for testability and clean architecture
  • Pluggable via DI using LangMate.Core
  • Optional caching support
  • Built for high-performance and scalable data access

📦 Installation

To use LangMate.Persistence, install the required NuGet package, or include the project reference in your solution.

dotnet add package LangMate.Extensions

🔧 Service Registration

In your Program.cs or inside a service registration method (already is done in LangMate.Core):

services.AddLangMateMemoryCache();
services.AddLangMateMongoDb(configuration);

📄 License

MIT License

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on LangMate.Persistence:

Package Downloads
LangMate.Middleware

LangMate.Middleware is a modular ASP.NET Core middleware library focused on resilient API execution, structured exception handling, logging, and developer experience during API development and runtime in the LangMate ecosystem.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.4 1 9/30/2025
1.0.3 39 9/30/2025
1.0.0 153 9/22/2025