Replies: 2 comments 1 reply
-
🤖 I understand you're encountering an SSL Certificate error when trying to use LlamaIndex with models in Azure. Based on the information provided and the structure of the The However, without the exact error message, it's difficult to provide a precise solution. Could you please provide the exact SSL Certificate error message you're receiving? This will help in understanding the issue better and finding a suitable solution. Also, if you could share the code snippet where you're trying to pass the local certificate to the SourcesThis response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
Beta Was this translation helpful? Give feedback.
-
Maybe open a github issue for this one (or open a PR for it). Should be an easy fix |
Beta Was this translation helpful? Give feedback.
-
I'm trying to use llama index with models in Azure.
I followed the steps in here
It throws a SSL Certificate error when indexing.
I tested it the AzureOpenAi class from opeanai package and it works, but I have to pass a http_client with a local certificate.
I tried to do the same with AzureOpenAI from llama_index, but it doesn't work. It stills raises the SSL certificate error.
Beta Was this translation helpful? Give feedback.
All reactions