microsoft/kernel-memory

Pipeline without creating embeddings

Closed this issue · 0 comments

Context / Scenario

Please tell me why this option does not work? No records are created.

public static readonly string[] CustomPipelineWithSummary =
{
    PipelineStepsExtract, PipelineStepsPartition, PipelineStepsSaveRecords,
    PipelineStepsSummarize, PipelineStepsSaveRecords
};

What happened?

Creating records in the database without embeddings

Importance

a fix would make my life easier

Platform, Language, Versions

Relevant log output

No response