Skip to content
This repository was archived by the owner on Apr 26, 2026. It is now read-only.

Latest commit

 

History

History
executable file
·
36 lines (26 loc) · 985 Bytes

File metadata and controls

executable file
·
36 lines (26 loc) · 985 Bytes

ASKLite

This plugin allows you to query a SQLite database entirely through AI-generated SQL queries. It serves as a testbed for Cheshire Cat's capabilities in handling structured data efficiently.

Installation

  1. Clone the repository:
git clone https://github.com/shini161/asklite.git
  1. Copy the folder into the /plugins directory of your Cheshire Cat project:
cp -r asklite /path/to/cheshire-cat/plugins/
  1. Run your application:
docker compose up
  1. Enable the plugin and enjoy!


Contributions