Merge branch 'master' of https://git.d4m13n.dev/damien/meilisearch.NET
This commit is contained in:
commit
544e8e0fd4
@ -2,6 +2,7 @@
|
||||
|
||||

|
||||

|
||||

|
||||
[](#)
|
||||
[](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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user