microsoft / semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps
https://aka.ms/semantic-kernel
MIT License
21.31k stars 3.13k forks source link

Bug: Microsoft.SemanticKernel.Connectors.Onnx does not contain an implementation of ITextGenerationService #8329

Open Barshan-Mandal opened 3 weeks ago

Barshan-Mandal commented 3 weeks ago

Bug: Microsoft.SemanticKernel.Connectors.Onnx does not contain an implementation of ITextGeneration service.Add this implementtation as without it,we cant use kernel memory

matthewbolanos commented 3 weeks ago

@dluc, do you know what scenarios in Kernel Memory require ITextGeneration? I assumed that it would be using IChatCompletion.

Barshan-Mandal commented 2 weeks ago

REQUIRES FOR USING MICROSOFT.KERNEL MEMORY MEMORY RAG AND INGESTING DOCUMENTS

evchaki commented 2 weeks ago

@dluc - can you look at this?

arafattehsin commented 2 weeks ago

I think it's a pretty valid scenario and I encountered a similar issue hence landed here.