An open API service indexing awesome lists of open source software.

https://github.com/rasbt/rags

RAGs: Simple implementations of Retrieval Augmented Generation (RAG) Systems
https://github.com/rasbt/rags

Last synced: 4 months ago
JSON representation

RAGs: Simple implementations of Retrieval Augmented Generation (RAG) Systems

Awesome Lists containing this project

README

          

# RAGs: Simple Implementations of Retrieval Augmented Generation (RAG) Systems

 

![](images/overview.webp)

 

- [notebooks/mistral-llamaindex-hf-offline.ipynb](notebooks/mistral-llamaindex-hf-offline.ipynb): A simple RAG system that uses a local Mistral 7B model and an in-memory vector database via LlamaIndex.

- [notebooks/mistral-llamaindex-hf-offline-with-reranker.ipynb](notebooks/mistral-llamaindex-hf-offline-with-reranker.ipynb): Same as above, but adds a reranker model.

- [notebooks/mistral-llamaindex-hf-weaviate.ipynb](notebooks/mistral-llamaindex-hf-weaviate.ipynb): A simple RAG system that uses a local Mistral 7B model and a Weaviate vector database via LlamaIndex.