/venv/lib/python3.11/site-packages/llama_index/core/program/utils.py:58: UserWarning: Failed to use `OpenAIPydanticProgram`. Please ensure that is installed by running `pip install llama-index-program-openai`.
warnings.warn(
/venv/lib/python3.11/site-packages/llama_index/core/program/utils.py:58: UserWarning: Failed to use `OpenAIPydanticProgram`. Please ensure that is installed by running `pip install llama-index-program-openai`.
warnings.warn(
Hello, I am uncertain as to why I keep receiving warnings. I utilized a markdown parser and query engine while using Anthropic as LLM and OpenAI embeddings. I am not using any structured output, so I am unsure why I continue to receive these warnings.
llama-index==0.10.12