Skip to main content

Module daemon

Module daemon 

Source
Expand description

Daemon IPC for persistent embedding model reuse across CLI invocations. IPC daemon: keeps the embedding model warm across CLI invocations.

Manages the background process lifecycle, Unix-socket IPC protocol, and auto-start/backoff logic so embeddings are served without cold-start cost.

Enums§

DaemonRequest
DaemonResponse

Functions§

daemon_label
embed_passage_or_local
embed_passages_controlled_or_local
embed_query_or_local
run
try_ping
try_shutdown