// Document.md
Vector databases store embeddings.
They allow fast nearest neighbor search using HNSW.
This is required for production RAG systems.
↓ Split & Embed
"Vector databases store embeddings."
[0.14, -0.89, ...]
"They allow fast nearest neighbor..."
[-0.22, 0.45, ...]
"This is required for production..."
[0.67, 0.11, ...]