Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 473 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 473 Bytes

SQL-Agents-Using-RAG-DSPy-Groq

Exploring advanced prompting tools to query SQL database with multiple tables in natural language using LLMs

Installation

Clone the repository and install the dependencies:

$ git clone https://github.com/sachink1729/SQL-Agents-Using-RAG-DSPy-Groq.git
$ cd SQL-Agents-Using-RAG-DSPy-Groq
$ pip install -r requirements.txt

Usage

Run the notebook:

$ jupyter notebook SQL Agents using DSPy and Groq.ipynb