Back to Airbyte

Snowflake Cortex Destination Connector Bootstrap

airbyte-integrations/connectors/destination-snowflake-cortex/bootstrap.md

2.0.0398 B
Original Source

Snowflake Cortex Destination Connector Bootstrap

This destination does three things:

  • Split records into chunks and separates metadata from text data
  • Embeds text data into an embedding vector
  • Stores the metadata and embedding vector in Snowflake

The record processing is using the text split components from https://python.langchain.com/docs/modules/data_connection/document_transformers/.