Update README.md
All checks were successful
build-packages / meilisearch-dotnet-packages (push) Successful in 1m33s

This commit is contained in:
damien 2025-02-25 10:12:11 +00:00
parent 1b849d5f32
commit 041491bd33

View File

@ -23,6 +23,7 @@ MeiliSearch .NET Integration is a NuGet package that seamlessly embeds MeiliSear
- [ ] **Future Index Management**: Upcoming feature to automatically compress and decompress indexes for optimized local storage.
- [ ] **Caching Mechanism**: Cache the comrpessed indexes so they are returned when you ask for a list of all indexs.
- [ ] **Search Capabilities**: Ability to use the meilisearch native search capabilities with the index being loaded validation.
- [ ] **Embedded Ollama**: Intergated Ollama directly into your application with a configured model.
- [ ] **AI Search Capabilities**: Ability to use the meilisearch native AI search capabilities with the index being loaded validation.
## Installation