8000 GitHub - hienhayho/statement-check: Simple web application for checking statements using SQL Agent Retriver.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Simple web application for checking statements using SQL Agent Retriver.

Notifications You must be signed in to change notification settings

hienhayho/statement-check

Repository files navigation

STATEMENT CHECK

Note: Only update up to 10/09/2024

Installation:

pre-commit install

pip install -r requirements.txt

Download data:

bash download_data.sh

Database Setup

docker compose up -d

# Create table
python src/database/run.py --task init

# Insert data
python src/database/run.py --task insert --file_path data/data.csv

Run Chainlit App

chainlit run chainlit.py

Start Screen:

Chat Screen:

About

Simple web application for checking statements using SQL Agent Retriver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0