VannaFlaskApp(vn).run() is not working #792
Replies: 1 comment
-
@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! |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions