Hi guys,
I am new to this forum and fairly new to the whole overwhelming world of AI, so please bear with me ![]()
My first project is creating a Knowledge Base/RAG application.
I have managed to create a vector store in Azure Search and connected it with an OpenAi assistant via C# Code.
It is working ok-ish, but I want to go further and start using the new Agentic approach that OpenAI released not long ago.
The first step in this new approach would be connecting my OpenAi agent(s) with my Azure Search Vector Store. And I recognize I am a bit lost here ![]()
Apparently, the only way to connect these 2 pieces, would be via an MCP Server. I have tried wrapping my current functionality around an MCP server but that did not work. I have investigated further and ended up with 2 new potential paths: Azure MCP Server or Azure Management API.
I would appreciate any pointers in the right direction from anybody else who faced a similar challenge.
Thank you,
Adrian