smartcomponents icon indicating copy to clipboard operation
smartcomponents copied to clipboard

Experimental, end-to-end AI features for .NET apps

Results 35 smartcomponents issues
Sort by recently updated
recently updated
newest added

I am using an Onnx model directly for chat completion: ``` var builder = Kernel.CreateBuilder(); builder.AddOnnxRuntimeGenAIChatCompletion("phi3", @"C:\git\Phi-3-mini-4k-instruct-onnx\cpu_and_mobile\cpu-int4-rtn-block-32") .AddLocalTextEmbeddingGeneration(); ``` But a call to a `SemanticTextMemory` object's `.SaveInformationAsync(...)` method gives the...

The concept of the smart paste component is a great idea for integrating AI features. **Issue:** I have used the smart paste example and configured the self-hosted models. However, I...

For internal project I am trying smart paste component with Ollama and mistral. It is not pasting the name field - which I am getting from the response from server...

Smart ComboBox always posts 5 (integer) as the value of similarity threshold. This prevents the MVC Razor Pages example to work properly (no suggestions are presented). The sample code is...

Smart ComboBox always posts 5 as the value of similarityThreshold. As a result, the MVC/Razor Pages example does not work out of the box. **Sample** https://github.com/dotnet-smartcomponents/smartcomponents/tree/main/samples/ExampleMvcRazorPagesApp **Page** https://localhost:7227/smartcombobox **Expected behavior:**...

Hi, I've been trying to capture the component/element reference for SmartPasteButton, but it doesn't seem to be working. It looks like it's not being configured at the component source level....

Just a small thing but with the Blazor instructions probably best to include adding the using statement smart components: ```cs @using SmartComponents ``` As this caught me out a couple...

Use "Thank you" instead of "Thankyou", and add a comma after "Unfortunately". Fixes #69

The code and documentation for Smart TextArea has a typo ("Thankyou" instead of "Thank you") and a stylistic issue (missing comma after "Unfortunately").

**Description**: We are considering using the `smart-textarea` custom tag within our project to show our text area as smart text area. Below is an example of how we are planning...