Skip to content

Releases: databrainhq/dataneuron

API server for your AI analyst v0.2.0

30 Jul 06:55
Compare
Choose a tag to compare

API support

You can run a local flask server that has multiple endpoints like /dashboards, /reports, /chat

CHAT

Screenshot 2024-07-30 at 9 55 22 AM
Screenshot 2024-07-30 at 10 04 30 AM

Screenshot 2024-07-30 at 11 42 56 AM

Screenshot 2024-07-30 at 11 42 07 AM

REPORTS

Use /reports to create extremely rich dynamic reports based on your data.

Screenshot 2024-07-30 at 11 42 21 AM
Screenshot 2024-07-30 at 11 42 42 AM

Support for lambda deployment

You can deploy to AWS lambda by importing lambda_handler and serverless package.

v0.1.6

29 Jul 18:12
Compare
Choose a tag to compare

Multi Context support

Now you can create multiple contexts and chat per context

neuronv0.1.6.mp4

Multi schema support

Previously for DBs like Postgres it was just working with default tables like public, now it would work across schemas.

Database support [new]

This release provides the support for Clickhouse.