llama-index-vector-stores-azurecosmosnosql
seems to be old and get into dependency issues. Am I missing something?error: Module "llama_index.core" has no attribute "Settings" [attr-defined] error: Module "llama_index.embeddings.openai" has no attribute "OpenAIEmbedding" [attr-defined] error: Module "llama_index.llms.openai" has no attribute "OpenAI" [attr-defined]
from llama_index.core import Settings from llama_index.embeddings.openai import OpenAIEmbedding from llama_index.llms.openai import OpenAI
poetry show | grep llama llama-index 0.11.15 llama-index-core 0.11.15 llama-index-embeddings-openai 0.2.5 ..