From 227b18a88807839bb1558f23095ad6eebae40b6a Mon Sep 17 00:00:00 2001 From: David Miguel Lozano Date: Mon, 29 Jul 2024 21:42:31 +0200 Subject: [PATCH] Add ollama_dart and LangChain.dart Ollama integration --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3c60edb..aa06868 100644 --- a/README.md +++ b/README.md @@ -101,5 +101,7 @@ inspired by [Awesome Python](https://github.com/vinta/awesome-python) | Name/Link | Description | Install Type | | ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------- | | [Ollama SDK for .NET](https://github.com/tryAGI/Ollama) | Open Source :heavy_check_mark:
Based on OpenAPI specification :heavy_check_mark:
From .Net Framework to .NET 8 including latest features like trimming :heavy_check_mark: | NuGet | +| [Ollama SDK for Dart](https://pub.dev/packages/ollama_dart) | Dart client for Ollama API | pub.dev | +| [LangChain.dart Ollama](https://pub.dev/packages/langchain_ollama) | Ollama integration for LangChain.dart| pub.dev | ## Extensions & Plugins