kernel-memory icon indicating copy to clipboard operation
kernel-memory copied to clipboard

WithAzureOpenAITextGeneration but for summarizaion only

Open KSemenenko opened this issue 2 years ago • 3 comments

I think we can use one model for summarization (when we build data for vector db) like gpt3.5 and anoter like gpt4 for actual text writeng

KSemenenko avatar Nov 02 '23 19:11 KSemenenko

That's correct. Currently the service uses the same model for questions and summarization. You can use a different handler for summarization though, with you custom settings. Plugging in custom handlers is the best way to customize pipelines.

dluc avatar Nov 07 '23 02:11 dluc

note to team: we need to provide concrete examples showing how to use custom handlers and how to use custom models

dluc avatar Nov 17 '23 00:11 dluc

Yes please 🙏

KSemenenko avatar Nov 17 '23 23:11 KSemenenko