Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

49 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Retrieval Augmented Generation (RAG) Examples

This repository contains Question-Answering (QA) and Retrieval Augmented Generation (RAG) examples.

Each example/subproject is independent; specific sources, necessary packages, setup & Co. are explained inside each subproject folder.

  • qa-finetuning/: an LLM is fine-tuned to accomplish extractive QA tasks on a new dataset.
  • qa-rag/: a basic system of Retrieval Augmented Generation (RAG) is implemented to showcase how to build a chatbot which dynamically answers questions of new datasets.
  • advanced-rag-langchain/: notes and examples from the official LangChain course RAG from Scratch.
  • local-rag/: a local Retrieval Augmented Generation (RAG) application, packaged and deployable.
  • azure-rag/: a Retrieval Augmented Generation (RAG) application which uses Azure services and deployed on the same cloud provider.

Other related repositories of mine:

Mikel Sagardia, 2025
No guaranties.

About

RAG application examples.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /