diff --git a/site/sfguides/src/semantic_file_generation_for_cortex_analyst/semantic_file_generation_for_cortex_analyst.md b/site/sfguides/src/semantic_file_generation_for_cortex_analyst/semantic_file_generation_for_cortex_analyst.md index 480fcdebf..65ccd032c 100644 --- a/site/sfguides/src/semantic_file_generation_for_cortex_analyst/semantic_file_generation_for_cortex_analyst.md +++ b/site/sfguides/src/semantic_file_generation_for_cortex_analyst/semantic_file_generation_for_cortex_analyst.md @@ -11,6 +11,8 @@ feedback link: https://github.com/Snowflake-Labs/sfguides/issues ## Overview +#### UPDATE: The Semantic Model Generator is now fully supported in Streamlit in Snowflake! We’ve added functionality and revamped the setup. You can now deploy the entire application to Streamlit in Snowflake with a single command. Take a [look](https://github.com/Snowflake-Labs/semantic-model-generator)! + Note: As of the date of this publication, Cortex Analyst is in Public Preview. Please see the [documentation](https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-analyst#region-availability) for the list of available regions. Ever wish you could talk directly to your data? Up until this point, gleaning insights from your data would require looking at complicated dashboards or back-and-forth communication with your company’s data analysts. diff --git a/site/sfguides/src/semantic_file_translation_from_dbt_to_cortex_analyst/semantic_file_translation_from_dbt_to_cortex_analyst.md b/site/sfguides/src/semantic_file_translation_from_dbt_to_cortex_analyst/semantic_file_translation_from_dbt_to_cortex_analyst.md index fe0ac1060..ed87c2960 100644 --- a/site/sfguides/src/semantic_file_translation_from_dbt_to_cortex_analyst/semantic_file_translation_from_dbt_to_cortex_analyst.md +++ b/site/sfguides/src/semantic_file_translation_from_dbt_to_cortex_analyst/semantic_file_translation_from_dbt_to_cortex_analyst.md @@ -11,6 +11,8 @@ feedback link: https://github.com/Snowflake-Labs/sfguides/issues ## Overview +#### UPDATE: The Semantic Model Generator is now fully supported in Streamlit in Snowflake! We’ve added functionality and revamped the setup. You can now deploy the entire application to Streamlit in Snowflake with a single command. Take a [look](https://github.com/Snowflake-Labs/semantic-model-generator)! + [Cortex Analyst](https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-analyst) is Snowflake’s premier text-to-sql solution for natural language processing on structured data. As noted in Part I of this series, Cortex Analyst requires semantic files with table and column metadata to more accurately respond to user requests. However, many Snowflake customers have already made significant investments in building semantic layers with a number of our semantic layer, data catalog, and business intelligence partners. To assist customers in leveraging their existing semantic layers for use by Cortex Analyst, the Snowflake Solution Innovation Team has developed a Partner Semantic Translator tool. The brand new tool is tightly integrated as a new module within the [OSS Semantic Model Generator](https://github.com/Snowflake-Labs/semantic-model-generator) introduced in Part I of this series.