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

VannaFlaskApp(vn).run() is not working #781

Open
sakshi-rumsan opened this issue Feb 17, 2025 · 1 comment
Open

VannaFlaskApp(vn).run() is not working #781

sakshi-rumsan opened this issue Feb 17, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@sakshi-rumsan
Copy link

dear team,
i am trying to customize the vanna ai . but i keep on getting error while redirecting the url to open it to test. VannaFlaskApp(vn).run() is not working and throwing error. i am also finding it difficult to get the fastapi version of vanna ai for deployment. please help me with my issue.

@sakshi-rumsan sakshi-rumsan added the bug Something isn't working label Feb 17, 2025
@HrushiYadav
Copy link

@sakshi-rumsan : Based on my understanding, Vanna AI exports methods that you can use to create your own custom endpoints. You can also use the Flask APIs to check the endpoint or method details in the library.

I recommend creating a virtual environment (virtualenv) to avoid issues with global installations. You can then install the necessary dependencies within that environment and use the methods from the installed modules instead of relying on global installations.

As for the issue with VannaFlaskApp(vn).run() not working and throwing an error, you can refer to my open repo and try again with the example I provided. It might help you troubleshoot the problem.

Here's the link to the repo: Vanna AI Flask Example

Let me know if you need further clarification or run into any specific errors!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants