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
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.