ExMemvid.Embedding.Local.Worker (ex_memvid v0.1.2)

Individual embedding worker process.

This GenServer represents a single embedding worker that handles text embedding requests using Bumblebee. Multiple workers are managed by the PartitionSupervisor for load distribution.

Summary

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

embed_text(worker_pid, text, opts \\ %{})

embed_texts(worker_pid, texts, opts \\ %{})

start_link(arg)