Technical requirements
The following LlamaIndex integration packages will be required for the sample code:
- Database Tool: https://pypi.org/project/llama-index-tools-database/
- OpenAI Agent: https://pypi.org/project/llama-index-agent-openai/
- Wikipedia Reader: https://pypi.org/search/?q=llama-index-readers-wikipedia
- LLM Compiler Agent: https://pypi.org/project/llama-index-packs-agents-llm-compiler/
All the code samples in this chapter can be found in the ch8
subfolder of this book’s GitHub repository: https://github.com/PacktPublishing/Building-Data-Driven-Applications-with-LlamaIndex.