Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Front end code (js and css) #2

Open
davidblanco-m opened this issue Jan 25, 2024 · 7 comments
Open

Front end code (js and css) #2

davidblanco-m opened this issue Jan 25, 2024 · 7 comments

Comments

@davidblanco-m
Copy link

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
Copy link
Contributor

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

@yiluyoufeng
Copy link

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
Copy link
Contributor

zainhoda commented Mar 28, 2024 via email

@zyclove
Copy link

zyclove commented Apr 23, 2024

@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
Copy link

zyclove commented Apr 23, 2024

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
Copy link
Contributor

@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
Copy link

lolbus commented Nov 29, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants