Update README.md

This commit is contained in:
Damien Ostler 2024-10-01 23:27:42 -04:00 committed by GitHub
parent 07d24321f8
commit 87bcd6ac6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,12 +9,12 @@ MeiliSearch .NET Integration is a NuGet package that seamlessly embeds MeiliSear
## Features ## Features
[X] - **Embedded MeiliSearch**: Integrate MeiliSearch directly into your application. - [x] **Embedded MeiliSearch**: Integrate MeiliSearch directly into your application.
[X] - **Background Process Management**: Automatically handles the lifecycle of the MeiliSearch process. - [x] **Background Process Management**: Automatically handles the lifecycle of the MeiliSearch process.
[X] - **Health Monitoring**: Regular checks on the health of the MeiliSearch instance. - [x] **Health Monitoring**: Regular checks on the health of the MeiliSearch instance.
[X] - **API Key Management**: An API key is automatically regenerated every time the MeiliSearch service starts unless one is specified in the configuration. - [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. - [ ] **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. - [ ] **Future Index Management**: Upcoming feature to automatically compress and decompress indexes for optimized local storage.
## Installation ## Installation