Learn the correct pronunciation of vector databases and embedding stores used in AI engineering and RAG application interviews.
0 / 5 completed
1 / 5
How is Chroma correctly pronounced?
Chroma is pronounced 'KROH-muh' — 'Chr' sounds like KR (KROH, long O), then 'ma' as a schwa (muh). Stress on KROH. Don't say 'CHRO-muh' with a CH sound. In a technical interview: "We use KROH-muh as our local vector database during development — it runs in-process and is the fastest way to prototype RAG applications."
2 / 5
How is Qdrant correctly pronounced?
Qdrant is pronounced 'KWAD-rant' — like 'quadrant' without the 'ua' vowel being fully spelled: KWAD (rhymes with 'squad'), then 'rant'. Stress on KWAD. In a technical interview: "We use KWAD-rant in production because it's written in Rust — it offers payload filtering, quantization, and is very memory-efficient for large embedding collections."
3 / 5
How is Weaviate correctly pronounced?
Weaviate is pronounced 'WEE-vee-ayt' — 'Wea' (WEE, long E), then 'vi' (vee), then 'ate' (AYT). Stress on WEE. Don't say 'WAY-vee-ayt'. In a technical interview: "We use WEE-vee-ayt for our semantic search feature — its hybrid search combines vector similarity with BM25 keyword search in a single query."
4 / 5
How is Pinecone correctly pronounced?
Pinecone is pronounced 'PYN-kohn' — 'Pine' (PYN, rhymes with 'wine'), then 'cone' (KOHN, rhymes with 'phone'). Stress on PYN. In a technical interview: "We use PYN-kohn as our managed vector database — its serverless tier auto-scales to zero so we only pay for what we query."
5 / 5
How is LanceDB correctly pronounced?
LanceDB is pronounced 'LANS-dee-bee' — 'Lance' (LANS, rhymes with 'dance'), then 'DB' spelled out as dee-bee. Stress on LANS. In a technical interview: "We use LANS-dee-bee for embedded vector search — it runs in-process like SQLite and stores vectors in the Lance columnar format for fast scans."