Open davidblanco-m opened 10 months ago
Hi! Those files are compiled from this Svelte source code here: https://github.com/vanna-ai/vanna-svelte
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.
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: @.***>
@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.
Can the two projects be combined? The vanna-nextjs-flask and open source community members work together to enhance and improve it.
@zainhoda
@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/
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?
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!