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

This commit is contained in:
damien 2025-02-25 09:02:58 +00:00
parent 7f72e73826
commit 5994a67d1d

View File

@ -21,6 +21,8 @@ MeiliSearch .NET Integration is a NuGet package that seamlessly embeds MeiliSear
- [ ] **Resource Monitoring**: Monitor the resources being used including storage by your MeiliSearch.
- [ ] **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**: Cache the comrpessed indexes so they are returned when you ask for a list of all indexs.
- [ ] **AI Search Capabilities**: Cache the comrpessed indexes so they are returned when you ask for a list of all indexs.
## Installation