विषय
AI architecture
knowledge base में 2 entries
Retrieval-Augmented Generation (RAG)Ground an LLM's answer in your own documents: retrieve relevant passages first, then generate with them in context — citations included.concept · 3 मिनट · foundationEmbeddings & vector databasesTurn text into coordinates in meaning-space, then search by closeness — the index that makes semantic search and RAG work.concept · 3 मिनट · foundation