Azure-Samples / Azure-Samples/document-intelligence-code-samples

SSL Verification Error in sample_rag_langchain.ipynb using AzureSearch

未關閉
#35 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
C#
星號
201
分支
115
PR 合併指標
30 天內沒有已合併 PR

描述

Hi,

I am experiencing an SSL verification error while working with the sample_rag_langchain.ipynb notebook in the Python folder of the Document Intelligence Code Samples repository. Specifically, this occurs in the section where embeddings and indexes are created using Azure Search.

Error Details
When running the cell that uses the AzureSearch class, the following error is raised:
ServiceRequestError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)

Repository: Azure Samples Document Intelligence Code Samples
Folder:Python(v4.0)/Retrieval_Augmented_Generation_(RAG)_samples)
Notebook: sample_rag_langchain.ipynb
Platform: Running within a company portal, windows 11.

Issue
In the native Azure Search library, I typically resolve this issue by setting the parameter connection_verify=False. However, the langchain library does not seem to have an option to disable SSL verification.

Request
Could you please provide guidance or an update to the notebook/library to include an option to disable SSL verification for AzureSearch in the langchain library? This would help in bypassing the SSL certificate verification error.

Thank you for your assistance.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。