smartcomponents
smartcomponents copied to clipboard
Experimental, end-to-end AI features for .NET apps
This is beautiful... really I don't find any more appropiate term. I'm still on Web Forms though and will migrate to Blazor asap, but for the moment it would be...
Real scenario: * our HxInputNumber and HxInputDate both render as `` by default (as there are known issues with `type="number"` and `date`) * SmartPasteButton recognizes these as `string` and the...
Are there any plans to add support for encoding images and other types of data (audio, video, etc). Similar to [SentenceTransformers Image Search](https://www.sbert.net/examples/applications/image-search/README.html) Onnx already supports working with images: https://onnxruntime.ai/docs/tutorials/csharp/resnet50_csharp.html
When using `LocalEmbedder` is it possible to specify the model to use at runtime (via ctor) instead of setting it in the csproj file? It can be useful when we...
I have a tipical form with headers and lines. When you press add one more line interface adds new and you can fill it. It would be nice if smarte...
Having recently discussed with colleagues the feasibility of use AI as a "form assistant" and wondering how best to go about it I see this little beauty appear, I managed...
# Overview ### Question Could it be possible to have alternative ways of using of describing fields to `SmartPaste`? Two possible ideas I have are: - Binding data models, using...
Great work on this! Fantastic idea and very easy to use 🎉 ### Issue I'm having an issue when trying to configure this in my project that has multiple hosting...
So could it use generics and have an event callback? Really quick example and not code correct, just something like this. ``` ```` Then in the model I could add...
This repository doesn't seem to have a licence.