-
Notifications
You must be signed in to change notification settings - Fork 5
IBX-9846: Added embedding visitor to allow search by embeddings #94
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
base: 4.6
Are you sure you want to change the base?
Conversation
|
d151553 to
dc3e77a
Compare
|
|
@mikadamczyk Rebase is needed here |
dc3e77a to
e03fb1f
Compare
|



Related PRs:
Description:
Enhances the Solr search backend to fully support embedding queries:
src/lib/Query/Common/EmbeddingVisitor/Aggregate.php) to merge multiple embedding visitors into a single Solr query.src/lib/Query/Common/QueryConverter/NativeQueryConverter.php) for translating embedding queries into Solr syntax.managed-schema.xml) to accommodate embedding fields and changes needed by Solr 9.These improvements align Solr with the new embedding pipeline.
For QA:
Documentation: