I am trying to push an index to Azurecognitive search but this gives an error ServiceRequestError: EOF occurred in violation of protocol (_ssl.c:2427)
I am trying to push a index (with embeddings) to Azure cognitive search. The following code is what pushes the index to cognitive search: #Upload some documents to the index with open('index.json', 'r') as file: documents = json.load(file) search_client =…