index = PropertyGraphIndex.from_documents(documents=[document], llm=llm_model, embed_model=embedding_model, kg_extractors=[ ImplicitPathExtractor(), LLM_extractor, ], show_progress=True, )
AttributeError: 'AzureOpenAIEmbedding' object has no attribute '_async_http_client'
index = PropertyGraphIndex.from_documents( documents, llm=llm, embed_model=ollama_embedding, show_progress=True, )