diff --git a/_docs/latest/ai/metabot.md b/_docs/latest/ai/metabot.md index 038230aae4..b60c1dcf9a 100644 --- a/_docs/latest/ai/metabot.md +++ b/_docs/latest/ai/metabot.md @@ -15,16 +15,14 @@ latest: true # Metabot - Metabase's AI assistant -{% include beta-blockquote.html %} - -> For now, [Metabot](/features/metabot-ai) is only available as an add-on for Pro and Enterprise plans on Metabase Cloud. +{% include beta-blockquote.html + message="For now, Metabot is only available as an add-on for Pro and Enterprise plans on Metabase Cloud." +%}  Metabot helps you analyze your data by creating charts from natural language, generating SQL queries, fixing query errors, and analyzing existing visualizations. -> Like with all generative AI, you'll always need to double-check results. - To set up Metabot, see [Metabot settings](./settings). ## What Metabot can do @@ -37,6 +35,8 @@ Metabot can help you to: - [Fix errors in SQL code](#have-metabot-fix-sql-queries). - Answer questions from our documentation (as in, the literature you're reading right now). +Like with all generative AI, you'll always need to double-check results. + ## The Metabot chat sidebar  diff --git a/_docs/latest/ai/settings.md b/_docs/latest/ai/settings.md index 2aa87f2ae9..18e89e7d03 100644 --- a/_docs/latest/ai/settings.md +++ b/_docs/latest/ai/settings.md @@ -16,13 +16,13 @@ latest: true # Metabot settings -{% include beta-blockquote.html %} - -> For now, [Metabot](/features/metabot-ai) is only available as an add-on for Pro and Enterprise plans on Metabase Cloud. +{% include beta-blockquote.html + message="For now, Metabot is only available as an add-on for Pro and Enterprise plans on Metabase Cloud." +%} _Settings > Admin settings > AI_ -This page covers admin settings for Metabase's AI assistant, Metabot. +This page covers admin settings for Metabase's AI assistant, [Metabot](./metabot). ## Configure Metabot diff --git a/_docs/latest/troubleshooting-guide/db-connection.md b/_docs/latest/troubleshooting-guide/db-connection.md index 3a932e8445..8cd4efbb32 100644 --- a/_docs/latest/troubleshooting-guide/db-connection.md +++ b/_docs/latest/troubleshooting-guide/db-connection.md @@ -117,13 +117,13 @@ psql -h HOSTNAME -p PORT -d DATABASENAME -U DATABASEUSER ## Snowflake error when running via JAR file -If you're connecting to Snowflake and encounter an error like, `JDBC driver internal error: exception creating result` and are running from the JAR file, add the following option to your java command: +If you're connecting to Snowflake and encounter an error like, `JDBC driver internal error: exception creating result` and are running from the JAR file, add `--add-opens java.base/java.nio=ALL-UNNAMED` to your `java` command: ``` java --add-opens java.base/java.nio=ALL-UNNAMED -jar metabase.jar ``` -See [the documentation on running the Metabase jar file](/docs/latest/installation-and-operation/running-the-metabase-jar-file) for more details. +See the docs on [running the Metabase jar file](../installation-and-operation/running-the-metabase-jar-file). ## Related problems diff --git a/_docs/v0.56/ai/metabot.md b/_docs/v0.56/ai/metabot.md index d5dcb44ea0..8424c92449 100644 --- a/_docs/v0.56/ai/metabot.md +++ b/_docs/v0.56/ai/metabot.md @@ -12,16 +12,14 @@ summary: 'Metabot is Metabase''s AI assistant that helps you analyze data, creat # Metabot - Metabase's AI assistant -{% include beta-blockquote.html %} - -> For now, [Metabot](/features/metabot-ai) is only available as an add-on for Pro and Enterprise plans on Metabase Cloud. +{% include beta-blockquote.html + message="For now, Metabot is only available as an add-on for Pro and Enterprise plans on Metabase Cloud." +%}  Metabot helps you analyze your data by creating charts from natural language, generating SQL queries, fixing query errors, and analyzing existing visualizations. -> Like with all generative AI, you'll always need to double-check results. - To set up Metabot, see [Metabot settings](./settings). ## What Metabot can do @@ -34,6 +32,8 @@ Metabot can help you to: - [Fix errors in SQL code](#have-metabot-fix-sql-queries). - Answer questions from our documentation (as in, the literature you're reading right now). +Like with all generative AI, you'll always need to double-check results. + ## The Metabot chat sidebar  diff --git a/_docs/v0.56/ai/settings.md b/_docs/v0.56/ai/settings.md index 1189116e8f..f1d831761e 100644 --- a/_docs/v0.56/ai/settings.md +++ b/_docs/v0.56/ai/settings.md @@ -12,13 +12,13 @@ summary: 'Configure Metabot settings, including which collections Metabot can ac # Metabot settings -{% include beta-blockquote.html %} - -> For now, [Metabot](/features/metabot-ai) is only available as an add-on for Pro and Enterprise plans on Metabase Cloud. +{% include beta-blockquote.html + message="For now, Metabot is only available as an add-on for Pro and Enterprise plans on Metabase Cloud." +%} _Settings > Admin settings > AI_ -This page covers admin settings for Metabase's AI assistant, Metabot. +This page covers admin settings for Metabase's AI assistant, [Metabot](./metabot). ## Configure Metabot diff --git a/_docs/v0.56/troubleshooting-guide/db-connection.md b/_docs/v0.56/troubleshooting-guide/db-connection.md index 525e823bbe..4b5a9472fa 100644 --- a/_docs/v0.56/troubleshooting-guide/db-connection.md +++ b/_docs/v0.56/troubleshooting-guide/db-connection.md @@ -115,13 +115,13 @@ psql -h HOSTNAME -p PORT -d DATABASENAME -U DATABASEUSER ## Snowflake error when running via JAR file -If you're connecting to Snowflake and encounter an error like, `JDBC driver internal error: exception creating result` and are running from the JAR file, add the following option to your java command: +If you're connecting to Snowflake and encounter an error like, `JDBC driver internal error: exception creating result` and are running from the JAR file, add `--add-opens java.base/java.nio=ALL-UNNAMED` to your `java` command: ``` java --add-opens java.base/java.nio=ALL-UNNAMED -jar metabase.jar ``` -See [the documentation on running the Metabase jar file](/docs/latest/installation-and-operation/running-the-metabase-jar-file) for more details. +See the docs on [running the Metabase jar file](../installation-and-operation/running-the-metabase-jar-file). ## Related problems diff --git a/_site/docs/latest/ai/metabot.html b/_site/docs/latest/ai/metabot.html index 00e8cdd0bd..5d7af370d8 100644 --- a/_site/docs/latest/ai/metabot.html +++ b/_site/docs/latest/ai/metabot.html @@ -47,7 +47,7 @@ - + @@ -57,7 +57,7 @@ - + @@ -4811,21 +4811,16 @@
--For now, Metabot is only available as an add-on for Pro and Enterprise plans on Metabase Cloud.
-

Metabot helps you analyze your data by creating charts from natural language, generating SQL queries, fixing query errors, and analyzing existing visualizations.
---Like with all generative AI, you’ll always need to double-check results.
-
To set up Metabot, see Metabot settings.
Like with all generative AI, you’ll always need to double-check results.
+
--For now, Metabot is only available as an add-on for Pro and Enterprise plans on Metabase Cloud.
-
Settings > Admin settings > AI
-This page covers admin settings for Metabase’s AI assistant, Metabot.
+This page covers admin settings for Metabase’s AI assistant, Metabot.
If you’re connecting to Snowflake and encounter an error like, JDBC driver internal error: exception creating result and are running from the JAR file, add the following option to your java command:
If you’re connecting to Snowflake and encounter an error like, JDBC driver internal error: exception creating result and are running from the JAR file, add --add-opens java.base/java.nio=ALL-UNNAMED to your java command:
java --add-opens java.base/java.nio=ALL-UNNAMED -jar metabase.jar
See the documentation on running the Metabase jar file for more details.
+See the docs on running the Metabase jar file.
--For now, Metabot is only available as an add-on for Pro and Enterprise plans on Metabase Cloud.
-

Metabot helps you analyze your data by creating charts from natural language, generating SQL queries, fixing query errors, and analyzing existing visualizations.
---Like with all generative AI, you’ll always need to double-check results.
-
To set up Metabot, see Metabot settings.
Like with all generative AI, you’ll always need to double-check results.
+
--For now, Metabot is only available as an add-on for Pro and Enterprise plans on Metabase Cloud.
-
Settings > Admin settings > AI
-This page covers admin settings for Metabase’s AI assistant, Metabot.
+This page covers admin settings for Metabase’s AI assistant, Metabot.
If you’re connecting to Snowflake and encounter an error like, JDBC driver internal error: exception creating result and are running from the JAR file, add the following option to your java command:
If you’re connecting to Snowflake and encounter an error like, JDBC driver internal error: exception creating result and are running from the JAR file, add --add-opens java.base/java.nio=ALL-UNNAMED to your java command:
java --add-opens java.base/java.nio=ALL-UNNAMED -jar metabase.jar
See the documentation on running the Metabase jar file for more details.
+See the docs on running the Metabase jar file.