viberslib
SÖZLÜĞE DÖN
🧠 AI / LLM

RAG

TR

Retrieval-Augmented Generation. Modele cevap vermeden önce ilgili belgeleri çekip context'e koyma tekniği. Hallucination'ı azaltır.

EN

Retrieval-Augmented Generation. Fetching relevant docs into the context before the model answers. Reduces hallucinations.

ÖRNEKLER
  • embed docs → store in pgvector → top-k cosine on query → stuff into prompt
  • use Cohere reranker on retrieved chunks for higher precision
İLGILI TERIMLER