-
Notifications
You must be signed in to change notification settings - Fork 674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SOLR-17525 backport to 9.x #2921
Conversation
* added support to store Large Language Models external endpoints config for text to vector encoding * added a query parser that can use such external models to encode text to vector and run a KNearest Neighbour search --------- Co-authored-by: Christine Poerschke <[email protected]> Co-authored-by: Christos Malliaridis <[email protected]> Co-authored-by: David Smiley <[email protected]> (cherry picked from commit e8803e6)
So @malliaridis , I started the backporting, you see the cherry picked commit and some gradle changes that should be what we want for 9.x. I'm waiting for the gradle checks to run and be green. |
I've looked into the gradle changes and they look good so far. Only one note, there is a checksum file Additionally, 9x workflows sometimes stuck during compilation and take up to 6h to be interrupted at the end. So you may want to restart the action if it takes more than 30 minutes on the same gradle task. |
Sure, I'll do this and when green merge, thanks for the support! |
Uhm Locally I have a green gradle check, I'm tented to merge as the remote gradle job on github is taking forever, it's the 3-4 time I restarted it... |
* SOLR-17525: Text Embedder Query Parser (#2809) * added support to store Large Language Models external endpoints config for text to vector encoding * added a query parser that can use such external models to encode text to vector and run a KNearest Neighbour search --------- Co-authored-by: Christine Poerschke <[email protected]> Co-authored-by: Christos Malliaridis <[email protected]> Co-authored-by: David Smiley <[email protected]> (cherry picked from commit e8803e6)
https://issues.apache.org/jira/browse/SOLR-17525
Backport to satisfy gradle