HelixQL
Embedding Vectors
This operation allows you to pass in text directly for inserting and searching vectors.
The text is automatically embedded with an embedding model of your choice (can be defined
in your config.hx.json
file). The default embedding model is text-embedding-ada-002
from
OpenAI.
Embed
Embeds the input text and returns a vector
Example:
In schema.hx:
In query.hx: