This guide explains how to install and use the Contextual AI Snowflake Native App
Obtain Contextual AI on Snowflake
Install the Application
Press "Activate" to begin activating the Contextual AI Application on Snowsight
Once you have installed the application, click "Launch App" to enter the Contextual AI Application.
Once you have logged in with your Snowflake credentials, you will be able to see the Contextual AI Dashboard and create your first AI Agent.
Click "Create" at the bottom of the Create Agents page to create and save your first AI Agent.
Adding Knowledge to Your Agent's Datastore
After your documents are processed, return to the Agents page and click "Chat" to start interacting with your agent. Your agent can now access and reference the knowledge from your uploaded documents during conversations.
xxxxx-xxxxx-xxxxx.snowflakecomputing.app
. This URL value is the backend API endpoint for your application.
To create the full API endpoint, you will need to prepend https://
to the backend API endpoint from your application and then append /v1
at the end.
An example of how to do this in Python: