This commit is contained in:
Damien 2025-02-25 05:08:48 -05:00
commit 544e8e0fd4

View File

@ -2,6 +2,7 @@
![Gitea Release](https://img.shields.io/gitea/v/release/damien/meilisearch.NET?gitea_url=https://git.d4m13n.dev)
![Dotnet 8](https://img.shields.io/badge/-.NET%208.0-blueviolet?logo=dotnet)
![Static Badge](https://img.shields.io/badge/Meilisearch-FA8072)
[![Gitea](https://img.shields.io/badge/Gitea-6eaa5b?logo=gitea&logoColor=fff)](#)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
@ -20,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**: Ability to use the meilisearch native search capabilities with the index being loaded validation.
- [ ] **AI Search Capabilities**: Ability to use the meilisearch native AI search capabilities with the index being loaded validation.
## Installation
@ -167,6 +170,10 @@ Indicates the current status of the MeiliSearch process.
MeiliSearchStatus status = service.Status;
```
## Notes
https://github.com/Mozilla-Ocho/llamafile
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.