EMBED

Embeds text using the configured engine embedding provider.

Category: Vector / Embedding Functions

Syntax

EMBED(text)

Arguments

  • text varchar Input text to convert into an embedding vector.

Returns

vector — Returns an embedding vector.

Usage Notes

This function depends on the configured embedding provider and returns a numeric vector.