Skip to main content
Disable chunking to maintain a one-to-one relationship between source rows and embeddings. This is required when using column destination, where embeddings are stored directly in the source table.

When to use

Use chunking_none() when:
  • Using destination_column() (required)
  • Source text is already chunked or naturally short (< 512 tokens)
  • You need exactly one embedding per source row

Samples

With column destination (required)

With pre-chunked data

Arguments

This function takes no arguments.

Returns

A JSON configuration object for use in create_vectorizer().