Chainlit / chainlit

Build Conversational AI in minutes ⚡️
https://docs.chainlit.io
Apache License 2.0
6.75k stars 875 forks source link

How to support the data persistence in Azure cloud? #711

Open surendransuri opened 7 months ago

surendransuri commented 7 months ago

How do I support data persistence in Azure cloud? Please help me to achieve this

willydouhard commented 7 months ago

You can either:

  1. Implement your own custom data layer and deploy it in azure
  2. Fill the enterprise form to self host literal
surendransuri commented 7 months ago

You can either:

  1. Implement your own custom data layer and deploy it in azure
  2. Fill the enterprise form to self host literal

Can you please give the full example or steps to achieve this? Not able to move from here

tpatel commented 6 months ago

I've created a ticket for someone to build a custom data layer: https://github.com/Chainlit/chainlit/issues/793.

hayescode commented 6 months ago

@tpatel @surendransuri I am working on this now. Postgres + ADLS gen2.

It would be helpful to get the SQL DDL for the tables (users, threads, steps, elements, feedback) to speed this up. Can you provide @tpatel @willydouhard

hayescode commented 5 months ago

@surendransuri I just opened a PR to add a Postgres custom data layer with ADLS support -> #825