You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: