Skip to content

[py] querychat 0.5.1

Choose a tag to compare

@cpsievert cpsievert released this 23 Jan 23:06
· 58 commits to main since this release

New features

  • QueryChat() now supports deferred data source initialization for Shiny Core applications. Pass data_source=None at initialization time, then provide the actual data source via the data_source parameter of server() or by setting the data_source property. This enables use cases where the data source depends on session-specific authentication or per-user database connections. (#202)