vanna-ai / vanna-flask

Web server for chatting with your database
MIT License
116 stars 53 forks source link

Update codebase to latest vanna/flask version #22

Open azawalich opened 1 month ago

azawalich commented 1 month ago

I have noticed that the codebase available in this repository significantly differs from the latest version available in the Vanna AI repository. Therefore, I have plenty of questions:

  1. Are there any plans to keep this repository code updated?
  2. Could @zainhoda give any hints how to migrate/update the code individually?
zainhoda commented 1 month ago

We leave this codebase up for legacy reasons and to provide a sample but don't intend to maintain it. The canonical interface is the one that you linked to.

azawalich commented 1 month ago

@zainhoda thenks for letting me know - its's a pity, but it clarifies the issue for me. One more thing - I can see that the majority of elements visible on the web interface is generated dynamically by obfuscated JavaScript (innerHTML instructions), and not included in the HTML content itself. I believe it is rather an unusual way to render a website in Flask, can you please provide any hints how to add elements to the web interface and enrich it, so this method is legit from the programming perspective?

PylotLight commented 23 hours ago

@zainhoda How do we consume a specific set of DB's in a docker/helm/k8s server setup? Wouldn't we need to use this repo and update to use those DBs? As I didn't see how to consume the main repo in a server hosted senario as is.