Skip to content

Latest commit

 

History

History
52 lines (25 loc) · 2.58 KB

advanced-rag.md

File metadata and controls

52 lines (25 loc) · 2.58 KB

Advanced RAG

Advance RAG- Improve RAG performance의 내용을 중심으로 Advancd RAG의 개념을 설명합니다.

image

Parent Child Retrieval

Parent Child Retrieval 로 RAG 성능 향상 시키는 방법에서 상세한 내용을 확인합니다.

image

Sentence Window Retrieval

RAG의 Sentence Window Retrieval 의 장단점을 참조합니다.

image

Query Rewriting

사용자의 질문을 적절하게 수정 (rephrase the user’s query and give it another shot)

RAG의 성능향상 기법중 Query Rewriting는 무엇인가요? 상세한 구현 방법에 대해 알려주세요.

MultiQuery Retrievers

사용자의 질문을 여러 관점에서 질문들을 생성

image

Hyde

RAG기법중에 Hyde의 특징 및 구현방법을 참조합니다.

image

image

StepBack-prompt

StepBack prompt은 무엇인가요?

  • encourages the language model to think beyond specific examples and focus on broader concepts and principles.\

image

Reference

Advanced RAG Techniques: Elevating Your Retrieval-Augmented Generation Systems