A simple example of Retrieval-Augmented Generation (RAG) using LangChain.
This example is used for this blog post.
To run first install depedencies with
uv syncthen run the main.py with
uv run main.pyA simple example of Retrieval-Augmented Generation (RAG) using LangChain.
This example is used for this blog post.
To run first install depedencies with
uv syncthen run the main.py with
uv run main.py