7/22/2026 at 8:09:45 PM
inside install.sh file i found this:printf " ${DIM}This install is using DeepSQL's shared managed Azure OpenAI key, so your${RESET}\n" printf " ${DIM}schema and queries are processed through DeepSQL's shared LLM resource.${RESET}\n"
also, it requires docker.
by quard8
7/22/2026 at 8:17:44 PM
Hi, yes. Right now we are bundling our key to maintain the consistency of DeepSQL agent performance. We will lift this key bundling very soon, for enterprise deployment we might allow BYOK (bring your own key)Yes, this requires docker. Here is more technical documentation on prerequisites and suggested setup (including AWS CFT)
by venkat971