fix: update readme

This commit is contained in:
Damien 2025-03-01 03:13:42 -05:00
parent 99bf0017c1
commit 2433a850f3

View File

@ -21,9 +21,9 @@ MeiliSearch .NET Integration is a NuGet package that seamlessly embeds MeiliSear
- [x] **Background Process Management**: Automatically handles the lifecycle of the MeiliSearch process.
- [x] **Health Monitoring**: Regular checks on the health of the MeiliSearch instance to ensure it stays running.
- [x] **API Key Management**: An API key is automatically regenerated every time the MeiliSearch service starts unless one is specified in the configuration.
- [ ] **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.
- [x] **Resource Monitoring**: Monitor the resources being used including storage by your MeiliSearch.
- [x] **Future Index Management**: Upcoming feature to automatically compress and decompress indexes for optimized local storage.
- [x] **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.