microsoft / azure-openai-service-proxy

The Azure AI proxy service facilitates easy access to Azure AI resources for workshops and hackathons. It offers a Playground-like interface and supports Azure AI SDKs. Access is granted through a time-limited API key and endpoint.
https://microsoft.github.io/azure-openai-service-proxy/
MIT License
58 stars 34 forks source link

Revisit usage of stored procs vs EF & LINQ #310

Open aaronpowell opened 2 months ago

aaronpowell commented 2 months ago

With #306 making the proxy also .NET, we should revisit where we're using stored procs and whether we can achieve the same with LINQ to ensure more type safety in the database access and potentially move to using EF Code First + Migrations for DB schema management.