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

How to run Vanna from Local #142

Closed
jagdishgg opened this issue Dec 23, 2023 · 4 comments
Closed

How to run Vanna from Local #142

jagdishgg opened this issue Dec 23, 2023 · 4 comments

Comments

@jagdishgg
Copy link

My server doesnt have internet connection and I want to run locally.

@zainhoda
Copy link
Contributor

Do you have an LLM that’s locally runnable?

@jagdishgg
Copy link
Author

Currently we dont have any LLM locally, might use codellama or Nsql, still searching option. Install vanna but will not be able to verify the vanna token as no internet on server

@LronDC
Copy link

LronDC commented Dec 27, 2023

I want to run Vanna locally too. After all, offline working environments are also relatively common. And I have run a few LLMs locally. Does Vanna have to do api-key certification?

@zainhoda
Copy link
Contributor

You don't need to input a Vanna API key if you're using your own LLM and you're using vector storage that runs locally. See this notebook for an example:

https://vanna.ai/docs/snowflake-other-llm-chromadb.html

The example above uses ChromaDB, which runs mostly locally.

If you want to swap out for another vector database, that's also possible. That may be necessary if your server doesn't have an internet connection since ChromaDB downloads some weights to do embeddigs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants