🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크

AI 용어집

인공지능 완전 사전

162
카테고리
2,032
하위 카테고리
23,060
용어
📖
용어

Vector Knowledge Base

Specialized storage optimized for embeddings, enabling fast, large-scale semantic similarity searches using indexes like HNSW or IVF.

📖
용어

HyDE (Hypothetical Document Embeddings)

An advanced technique where the LLM first generates an ideal hypothetical document, then uses its embedding to guide the search toward truly relevant documents.

📖
용어

Cross-Encoder Reranking

A relevance evaluation method where the model processes the query and candidate document simultaneously, unlike the standard bi-encoder approach.

📖
용어

Query Decomposition

A strategy where a complex query is automatically broken down into simpler sub-queries to improve the precision of multi-faceted information retrieval.

📖
용어

Synchronous vs Asynchronous RAG

The distinction between the synchronous approach (search and generation in the same call) and the asynchronous approach (pre-indexing and real-time retrieval) based on latency constraints.

📖
용어

Prompt Shaping

The art of optimizing the RAG prompt structure, including the placement of retrieved contexts, formatting instructions, and citation constraints to maximize response quality.

📖
용어

Multi-hop RAG

An advanced architecture where the model performs multiple retrieval-generation cycles, using intermediate responses to refine and deepen the information search.

📖
용어

Dynamic Knowledge Base

A RAG system where the document base is continuously updated in real-time, enabling always-current answers without requiring model retraining.

📖
용어

Domain-agnostic RAG

An approach where the retrieval system is designed to work effectively in any domain without specific adaptation, thanks to generalized embeddings and retrieval strategies.

📖
용어

Source citation

📖
용어

Hierarchical RAG

A multi-level architecture where retrieval first occurs on summaries or metadata, then on relevant detailed documents to optimize speed and relevance.

📖
용어

Context fusion

The process of intelligently integrating multiple retrieved documents into a coherent prompt, avoiding redundancies and maximizing the complementarity of information.

📖
용어

RAG with memory

An extension of standard RAG where the system maintains a memory of previous interactions to contextualize future retrievals and ensure conversational coherence.

🔍

결과를 찾을 수 없습니다