Prompt example extracted from LlamaIndex Examples.
To build the docs and browse them locally run: ``` poetry run serve ``` During the build, notebooks are converted to documentation pages, and this takes several minutes. If you're not working on the "Examples" section of the documentation, you can run the same command with `--skip-notebooks`: ``` poetry run serve --skip-notebooks ```