Add AI disclaimer to AI docs

Fixes: https://github.com/moderneinc/moderne-docs/issues/185
This commit is contained in:
Mike Solomon
2025-02-19 09:46:40 -08:00
parent 81542e2aca
commit 0cc431c1fb
3 changed files with 12 additions and 0 deletions

View File

@@ -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.

View File

@@ -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>
![](./assets/clustering_methods.gif)
<figcaption></figcaption>

View File

@@ -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**.