Skip to main content

Retrieval-Augmented Generation

In these tutorials, we will show how to build an end-to-end RAG system using Predibase and other frameworks in the ecosystem. Specifically, Predibase currently integrates with other tools that specialize in RAG workflows including Langchain and Llamaindex.

Specifically, you will learn how you can deploy & query pre-trained or custom open source LLMs and operationalize a complete Retrieval Augmented Generation (RAG) system.

Example RAG Notebook with LlamaIndex

Example RAG Notebook with Langchain