generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 186
[FEATURE] Add Index Insight Feature #4088
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
Merged
xinyual
merged 188 commits into
opensearch-project:main
from
shuangli-z:addIndexInsightFeature
Sep 19, 2025
Merged
[FEATURE] Add Index Insight Feature #4088
xinyual
merged 188 commits into
opensearch-project:main
from
shuangli-z:addIndexInsightFeature
Sep 19, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: shuangli-z <shualee@amazon.com>
Signed-off-by: xinyual <xinyual@amazon.com>
Signed-off-by: xinyual <xinyual@amazon.com>
Signed-off-by: xinyual <xinyual@amazon.com>
Signed-off-by: shuangli-z <shualee@amazon.com>
Signed-off-by: xinyual <xinyual@amazon.com>
Signed-off-by: shuangli-z <shualee@amazon.com>
Signed-off-by: shuangli-z <shualee@amazon.com>
…exInsightTask is now processed one at a time Signed-off-by: shuangli-z <shualee@amazon.com>
Signed-off-by: shuangli-z <shualee@amazon.com>
Signed-off-by: xinyual <xinyual@amazon.com>
- TODO: Add prerequisite chain logic Signed-off-by: shuangli-z <shualee@amazon.com>
Signed-off-by: shuangli-z <shualee@amazon.com>
Signed-off-by: shuangli-z <shualee@amazon.com>
Signed-off-by: shuangli-z <shualee@amazon.com>
Signed-off-by: xinyual <xinyual@amazon.com>
Signed-off-by: shuangli-z <shualee@amazon.com>
Signed-off-by: xinyual <xinyual@amazon.com>
Signed-off-by: shuangli-z <shualee@amazon.com>
Signed-off-by: xinyual <xinyual@amazon.com>
Signed-off-by: xinyual <xinyual@amazon.com>
Signed-off-by: xinyual <xinyual@amazon.com>
Signed-off-by: xinyual <xinyual@amazon.com>
Signed-off-by: xinyual <xinyual@amazon.com>
Signed-off-by: xinyual <xinyual@amazon.com>
Signed-off-by: shuangli-z <shualee@amazon.com>
Signed-off-by: shuangli-z <shualee@amazon.com>
Signed-off-by: xinyual <xinyual@amazon.com>
zane-neo
previously approved these changes
Sep 18, 2025
Signed-off-by: xinyual <xinyual@amazon.com>
fix error message
xinyual
approved these changes
Sep 19, 2025
zane-neo
approved these changes
Sep 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add index insight feature that aims to improve the understanding of indices for other LLM-based index-related features.
Currently supports three types of insights: statistical data, field description and log related index check.
API examples
The API will put the index insight config into a system index. Then create an index with the fixed name
ml_index_insightto store the index insight.You can disable the config with the API
Only admin user can change the index insight config.
also, you can check the config through
We also wrap a tool for index insight action to use.
and execute by
Related Issues
Resolves #3993
Check List
--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.