-
Notifications
You must be signed in to change notification settings - Fork 5
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
ISSUE-325: Vectors for each king, one float to rule them all #326
Conversation
Tiny little fires everywhere + 5th coffee of the night
…ake solr angry if not)
(and we do that now with our sbrannotations endpoints
…all 0s.. Why Search API. When i need my Vectors the same size i created them?? Only choice without patching Everything is to alter the Solarium Document last minute and restore all our 0.00000 values. @alliomeria archipelago is becoming complex. Let's discuss after Conferences about moving all ML into a different module maybe? Would be like months of rewriting.
(another issue with Normalization and L1 v/s L2)
@alliomeria this requires a few extra lines of code still. Works well but if I want to search for vectors and also want Filters I want/need to be sure I can also decide if the Filter applies BEFORE the vector (means I reduce the set, then I make the expensive KNN search) OR after (e.g if I want only returns if score 0.7>) |
This explains this in a bit more depth |
See #325
This stuff works now.
Requires a fixed entry in schema_extra_fields.xml
like
plus the provided types in
schema_extra_types.xml
Supporting code provided by esmero/strawberry_runners#92