Update README.md

This commit is contained in:
Damien Ostler 2024-10-01 23:26:27 -04:00 committed by GitHub
parent cb22e9bcd9
commit da7bcb1e4d
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
- **Embedded MeiliSearch**: Integrate MeiliSearch directly into your application.
- **Background Process Management**: Automatically handles the lifecycle of the MeiliSearch process.
- **Health Monitoring**: Regular checks on the health of the MeiliSearch instance.
- **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.
[X] - **Embedded MeiliSearch**: Integrate MeiliSearch directly into your application.
[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] - **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.
## Installation