Skip to content

tbqguy/promptql-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PromptQL Documentation

The official documentation for PromptQL - talk to all your data accurately with natural language.

What is PromptQL?

PromptQL is a novel agent approach for high-trust LLM interaction with business data. Instead of hoping your AI gets it right, PromptQL dynamically plans and executes queries across your data sources with explainability, accuracy, and repeatability.

Ready to get started?promptql.io/docs

Quick Links

Contributing to the Docs

Found a typo? Want to improve an explanation? We welcome contributions that make these docs better for everyone.

Quick Setup

# Clone and install
git clone https://github.com/hasura/promptql-docs.git
cd promptql-docs
yarn

# Start the dev server
yarn start

The docs will open at http://localhost:3001 with hot reloading - edit away and see changes instantly.

Making Changes

  • Small fixes: Edit directly on GitHub and submit a PR
  • Larger changes: Fork, create a branch, make your changes, and submit a PR
  • New content: Check existing structure in /docs and follow the patterns you see

Build and Deploy

# Build for production
yarn build

# Test the build locally
yarn serve

The build generates static files in the build directory, ready for any static hosting service.

Need Help?

About

Repository for PromptQL docs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.5%
  • CSS 14.6%
  • JavaScript 8.9%
  • Other 1.0%