diff --git a/docs/user-documentation/moderne-platform/how-to-guides/how-to-find-method-invocations-based-on-a-pattern.md b/docs/user-documentation/moderne-platform/how-to-guides/how-to-find-method-invocations-based-on-a-pattern.md index 89eaa003..de337825 100644 --- a/docs/user-documentation/moderne-platform/how-to-guides/how-to-find-method-invocations-based-on-a-pattern.md +++ b/docs/user-documentation/moderne-platform/how-to-guides/how-to-find-method-invocations-based-on-a-pattern.md @@ -5,6 +5,10 @@ description: How to find method invocations based on a pattern using AI. # How to find method invocations based on a pattern using AI +:::warning +Recipes that use AI may produce incorrect or incomplete results. Please ensure that you thoroughly review any results for clarity and accuracy before sharing or using. +::: + Searching for methods across a code base can not only help you learn more about how a particular method functions or how it's used in code, but it can also enable you to perform impact analysis across all of your repositories to see what depends on what. While this is normally a tricky problem due to the limitations of text-based searching, Moderne offers two recipes that allow you to easily and quickly search for methods – even if you don't know the exact name or parameters they're composed of. In this guide, we'll give you some background on each of these recipes and then walk through the different ways you might use them. diff --git a/docs/user-documentation/moderne-platform/how-to-guides/how-to-gain-a-high-level-overview-of-your-codebase-using-clustering.md b/docs/user-documentation/moderne-platform/how-to-guides/how-to-gain-a-high-level-overview-of-your-codebase-using-clustering.md index 4bf4d42d..1a135774 100644 --- a/docs/user-documentation/moderne-platform/how-to-guides/how-to-gain-a-high-level-overview-of-your-codebase-using-clustering.md +++ b/docs/user-documentation/moderne-platform/how-to-guides/how-to-gain-a-high-level-overview-of-your-codebase-using-clustering.md @@ -5,6 +5,10 @@ description: How to gain a high-level overview of your codebase using AI cluster # How to gain a high-level overview of your codebase using AI clustering +:::warning +Recipes and visualizations that use AI may produce incorrect or incomplete results. Please ensure that you thoroughly review any results for clarity and accuracy before sharing or using. +::: +
![](./assets/clustering_methods.gif)
diff --git a/docs/user-documentation/moderne-platform/how-to-guides/moderne-platform-search.md b/docs/user-documentation/moderne-platform/how-to-guides/moderne-platform-search.md index 486aaafb..692864f1 100644 --- a/docs/user-documentation/moderne-platform/how-to-guides/moderne-platform-search.md +++ b/docs/user-documentation/moderne-platform/how-to-guides/moderne-platform-search.md @@ -11,6 +11,10 @@ Let's walk through some tips and tricks you might not be aware of when searching ## AI search +:::warning +Recipes that use AI may produce incorrect or incomplete results. Please ensure that you thoroughly review any results for clarity and accuracy before sharing or using. +::: + Traditionally, recipe searches in Moderne required exact word matches. For example, searching for `Common static analysis issues` required `common` or `static`. If you tried entering, `common stat`, you wouldn't get any results. This could be especially problematic if you didn't already know the exact name of the recipe or you wanted to discover new ones. To help improve the user experience of finding and discovering recipes, Moderne **now offers AI search capabilities**.