1. Enter document count
Count the records that will be ingested into the RAG collection.
2. Estimate average document length
Use words after cleaning if boilerplate will be removed.
3. Choose chunk size
Enter the target words stored in each text chunk.
4. Set chunk overlap
Overlap repeats context between adjacent chunks and increases storage.
5. Enter embedding dimensions
Use the output vector length of the selected embedding model.
6. Choose bytes per dimension
Four bytes represents float32; smaller encodings use less space.
7. Review storage components
Compare vector, metadata, and raw-text estimates before adding database overhead.