Snowflake-Labs / cortex-search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cortex Search

This repository contains example usage of Cortex Search, currently in Private Preview. The official preview documentation can be found here.

Examples

The examples directory showcases several Cortex Search usage patterns. Navigate to each of the following subdirectories for installation information and sample usage for the method of choice:

  1. examples/python_sdk for usage via the snowflake python package.
  2. examples/rest for usage by hitting the REST API directly via python or the command line, using RSA key pair authentication with a JWT token.
  3. examples/streamlit-ai-search searching for documents in a streamlit application with Cortex Search as the search backend.
  4. examples/streamlit-chat end-to-end RAG chatbot in Streamlit-in-Snowflake using Cortex LLM functions for chat response generation and Cortex Search for retrieval.

License

Apache Version 2.0

About

License:Apache License 2.0