h2oai/sql-sidekick

API Changes for optimizing the runtime

narasimhard opened this issue · 1 comments

  • Currently, SQL Generator module loads every time a user asks a question which would lead longer query processing time. Idea is to load only once for a user on chat initialization and re-use it!