3 calculators in this category
- RAG Chunking CalculatorFixed-size sliding-window chunkingThis calculator answers the two questions that decide a retrieval pipeline's shape: how many chunks your corpus becomes at a…
- Vector Database Storage CalculatorHNSW graph index (Malkov & Yashunin, 2016)This calculator sizes a vector index the way it actually consumes memory: the raw embedding bytes, plus the neighbour lists an…
- Embedding Cost CalculatorThis calculator prices the three separate embedding bills a retrieval system generates: the one-off cost of embedding your…
Which one do you need?
- RAG Chunking Calculator
- Work out chunks per document at any chunk size and overlap, total chunks in the corpus, retrieved context tokens, and headroom left in the model window.
- Vector Database Storage Calculator
- Size a vector index from record count and dimensions: bytes per vector, HNSW graph overhead, metadata, replicas, total storage and the RAM to serve it.
- Embedding Cost Calculator
- Price embedding a corpus: total tokens, one-off cost, monthly cost of new documents and queries, and the annual bill including scheduled re-embedding runs.
