microsoft/kernel-memory

[Question] Regarding Hard-coded Elastic index vector dimension size

xdave opened this issue · 1 comments

Context / Scenario

In trying to setup a custom LLM and also use the Elasticsearch integration, it's constantly complaining about the dimension size being different than the index mapping when ingesting documents.

Question

Is there a roadmap item or timeline on when this will be implemented?

const int Dimensions = 1536; // TODO: make not hardcoded

Took me at least a whole day to figure out that this was hard-coded while trying to setup a custom LLM.

dluc commented

/cc @afederici75 FYI