Regarding Hard-coded Elastic index vector dimension size #536
-
Context / ScenarioIn 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. QuestionIs there a roadmap item or timeline on when this will be implemented? Took me at least a whole day to figure out that this was hard-coded while trying to setup a custom LLM. |
Beta Was this translation helpful? Give feedback.
Answered by
afederici75
Jun 24, 2024
Replies: 1 comment 2 replies
-
/cc @afederici75 FYI |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, just to close this conversation: I verified the current \main contains the non-hardcoded version and that all tests pass. I did not issue any PR since before xdave had his issue so I cannot think what generated xdave's initial challenge, but now it's definitely the version with the configurable vectorSize.