semantickernel-localLLMs VS OllamaSharp

Compare semantickernel-localLLMs vs OllamaSharp and see what are their differences.

semantickernel-localLLMs

Sample on how to run a LLM using LM Studio and interact with the model using Semantic Kernel. (by elbruno)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
semantickernel-localLLMs OllamaSharp
1 1
42 293
- -
6.4 8.7
about 2 months ago 11 days ago
C# C#
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

semantickernel-localLLMs

Posts with mentions or reviews of semantickernel-localLLMs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-01.
  • 📎 Extending #SemanticKernel using OllamaSharp for chat and text completion
    2 projects | dev.to | 1 Apr 2024
    Hi! In previous posts I shared how to host and chat with a Llama 2 model hosted locally with Ollama. (view post). And then I also found OllamaSharp (nuget package and repo). _OllamaSharp is a .NET binding for the Ollama API, making it easy to interact with Ollama using your favorite .NET languages. So, I decided to try it, and create a Chat Completion and a Text Generation specific implementation for Semantic Kernel using this library. The full test is a console app using both services with Semantic Kernel. Text Generation Service The Text Generation Service is an easy one. Just implement the interface Microsoft.SemanticKernel.TextGeneration.ITextGenerationService , and the generated code looks like this: Chat Completion Service The chat completion, requires the implementation of the interface: IChatCompletionService. The code looks like this: Test Chat Completion and Text Generation Services With both services implemented, we can now code with Semantic Kernel to access these services. The following code: Creates 2 services: text and chat, both with ollamasharp implementation Create a semantic kernel builder, register both services, and build a kernel. Using the kernel run a text generation sample, and later a chat history sample. In the chat sample, it also uses a System Message to define the chat behavior for the conversation. This is a test, there are a lot of improvements that can be made here. The full code is available here: https://github.com/elbruno/semantickernel-localLLMs. And the main readme of the repo also needs to be updated. Happy coding! Greetings El Bruno More posts in my blog ElBruno.com. More info in https://beacons.ai/elbruno

OllamaSharp

Posts with mentions or reviews of OllamaSharp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-01.

What are some alternatives?

When comparing semantickernel-localLLMs and OllamaSharp you can also consider the following projects:

semantic-kernel - Integrate cutting-edge LLM technology quickly and easily into your apps

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured