Alexander Siniouguine
Alexander Siniouguine
It looks like Kernel generates incorrect URL for Klarna request. Here is a page that is getting requested: `https://www.klarna.com/us/public/openai/v0/products/?q=headphones&size=10&min_price=0&max_price=150` The correct URL should be: `https://www.klarna.com/us/shopping/public/openai/v0/products/?q=headphones&size=10&min_price=0&max_price=150`
@evchaki is that what I put in PromptTemplateConfig.DefaultServices? If it is, I don't see it being used anywhere in the .net code besides sample that shows how to import skills...
Yes, I think it is a powerful capability to allow each prompt to have the model that fits it the best. Hopefully can be addressed in the timely manner.
@evchaki any update on this issue?
@dluc Yes, you can see the implementation doesn't take this into account when setting AI service to be used by Semantic function https://github.com/microsoft/semantic-kernel/blob/main/dotnet/src/SemanticKernel/Kernel.cs#L325
can I invoke SetAIService? it might actually be fine in my case
So, I tried it and it seem to work, here is the code if anyone interested: ``` var functionConfig = new SemanticFunctionConfig(config, template); var func = kernel.RegisterSemanticFunction(prompt.SkillName, prompt.FunctionName, functionConfig); var...
It was installed using source code installation method. Make sure you don't have indexes already created in the folder. Database was not populated with a sample data.
@eMazeika Field "Code" should be generated from the category name in realtime (as user types) and "Code" should have validation of uniqueness. Use can also manually change code to value...
Property categorization is a very important usability feature.