vanna-ai / vanna-flask

Web server for chatting with your database
MIT License
122 stars 57 forks source link

Front end code (js and css) #2

Open davidblanco-m opened 10 months ago

davidblanco-m commented 10 months ago

Hello,

The .css and the .js file are minified, is there any chance we can get them unminified?

I'm referring to these files:

https://github.com/vanna-ai/vanna-flask/blob/main/static/assets/index-d29524f4.js https://github.com/vanna-ai/vanna-flask/blob/main/static/assets/index-b1a5a2f1.css

Thank you for this example!

zainhoda commented 10 months ago

Hi! Those files are compiled from this Svelte source code here: https://github.com/vanna-ai/vanna-svelte

yiluyoufeng commented 8 months ago

https://github.com/vanna-ai/vanna-svelte The URL is not accessible, showing a 404 error. Could the JavaScript and CSS files be open-sourced, with the source code provided? We hope to be able to optimize the interaction on the web UI based on this.

zainhoda commented 8 months ago

We’re actually going to remove the frontend completely from this repo. The canonical front-end going forward will be the built-in web app. Instead of having people fork it, we will make it configurable.

On Wed, Mar 27, 2024 at 9:30 PM yiluyoufeng @.***> wrote:

https://github.com/vanna-ai/vanna-svelte The URL is not accessible, showing a 404 error. Could the JavaScript and CSS files be open-sourced, with the source code provided? We hope to be able to optimize the interaction on the web UI based on this.

— Reply to this email directly, view it on GitHub https://github.com/vanna-ai/vanna-flask/issues/2#issuecomment-2024240351, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWQVKSBWKHOTT7U52A7ISLY2NXEBAVCNFSM6AAAAABCKX6ZEWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRUGI2DAMZVGE . You are receiving this because you commented.Message ID: @.***>

zyclove commented 7 months ago

@zainhoda Is the front-end code independent? Where can I get it? Thanks

https://github.com/vanna-ai/vanna-svelte The URL is not accessible.

zyclove commented 7 months ago

vanna-flask

vanna-nextjs-flask

Can the two projects be combined? The vanna-nextjs-flask and open source community members work together to enhance and improve it.

@zainhoda

zainhoda commented 7 months ago

@zainhoda Is the front-end code independent? Where can I get it? Thanks

https://github.com/vanna-ai/vanna-svelte The URL is not accessible.

We removed it so that people don't start depending on that code. We don't want to make behavior guarantees on front-end code that might be used in ways that we don't intend and have to deal with all the associated issues. We'd prefer that people raise issues in the main vanna repo and tell us what they want to customize so that it can be customized via Python like this: https://vanna.ai/docs/web-app/

lolbus commented 5 days ago

Is the repo dependent on: vanna-nextjs-flask ?

Are they the same? I noticed that the nextjs repo python script has lesser API methods. Am trying to use the original vanna-flask to load 3-5 LLM models to produce multiple outputs and have the end user choose the best output as relevant RAG's training data.

What might be the most relevant frontend source code for this repo as of Nov 2024?