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

Feature request #142

Open
EnablSiteAdmin opened this issue Dec 9, 2024 · 1 comment
Open

Feature request #142

EnablSiteAdmin opened this issue Dec 9, 2024 · 1 comment

Comments

@EnablSiteAdmin
Copy link

Hi Pamela,

I really enjoy your talks and explanations about RAG in real-world scenarios!

I was wondering, since SQL Server now has vector support in preview, could this setup be easily adapted to work with it?

Description

What is wrong or what would you like to see improved?

Azure sql support

Environment

Describe your OS and dev environment (Codespaces, Dev Container, etc):

Deployed to Azure and Dev container for local testing

@pamelafox
Copy link
Contributor

I would probably do that as a separate repo since there's so much Postgres-specific setup in this one, but generally, yes, you should be able to do RAG on Azure SQL. You'd need to change the infrastructure, the SQLAlchemy connection setup, and the vector search functions.

These two repos would be good sources of inspiration, since they both have RAG-like flows:
* https://github.com/Azure-Samples/azure-sql-db-session-recommender-v2
* https://github.com/Azure-Samples/azure-sql-langchain

I am new to Azure SQL myself, so I'm actually going to be working through those two repos myself to learn what's different across the databases.

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