When I use this example from the doc I get the following error: how can I solve it? File "main.py", line 5, in <module> from llama_index.llms import OpenAI ModuleNotFoundError: There is no module named 'llama_index.llms'
You can refer to an older version of the docs to see examples that match your installed version, or install llama-index from source to update to the latest code