CommunityToolkit.Aspire.OllamaSharp
9.0.1-beta.81
Prefix Reserved
dotnet add package CommunityToolkit.Aspire.OllamaSharp --version 9.0.1-beta.81
NuGet\Install-Package CommunityToolkit.Aspire.OllamaSharp -Version 9.0.1-beta.81
<PackageReference Include="CommunityToolkit.Aspire.OllamaSharp" Version="9.0.1-beta.81" />
paket add CommunityToolkit.Aspire.OllamaSharp --version 9.0.1-beta.81
#r "nuget: CommunityToolkit.Aspire.OllamaSharp, 9.0.1-beta.81"
// Install CommunityToolkit.Aspire.OllamaSharp as a Cake Addin #addin nuget:?package=CommunityToolkit.Aspire.OllamaSharp&version=9.0.1-beta.81&prerelease // Install CommunityToolkit.Aspire.OllamaSharp as a Cake Tool #tool nuget:?package=CommunityToolkit.Aspire.OllamaSharp&version=9.0.1-beta.81&prerelease
CommunityToolkit.Aspire.OllamaSharp library
Registers IOllamaClientApi
in the DI container to interact with the Ollama API and optionally supports registering an IChatClient
or IEmbeddingGenerator
from Microsoft.Extensions.AI.
Getting Started
Prerequisites
- Ollama HTTP(S) endpoint
Install the package
Install the .NET Aspire OllamaSharp library using the following command:
dotnet add package CommunityToolkit.Aspire.OllamaSharp
Example usage
In the Program.cs file of your project, call the AddOllamaClientApi
extension method to register the IOllamaClientApi
in the DI container. This method takes the connection name as a parameter:
builder.AddOllamaClientApi("ollama");
Then, in your service, inject IOllamaClientApi
and use it to interact with the Ollama API:
public class MyService(IOllamaClientApi ollamaClientApi)
{
// ...
}
Integration with Microsoft.Extensions.AI
To use the integration with Microsoft.Extensions.AI, call the AddOllamaSharpChatClient
or AddOllamaSharpEmbeddingGenerator
extension method in the Program.cs file of your project. These methods take the connection name as a parameter, just as AddOllamaClientApi
does, and will register the IOllamaApiClient
, as well as the IChatClient
or IEmbeddingGenerator
in the DI container. The IEmbeddingsGenerator
is registered with the generic arguments of <string, Embedding<float>>
.
Additional documentation
- https://github.com/awaescher/OllamaSharp
- https://learn.microsoft.com/dotnet/aspire/community-toolkit/hosting-ollama
- https://devblogs.microsoft.com/dotnet/introducing-microsoft-extensions-ai-preview/
Feedback & contributing
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. |
-
net8.0
- Aspire.Hosting (>= 9.0.0)
- OllamaSharp (>= 4.0.7)
-
net9.0
- Aspire.Hosting (>= 9.0.0)
- OllamaSharp (>= 4.0.7)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
9.0.1-beta.81 | 39 | 11/19/2024 |
9.0.1-beta.80 | 25 | 11/19/2024 |
9.0.1-beta.79 | 31 | 11/19/2024 |
9.0.1-beta.77 | 49 | 11/15/2024 |
9.0.0 | 111 | 11/15/2024 |
9.0.0-beta.76 | 35 | 11/14/2024 |
9.0.0-beta.75 | 35 | 11/14/2024 |
9.0.0-beta.74 | 31 | 11/14/2024 |
9.0.0-beta.73 | 35 | 11/14/2024 |
9.0.0-beta.72 | 29 | 11/14/2024 |
9.0.0-beta.71 | 32 | 11/13/2024 |
9.0.0-beta.70 | 35 | 11/13/2024 |
9.0.0-beta.69 | 34 | 11/13/2024 |
9.0.0-beta.68 | 30 | 11/13/2024 |
9.0.0-beta.67 | 30 | 11/13/2024 |
9.0.0-beta.66 | 37 | 11/13/2024 |
9.0.0-beta.63 | 44 | 11/12/2024 |
9.0.0-beta.54 | 36 | 10/31/2024 |
9.0.0-beta.53 | 32 | 10/29/2024 |
8.3.0 | 127 | 10/29/2024 |
8.3.0-beta.51 | 32 | 10/29/2024 |
8.3.0-beta.50 | 38 | 10/28/2024 |
8.3.0-beta.49 | 35 | 10/28/2024 |
8.3.0-beta.48 | 30 | 10/28/2024 |
8.3.0-beta.47 | 35 | 10/28/2024 |
8.3.0-beta.46 | 34 | 10/27/2024 |
8.3.0-beta.45 | 37 | 10/25/2024 |
8.3.0-beta.44 | 31 | 10/25/2024 |
8.3.0-beta.43 | 31 | 10/25/2024 |
8.3.0-beta.42 | 39 | 10/24/2024 |
8.2.1 | 91 | 10/23/2024 |
8.2.1-beta.40 | 27 | 10/23/2024 |
8.2.1-beta.39 | 32 | 10/23/2024 |
8.2.1-beta.38 | 37 | 10/23/2024 |
8.2.1-beta.37 | 37 | 10/23/2024 |
8.2.1-beta.36 | 35 | 10/23/2024 |
8.2.1-beta.35 | 39 | 10/23/2024 |
8.2.0-beta.34 | 38 | 10/23/2024 |
8.2.0-beta.33 | 36 | 10/23/2024 |
8.2.0-beta.32 | 38 | 10/22/2024 |
1.0.0-beta.60 | 47 | 11/11/2024 |
1.0.0-beta.58 | 37 | 11/4/2024 |
1.0.0-beta.57 | 34 | 11/1/2024 |
1.0.0-beta.56 | 33 | 11/1/2024 |
1.0.0-beta.55 | 34 | 11/1/2024 |