Table: cohereai_embed
Get Embeddings for given input strings(list of strings).
Notes:
- A
texts
is a list of strings to detect the language.
Examples
Basic example with default settings
select embeddingsfrom cohereai_embedwhere texts = '["hello", "world"]';
Schema for cohereai_embed
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. | |
embeddings | jsonb | Embeddings for the given texts. | |
settings | jsonb | = | Settings is a JSONB object that accepts any of the embed API request parameters. |
text | text | The texts to embed, encoded as a JSON array. | |
texts | text | = | The texts to embed, encoded as a JSON array. |