Skip to content
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

hide ML presets for version2.17 and before #497

Closed
wants to merge 1 commit into from

Conversation

kamahuan
Copy link

Description

[Hide ML processor presets and expose only neural processor presets for version <= 2.17]

Issues Resolved

Currently we are building for versions 2.19+ and support latest processors, including ML processors and core processors. For versions before 2.17, we need to hide all the ML processor related presets, and expose only neural processor related presets. These includes: Hybrid Search, Semantic Search and Multimodal search. For versions greater than 2.19+, we will keep all the current presets we have.

Clarification:
The ML processor presets include Semantic Search, Hybrid Search, RAG, Multimodal Search, Sentiment Analysis. The Neural processor presets include Hybrid Search, Semantic Search and Multimodal Search. However, although neural processor presets share the same name and use case, they are separate standalone presets using neural search processors.

Mark this PR as DRAFT because I am still figuring out how to get the Open Search backend version from the flow framework plugin.

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@kamahuan kamahuan force-pushed the kama branch 3 times, most recently from 17fc51c to 94792d5 Compare November 24, 2024 09:18
Signed-off-by: Kama Huang <[email protected]>

save changes made in enrich_data file

Signed-off-by: Kama Huang <[email protected]>
@kamahuan
Copy link
Author

submitting another PR to include changes of preset filter and enrich data section change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant