Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 319 Bytes

File metadata and controls

19 lines (12 loc) · 319 Bytes

Example RAG Implementation

A simple example of Retrieval-Augmented Generation (RAG) using LangChain.

This example is used for this blog post.

How to run

To run first install depedencies with

uv sync

then run the main.py with

uv run main.py