Arcana.Embeddings.Serving (Arcana v2.0.1)

Copy Markdown View Source

Nx.Serving for text embeddings using Bumblebee.

Uses BAAI/bge-small-en-v1.5 which produces 384-dimensional embeddings by default.

Summary

Functions

Returns the child spec for starting the embedding serving. Add this to your application's supervision tree.

Embeds a single text and returns a list of floats (384 dimensions).

Embeds multiple texts and returns a list of embeddings.

Functions

child_spec(opts)

Returns the child spec for starting the embedding serving. Add this to your application's supervision tree.

embed(text)

Embeds a single text and returns a list of floats (384 dimensions).

embed_batch(texts)

Embeds multiple texts and returns a list of embeddings.

start_link(opts \\ [])