Add cluster command for PPL#5265
Add cluster command for PPL#5265ritvibhatt wants to merge 13 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: Ritvi Bhatt <ribhatt@amazon.com>
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit df7873a.
The table above displays the top 10 most important findings. Pull Requests Author(s): Please update your Pull Request according to the report above. Repository Maintainer(s): You can Thanks. |
|
Failed to generate code suggestions for PR |
Signed-off-by: Ritvi Bhatt <ribhatt@amazon.com>
PR Reviewer Guide 🔍(Review updated until commit 5bfaf69)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 5bfaf69 Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit 3fbd709
Suggestions up to commit 1763fb8
Suggestions up to commit 2d99d92
Suggestions up to commit e009b93
Suggestions up to commit 5792e98
|
Signed-off-by: Ritvi Bhatt <ribhatt@amazon.com>
|
Persistent review updated to latest commit 152d2d4 |
Signed-off-by: Ritvi Bhatt <ribhatt@amazon.com>
|
Persistent review updated to latest commit 74001d0 |
Signed-off-by: Ritvi Bhatt <ribhatt@amazon.com>
Signed-off-by: Ritvi Bhatt <ribhatt@amazon.com>
|
Failed to generate code suggestions for PR |
Signed-off-by: Ritvi Bhatt <ribhatt@amazon.com>
|
Failed to generate code suggestions for PR |
Signed-off-by: Ritvi Bhatt <ribhatt@amazon.com>
|
Persistent review updated to latest commit 5792e98 |
Signed-off-by: Ritvi Bhatt <ribhatt@amazon.com>
|
Persistent review updated to latest commit e009b93 |
Signed-off-by: Ritvi Bhatt <ribhatt@amazon.com>
|
Persistent review updated to latest commit 2d99d92 |
Signed-off-by: Ritvi Bhatt <ribhatt@amazon.com>
|
Persistent review updated to latest commit 1763fb8 |
Signed-off-by: Ritvi Bhatt <ribhatt@amazon.com>
|
Persistent review updated to latest commit 3fbd709 |
|
Persistent review updated to latest commit 5bfaf69 |
Description
Description
Adds the cluster command to PPL, which groups documents into clusters based on text similarity.
Syntax
cluster [t=] [match=] [labelfield=] [countfield=] [showcount=] [labelonly=] [delims=]
Supported algorithms
All algorithms use cosine similarity against the configured threshold to determine cluster membership.
Behavior
representative row per cluster
Changes
Related Issues
Resolves #5255
Check List
--signoffor-s.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.