John Heisler
The intent of these assets is both instructional and functional. In FSI_Cortex_AI_Pipeline.ipynb
and FSI_Cortex_Search.ipynb
we aim to demonstrate the art of the possible with two of our features, Cortex Complete and Cortex Search, respectively.
In FSI_Cortex_AI_Pipeline_Industrialization.ipynb
, we take the functional elements built in FSI_Cortex_AI_Pipeline.ipynb
and industrialize them toward an enterprise-ready AI pipeline.
- Run Set Up SQL Script
1_SQL_SETUP_FOMCl.sql
- Note:
SYSADMIN
or a role withCREATE WAREHOUSE
,CREATE DATABASE
privileges are required. For the final statementCREATE OR REPLACE EXTERNAL ACCESS INTEGRATION
, theACCOUNTADMIN
role is required.
- Note:
- Load FOMC documents in the
FOMC_DOCS
directory into thefed_logic
stage via snowsight. - Step through
FSI_Cortex_AI_Pipeline.ipynb
- Step through
FSI_Cortex_Search.ipynb
- Read our AI-Infused Pipelines with Snowflake Cortex Medium Article and step through
FSI_Cortex_AI_Pipeline_Industrialization.ipynb
I hope you learn as much as I did building these!
John Heisler