Skip to content

winni4eva/llm-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL LLM

  • Start llm service eg Ollama (https://ollama.com/)
  • Rename .env.example to .env and update the db credentials and llm service api url if different from the default
  • Run command
composer install
  • Run the command below in the project root with a question you want a report for to test
php src/AI.php "Get all account types, with their user details and balances"
php src/AI.php "Get all user account transactions"

Requirements

  • PHP 8+
  • Mysql

Ollama Docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages