Embeds chunks and entities using the configured embedding provider. Supports batch processing and async embedding via TaskSupervisor.
Summary
Functions
Embed a list of chunks. Updates embedding column via direct SQL.
Embed a single entity's name + description.
Embed a single entry asynchronously. No-op if embedding is disabled.
Embed a query string for search (no storage).
Functions
Embed a list of chunks. Updates embedding column via direct SQL.
Returns {:ok, chunks} with embeddings populated.
Embed a single entity's name + description.
Embed a single entry asynchronously. No-op if embedding is disabled.
Embed a query string for search (no storage).