Skip to content

[ENHANCEMENT] Integrate with template query and ext improvements in ML commons #548

Closed
@ohltyler

Description

@ohltyler

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:

  1. For 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 the template 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)
  2. For ext improvements, the RAG use case can be updated to store the ML search response processors LLM response under the ext field. And, explore some enhancements in the search response UI to easily show the ext response.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestv3.0.0Issues targeting release v3.0.0

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions