Ask AI to analyze your database and generate SQL queries.
Run the commands below, and then open Beekeeper Studio.
cd ~/.config/beekeeper-studio/plugins
git clone [email protected]:beekeeper-studio/bks-ai-shell.git
cd ./bks-ai-shell
yarn install
yarn build # or yarn build --watch
If you run Beekeeper Studio project locally, you can right click the AI Shell tab header > [DEV] Reload Plugin View
to reload the iframe.
Build the project for production:
yarn build
This application uses the dangerouslyAllowBrowser: true
flag to enable browser usage of the LangChain components. While convenient for this demo, be aware that this approach exposes your API key to potential security risks in a production environment.