Skip to content

Shuyi1011/RAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

RAG

This project implements a Retrieval-Augmented Generation (RAG) system, which enhances text generation by incorporating relevant retrieved documents. The model first retrieves contextually relevant information from a knowledge base and then generates responses based on the retrieved data using a language model.

About

Implement RAG. Including dividing long documents into chunks, calculating the similarity with FAISS...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors