Skip to content

UnzEva/QA-Task-with-RAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Using Retrieval-Augmented Generation (RAG) for Question-Answering Task

The Retrieval-Augmented Generation (RAG) methodology is a powerful tool for improving Question-answering systems. Combining the generative capabilities of LLM with extraction mechanisms can significantly improve the accuracy and reliability of responses, especially in domains with high specificity.

Project plan

  1. Cleaning the raw text
  2. Building word embeddings
  3. Initialization of the vector database
  4. User query conversion and vector database search
  5. Generating a response

RAG

About

Implementation of RAG for the generative capabilities of LLMs with a retrieval mechanism that fetches relevant documents from an external knowledge base.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages