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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
mohsinraza2999/Simple-RAG-Context-Retrieval
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published