VOXELL FORGE · PRODUCTION EMBEDDINGS FOR RAG

Root out RAG problems at the source — with better embeddings.

Forge is Voxell's zero-retention embedding API for production RAG. Use it when your current embeddings retrieve the wrong context, respond too slowly, or can't meet your privacy and security requirements.

Powered by Ingot, Voxell's #1 English MTEB model. 87ms median latency. Zero data retention. OpenAI-compatible API.

Playground access requires no signup. Sign in with Google to create API keys, manage billing, and use your initial 10M token grant.

forge, benchmarks
87ms
Median Latency
Zero
Data Retention
mTLS
Private Transport
About Voxell Forge

Voxell Forge is a web application and API operated by Voxell that turns text into vector embeddings for semantic search and retrieval-augmented generation (RAG). Developers use Voxell Forge to embed their documents and queries, then build search, recommendation, and RAG pipelines on top of the results.

To use Voxell Forge, you sign in with your Google account. Signing in with Google lets us create and secure your Voxell Forge account, issue your API keys, and manage your billing. We request only your basic Google profile information, your name and email address, and we do not access any other Google data. For details on how we handle your information, see our Privacy Policy and Terms of Service.

Use Forge when…

If you just need an embedding API, OpenAI has one. Teams come to Forge when something in their retrieval stack is broken or risky — and because Forge is OpenAI-compatible, switching to fix it is two lines of code.

Your RAG retrieves the wrong context
Bad answers usually start before the LLM ever sees the prompt. Forge improves the embedding layer that drives retrieval, search, and context selection — so the right passages surface first.
Your embedding provider is too slow
Embedding latency compounds across ingestion, search, reranking, and interactive workflows — until you're re-embedding new content out of band just to keep up. Forge is built for production latency, not notebook demos.
You can't send sensitive text to a black box
Forge is designed for private RAG workflows: zero data retention, a zero-trust security posture, and mTLS transport — no customer text stored, no long-lived API keys to leak.
You need to test before switching
Send failed queries, synthetic examples, or a small eval set. Voxell compares Forge against your current retrieval path and returns concrete fit / no-fit notes — before you migrate anything.
What Forge does

Forge turns text into vectors for semantic search, retrieval-augmented generation, document search, recommendations, and AI memory workflows. It's the embedding layer inside the Voxell RAG stack.

  • Embed documents and queries
  • Build semantic search and RAG pipelines
  • Use OpenAI-compatible API patterns
  • Test in the playground without signup
  • Create API keys after Google sign-in
  • Start with an initial 10M token grant
Engineered to be the best

The problems above are why Forge exists. Here's the engineering that backs it up.

Fast
2–5x faster than cloud embedding APIs
87ms median latency, 42ms sustained in batch. Owned GPU infrastructure — no noisy neighbors, no shared queues.
87ms median · 42ms batch
Accurate
#1 on English MTEB, up to 4096 dimensions
Powered by Ingot, Voxell's hard-negative-tuned model that tops English MTEB. Retrieval quality is the ceiling on RAG accuracy — so we lead with the part that's actually benchmarked.
#1 English MTEB · up to 4096d
Private
Zero retention, zero-trust mTLS
Customer text is never stored. Cryptographic identity on every connection via mutual TLS with Ed25519 client certificates — no bearer tokens to leak, no shared secrets to rotate.
Zero retention · mTLS + Ed25519
Three tiers of Ingot. One engine.

Every tier runs the Ingot model on the same proprietary CUDA engine. OpenAI-compatible API. Choose per request, no provisioning, no cold starts.

Turbo
Speed-optimized.
  • Dimensions 1024
  • Best for Fast, precise RAG
Pro
Balanced.
  • Dimensions 2560
  • Best for Postgres PGVector
Ultra
Maximum precision.
  • Dimensions 4096
  • Best for Maximum fidelity
Private retrieval evaluation

Not sure whether Forge will beat your current provider? Send 10–50 failed queries, synthetic examples, or a small retrieval eval set. Voxell reviews the workload and returns notes on retrieval quality, latency, cost, migration path, and a straight fit / no-fit call — before you change a line of production code.

  • RAG retrieval failures
  • Semantic search quality
  • Identifier and exact-match misses
  • Sensitive or private document workflows
  • Latency-sensitive embedding pipelines
  • Provider comparison before migration
Request private retrieval eval
New to embeddings?
I can drop a document into ChatGPT and it works fine. Why do I need this?

For a one-off question about a single document, yes, ChatGPT works. You paste it in, ask a question, get an answer in 5–10 seconds. That's fine for personal use if you don't mind the wait.

It breaks down the moment you need to do this at scale. A support team with 50,000 articles. A legal team searching across 10 years of contracts. A product that needs to answer user questions from a live knowledge base. You can't paste 50,000 documents into a chat window.

This is why vector embeddings are booming. They let you pre-process your entire corpus into searchable meaning, once, and then retrieve the right passages in milliseconds when a question comes in. The LLM only sees the most relevant context, not everything. It's faster, cheaper, more accurate, and it scales.

The catch: Stanford researchers have identified what they call "Semantic Collapse", the point where retrieval-augmented generation breaks down at scale. At 1,000 documents, RAG systems hit ~85% accuracy. At 10,000, accuracy drops to ~45%. At 50,000, it's ~22%. The system doesn't gradually degrade, it collapses. And the root cause isn't the LLM. It's the retrieval layer. The embedding model surfaces the wrong passages, and the LLM confidently answers from the wrong source.

That's what Forge is for. Not the one-off question, the system that needs to answer thousands of questions correctly, every day, from a corpus that keeps growing. Better embeddings are the difference between a RAG system that works at demo scale and one that works in production.

What is a vector embedding?

A vector embedding is a list of numbers that represents the meaning of a piece of text. The word "king" might become [0.21, -0.87, 0.44, ...], a point in high-dimensional space.

The key insight: texts with similar meaning land near each other. "How do I reset my password?" and "I forgot my login credentials" produce vectors that are close together, even though they share almost no words. This is what makes semantic search, RAG pipelines, and recommendation systems work, you search by meaning, not keywords.

Dimensions (like 1024 or 4096) are how many numbers are in each vector. More dimensions capture finer distinctions in meaning, but cost more to store and compare. Forge lets you choose the right tradeoff per workload.

Why do embeddings matter for RAG?

In retrieval-augmented generation (RAG), an LLM answers questions using documents you provide. But it can only use the documents you retrieve, and retrieval quality depends entirely on your embeddings.

If your embedding model misses a relevant paragraph, the LLM never sees it. If it retrieves the wrong paragraph, the LLM confidently answers from the wrong source. Embedding quality is the ceiling on your RAG system's accuracy. Better embeddings mean the LLM gets the right context more often, which means better answers with fewer hallucinations.

What is MTEB and why does it matter?

MTEB (Massive Text Embedding Benchmark) is the standard benchmark for evaluating embedding models. It tests across dozens of real-world tasks, retrieval, classification, clustering, semantic similarity, and produces a single aggregate score.

It matters because it's the closest thing to an objective answer to "how good is this embedding model?" A model that scores 75 on MTEB retrieves relevant documents more accurately than one scoring 70, and in a RAG pipeline, that difference directly affects the quality of your LLM's output.

MTEB uses metrics like nDCG (normalized discounted cumulative gain) under the hood to measure retrieval quality. We'll publish a deep dive on nDCG and how Forge's models perform across MTEB subtasks soon.

Don't take our word for it

Stanford's Warning: Your RAG System Is Broken, and How to Fix It Stanford researchers coined "Semantic Collapse", the phenomenon where RAG accuracy drops from 85% to 22% as document count grows from 1K to 50K. The retrieval layer, not the LLM, is the failure point. medium.com · Sameer Rizwan · Jan 2026 Legal RAG Hallucinations (Stanford PDF) The original Stanford research on hallucination rates in retrieval-augmented legal AI systems. Source data behind the Semantic Collapse findings. dho.stanford.edu · PDF
Two ways to start
No signup
Try the playground
Use Forge in the browser without signup. Test embedding behavior before creating an account.
Google sign-in
Create API keys
Sign in with Google to create API keys, manage billing, and use your initial 10M token grant. Paid usage begins after the grant is used.
Founding Access

20% off annual plans for the first 100 customers.

Lock in founding pricing before general availability.

See plans
NVIDIA Inception Program badge
Member of NVIDIA Inception
Program Member
CUDA
Native
DGX Spark
Tested

USE IN YOUR TOOLS

Plug Forge into n8n, Flowise, Dify, and more.

Seven no-code tools. One base URL. Zero code changes.

View recipes

See if Forge fixes your retrieval — in under 60 seconds.

No signup required. Paste your hardest query and see what comes back.

or   Try the playground →