Robert McMahan
Robert McMahan
This update puts the configuration for model input data sources in the model configuration itself allowing you to select project, dataset, and in the case of first party data a...
When installing this using NPM I get through the CMake build piece and then get this: Scanning dependencies of target prepare_iuhook autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext...
There's an issue where it tries to compare a Boolean first party label via > (greater than) to a number. This isn't allowed and as such throws an error. The...
**Describe the bug** AddOllamaEmbeddingGenerator method is not registering service properly. Getting the following error. Microsoft.SemanticKernel.KernelException: Service of type 'Microsoft.Extensions.AI.IEmbeddingGenerator`2[System.String,Microsoft.Extensions.AI.Embedding`1[System.Double]]' not registered. **To Reproduce** Works: ``` let private ollamaEndpoint = Uri("http://127.0.0.1:11434")...