Tagged “embeddings”
-
What Does a Vector Database Do in RAG?
A vector database is the searchable library in a RAG system: it stores documents as meaning-capturing numbers so the AI can find passages by meaning.
-
How Does an AI Know Which Documents Are Relevant?
It compares meanings, not words. Your question and every passage become points on a map, and the nearest ones get picked.