Retrieval-Augmented Generation
RAG is a method that retrieves relevant information from a knowledge base and appends it to the user’s prompt, significantly enhancing the model’s response.
B) 고도화 사례
Contextual Embeddings and Contextual BM25. This method can reduce the number of failed retrievals by 49% and, when combined with re-ranking, by 67%.