-
Notifications
You must be signed in to change notification settings - Fork 61
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
Comments
Hi! Those files are compiled from this Svelte source code here: |
https://github.com/vanna-ai/vanna-svelte |
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
<#2 (comment)>,
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 |
Can the two projects be combined? |
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 |
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!
The text was updated successfully, but these errors were encountered: