- New table created to store embeddings
- View automatically joins source and embeddings tables
- Supports chunking (multiple chunks per row)
- Separate storage optimizes for different access patterns
Samples
Full configuration
Specify all destination details:Simpler configuration with defaults
Use a base name and let defaults apply:- Table:
my_table_embeddings_store - View:
my_table_embeddings
Arguments
Returns
A JSON configuration object for use increate_vectorizer().
Related functions
destination_column(): alternative approach storing embeddings in source tablecreate_vectorizer(): main function using this configuration