Replies: 2 comments
-
I have the same problem, there are a bunch of dependencies currently mandatory even when they are not used. kmBuilder.WithOpenAITextGeneration(new OpenAIConfig { APIKey = "none" }) |
Beta Was this translation helpful? Give feedback.
0 replies
-
For a temporary solution, please see #472 I'll close this issue for now, although the issue is not completely solved, something that will be addressed at some point. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Context / Scenario
In my case, I'm just using Kernel Memory to import memory (
ImportDocumentAsync
) and query memory (SearchAsync
).And I am excluding the summarization step, i.e. just
extract
,partition
,gen_embeddings
,save_records
.Without configuring an
ITextGenerator
, it won't activate the orchestrator.Question
Is it reasonable to make
ITextGenerator
a loose dependency?Beta Was this translation helpful? Give feedback.
All reactions