Hello Pavankumar Purilla,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that you are having issues with GPT-3.5 Turbo Deployment, having cross-Region Integration Challenges with AI Search.
The issue arises because the GPT-3.5 Turbo model is hosted in France Central, while the AI search service is hosted in Sweden Central. Azure services generally operate best when hosted in the same region due to reduced latency and optimized networking. The "document not found" error likely results from misconfigured cross-region communication or unsupported interaction across regions.
Please, kindly review this recommended solution:
- Verify Cross-Region Access:
- Ensure the AI search service in Sweden Central has the necessary permissions to access the GPT-3.5 Turbo model endpoint in France Central.
- Use Azure's private endpoints or service endpoints to securely establish connectivity between Sweden Central and France Central. Check the network and firewall rules.
- Test Latency:
- Use Azure tools like Network Performance Monitor to test the latency between the two regions. Ensure it is within acceptable limits for your use case.
- Migrate AI Search to France Central:
- If latency or connectivity issues persist, consider migrating your AI search index and data source to France Central. This will ensure the services are co-located, eliminating latency or cross-region restrictions.
- Alternative: Use Azure Synapse or Data Factory to replicate the data source in France Central for processing while keeping the original in Sweden Central.
- Deploy a Custom API Layer:
- Create an intermediate API in France Central that interacts with the GPT-3.5 Turbo model and proxies requests from Sweden Central. This minimizes direct cross-region communication.
- Engage Azure Support:
- If none of the above resolves the issue, escalate to Azure Support with detailed logs of the "document not found" error for further investigation.
I hope this is helpful! Do not hesitate to let me know if you have any other questions.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.