Database / Vector database interview questions
What is the role of vector databases in RAG architectures?
In RAG, vector databases provide context retrieval from knowledge corpora using semantic similarity. Retrieved passages are passed to the LLM to ground responses and reduce hallucinations.
More Related questions...