[ENHANCEMENT] Integrate with template
query and ext
improvements in ML commons
#548
Labels
template
query and ext
improvements in ML commons
#548
There are few enhancements made in core OpenSearch and in ML commons that can help smooth the search experience. Updates in the presets and general UI should be done to leverage these backend updates. Some ideas:
template
query, this can eliminate the query overriding required in the ML processors in the default use cases. Rather than having a separate preset query defined in the ML processors, that query can be defined directly within thetemplate
clause. The ML processor preset can then be updated to just parse out what fields to parse as input, and where to store in the output (e.g., parsing some input field to generate embeddings for, and store the generated embeddings in some query field)ext
improvements, the RAG use case can be updated to store the ML search response processors LLM response under theext
field. And, explore some enhancements in the search response UI to easily show theext
response.The text was updated successfully, but these errors were encountered: