mirror of
https://github.com/jlengrand/moderne-docs.git
synced 2026-03-10 08:31:21 +00:00
Add AI disclaimer to AI docs
Fixes: https://github.com/moderneinc/moderne-docs/issues/185
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
:::
|
||||
|
||||
<figure>
|
||||

|
||||
<figcaption></figcaption>
|
||||
|
||||
@@ -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**.
|
||||
|
||||
Reference in New Issue
Block a user