-
Notifications
You must be signed in to change notification settings - Fork 197
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
Any Free Version of this #79
Comments
Yes, you can open it in a GitHub Codespace or VS Code Dev Container, which will use Postgres, and then you can configure it to use Ollama, per guide at: Let me know if that doesn't work for you. |
Sure will check it out. 👍 |
Hi, @pamelafox , can we connect to our own [custom] postgres SQL database? so that LLM should refer that database for any user input questions[ basically to automate customer support service]. |
Good question! I've written up a page about bringing in a different table here: However, that may not be exactly what you're looking for. Do you already have a Azure PostgreSQL database, and you want it to use that deployed DB? Take a look at that guide and see how it could be more helpful. |
Description
What is wrong or what would you like to see improved?
Nothing is Wrong but can we locally set it up with another open source LLM? and also with out cloud costs? just like a standalone application?
The text was updated successfully, but these errors were encountered: