LangMate.Persistence
1.0.4
dotnet add package LangMate.Persistence --version 1.0.4
NuGet\Install-Package LangMate.Persistence -Version 1.0.4
<PackageReference Include="LangMate.Persistence" Version="1.0.4" />
<PackageVersion Include="LangMate.Persistence" Version="1.0.4" />
<PackageReference Include="LangMate.Persistence" />
paket add LangMate.Persistence --version 1.0.4
#r "nuget: LangMate.Persistence, 1.0.4"
#:package LangMate.Persistence@1.0.4
#addin nuget:?package=LangMate.Persistence&version=1.0.4
#tool nuget:?package=LangMate.Persistence&version=1.0.4
LangMate.Persistence
Part of the LangMate.Core SDK
📦 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 | Versions 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. |
-
net9.0
- LangMate.Abstractions (>= 1.0.4)
- Microsoft.Extensions.Caching.Memory (>= 9.0.9)
- Microsoft.Extensions.Configuration (>= 9.0.9)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.9)
- MongoDB.Driver (>= 3.4.3)
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.