Skip to content
All projects

Data analytics

SQL Assistant for Apache Superset

An assistant inside Apache Superset that converts natural-language questions into SQL using database metadata.

  • Apache Superset
  • pgVector
  • Python
  • React

Problem

Generated SQL needed relevant table and column information to answer questions against the right data.

What I built

Retrieved database metadata using pgVector, used open models to generate SQL, and built the interface inside Superset.

Result

Connected questions, schema retrieval, and SQL generation within the existing analytics application.