AlessandroAnnini / dspy-test

Different approaches to RAG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dspy-test

Setup

Create a virtual environment and install the dependencies:

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

Projects

1-rag-chroma

2-rag-langchain

3-rag-dspy-signature

4-rag-dspy-module

5-rag-dspy-optimizer

About

Different approaches to RAG


Languages

Language:Python 100.0%