Skip to content

Building a Database agent using Langchaing and OpenAI Features

Notifications You must be signed in to change notification settings

saadsiddiquemicrosoft/sql-database-agent

 
 

Repository files navigation

Clone the Repository

Create a Virtual Environment

python -m venv myenv

Activate the Virtual Environment

myenv\Scripts\activate

Install all the requirements from requirements file using:

pip install -r requirements.txt

Set your Environmental Variables

You Are Good To Go

About

Building a Database agent using Langchaing and OpenAI Features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.1%
  • Python 2.9%