Replies: 1 comment
-
Unfortunately this is the minimal installation that will work, which is 330MB pip install vanna --no-dependencies
pip install tabulate
pip install pandas
pip install requests
pip install plotly |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am leaning toward Vanna for my chatbot/copilot use case and I plan to make this serverless.
When I install plain vanna using
pip install vanna
this will generate a whooping 420MB librariesIs there any specific information (or which packages to install) if I only want to use vanna in order to communicate with LLM and vector store only without any need to actually execute the SQL on SQL database and or perform any visualization?
Beta Was this translation helpful? Give feedback.
All reactions