From 1b849d5f322668e657be7368e3f962bd2087dfed Mon Sep 17 00:00:00 2001 From: damien Date: Tue, 25 Feb 2025 10:11:10 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f35a585..293f54b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ ![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) +![Meilisearch](https://img.shields.io/badge/Meilisearch-FA8072) +![Ollama](https://img.shields.io/badge/Ollama-Powered-orange) [![Gitea](https://img.shields.io/badge/Gitea-6eaa5b?logo=gitea&logoColor=fff)](#) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) From 041491bd338c270792b0ec95e919aecd29920b35 Mon Sep 17 00:00:00 2001 From: damien Date: Tue, 25 Feb 2025 10:12:11 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 293f54b..ea4f07b 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ MeiliSearch .NET Integration is a NuGet package that seamlessly embeds MeiliSear - [ ] **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. +- [ ] **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. ## Installation