Skip to content

xuro-langchain/basic-rag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic RAG

Introduction

Welcome to Basic RAG! This is a very simple RAG application you can use to test LangSmith

Pre-work

Clone the Repo

git clone https://github.com/xuro-langchain/basic-rag

Install Dependencies

Create a python virtual environment and install the dependencies listed in requirements.txt

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Create .env file

Use the .env.example file as reference

Run the Application

python3 rag.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages