Skip to content

StavPonte11/text2sql-onboarding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextToSQL Studio ⚡

A comprehensive, self-service governance platform for managing, enriching, and testing database tables utilized by natural language processing and TextToSQL agents.

⚙️ Prerequisites

Before starting, ensure you have uv and pnpm installed:

  • uv (Python Package Manager):
    curl -LsSf https://astral.sh/uv/install.sh | sh
    # If 'uv' is not found immediately, restart your terminal or run:
    source $HOME/.local/bin/env
  • pnpm (Node Package Manager):
    npm install -g pnpm

🚀 Quick Start

Backend (Python/FastAPI)

cd backend
uv sync
source .venv/bin/activate
python -m app.seed
uvicorn app.main:app --port 8000 --reload

Frontend (React/Vite)

cd frontend
pnpm install
pnpm dev

📖 Documentation Index

Developer & Code Quality Standards

Platform & Architecture

AI System Design

Prompt Templates

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors