10000 GitHub - egmaminta/rag-apps
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

egmaminta/rag-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Not Just Another Collection of Retrieval Augmented Generation (RAG) Applications

This repository contains a collection of applications that utilize Retrieval Augmented Generation (RAG) techniques. The goal is to provide a comprehensive set of examples and use cases for RAG, showcasing its capabilities and potential applications in various domains.

Project 1: RAG for Contextual Question Answering with Page Annotations

This project demonstrates how to use RAG to answer questions based on a set of documents. The answer is generated using an autoregressive language model interleaved with page annotations, and the relevant documents are retrieved using a vector database.

Learnings

  • Indexing threshold of a vector database
  • Segment number
  • No indexing threshold

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0