LlamaIndex Agent
Prerequisites
Python
Installation
Use the upstream install or setup path that matches your environment:
- pip install llama-index-core
- pip install llama-index-llms-openai
- pip install llama-index-llms-ollama
- pip install llama-index-embeddings-huggingface
Requirements and caveats from upstream:
Basic usage or getting-started notes:
concrete example
💻 Example Usage
Extracted from upstream docs: https://raw.githubusercontent.com/run-llama/llama_index/HEAD/README.md