Skip to content

A simple context retrieval RAG (Retrieval-Augmented Generation) pipeline involves several steps: data indexing, retrieval, and generation. First, the data is loaded, split into smaller chunks, then embeddings are created for the chunks and stored in a vector database. When a query is received, retrieves the most relevant chunks from the database.

License

Notifications You must be signed in to change notification settings

mohsinraza2999/Simple-RAG-Context-Retrieval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple-RAG-Context-Retrieval

A simple context retrieval RAG (Retrieval-Augmented Generation) pipeline involves several steps: data indexing, retrieval, and generation. First, the data is loaded, split into smaller chunks, then embeddings are created for the chunks and stored in a vector database. When a query is received, retrieves the most relevant chunks from the database.

About

A simple context retrieval RAG (Retrieval-Augmented Generation) pipeline involves several steps: data indexing, retrieval, and generation. First, the data is loaded, split into smaller chunks, then embeddings are created for the chunks and stored in a vector database. When a query is received, retrieves the most relevant chunks from the database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published