CommonCompute
Get startedDownload the Mac app
Workloads

Embeddings

Bulk vector generation for search, RAG, clustering, and deduplication. Common Compute hosts open-weight models; no request touches a third-party API.

Supported models

  • bge-small — fast, general-purpose (384-dim)
  • bge-base — best general-purpose English (768-dim)
  • e5-mistral — state-of-the-art quality (preview)
python
job = cc.embeddings.batch(
    model="bge-base",
    inputs=stream_from_pg("products"),
)