Technical requirements
You will need to install the following Python libraries in your environment to be able to run the examples included in this chapter:
- PYYAML (https://pyyaml.org/wiki/PyYAMLDocumentation)
- Wikipedia (https://wikipedia.readthedocs.io/en/latest/)
Two LlamaIndex integration packages will also be required:
- Wikipedia reader (https://pypi.org/project/llama-index-readers-wikipedia/)
- OpenAI LLMs (https://pypi.org/project/llama-index-llms-openai/)
All code samples from this chapter can be found in the ch3
subfolder of the book’s GitHub repository: https://github.com/PacktPublishing/Building-Data-Driven-Applications-with-LlamaIndex.