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

Any Free Version of this #79

Closed
Raghucharan16 opened this issue Sep 4, 2024 · 4 comments
Closed

Any Free Version of this #79

Raghucharan16 opened this issue Sep 4, 2024 · 4 comments

Comments

@Raghucharan16
Copy link

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?

@pamelafox
Copy link
Contributor

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:
https://github.com/Azure-Samples/rag-postgres-openai-python?tab=readme-ov-file#setting-up-the-environment-file

Let me know if that doesn't work for you.

@Raghucharan16
Copy link
Author

Sure will check it out. 👍

@Raghucharan16
Copy link
Author

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: https://github.com/Azure-Samples/rag-postgres-openai-python?tab=readme-ov-file#setting-up-the-environment-file

Let me know if that doesn't work for you.

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].

@pamelafox
Copy link
Contributor

Good question! I've written up a page about bringing in a different table here:
https://github.com/Azure-Samples/rag-postgres-openai-python/blob/main/docs/customize_data.md
I also made some code changes so that there is slightly less code to update.

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.

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

2 participants