A Netflix recommendation RAG Chat bot ( Part of Raghack 2024)
Needs the following resources
- Azure OpenAI resource - A base model, i have used gpt-4o-mini
- Azure AI Search - to index and leverage AI ML to create vectors using HSNW Algorithm and use semantic search
- Azure Storage account - Blob storage holds the source document as a pdf
- Azure Service Managed Identities - Ensure all services can talk to each other leveraging inbuild RBAC Roles without the need to store credentials any where
