English | Kannada
Alchemy.AI.mp4
Introducing Alchemy AI, a revolutionary SQL client that transforms the way you interact with your database. Leveraging the power of natural language processing, Alchemy AI allows you to perform database operations such as querying, modifying, adding, and deleting data, all through intuitive chat-based communication. It's a seamless blend of advanced technology and user-friendly design, making database management more accessible and efficient than ever before.
Experience the future of data tools with Alchemy AI! We're leveraging the power of AI to revolutionize the way you interact with your data. Say goodbye to navigating through complex UI controls. With our intuitive chat-based interface, you can access and manage your data effortlessly. Don't miss out on this opportunity to transform your data management experience with Alchemy AI!
Alchemy AI, a product built using Next.js, currently supports PostgreSQL databases. We are continuously expanding our capabilities and plan to include more databases in the future. Stay tuned for updates!
-
OPENAI_API_KEY
: OpenAI API key. You can get one from here. -
OPENAI_API_ENDPOINT
: OpenAI API endpoint. Defaults tohttps://api.openai.com
. -
NEXT_PUBLIC_ALLOW_SELF_OPENAI_KEY
: Set totrue
to allow users to bring their own OpenAI API key.
-
Install dependencies
pnpm i
-
Make a copy of the example environment variables file:
cp .env.nodb .env
Please make sure you have a stable network connection which can access the OpenAI API endpoint.
ping api.openai.com
If you cannot access the OpenAI API endpoint, you can try to set the OPENAI_API_ENDPOINT
in UI or environment variable.
To load data, follow this link: https://github.com/pthom/northwind_psql/blob/master/northwind.sql
For Northwind queries, please refer to the attached PDF.