LlamaIndex Integrations
Official docs: https://docs.llamaindex.ai/
Claude✅ Native
Provider integration available in LlamaIndex LLM modules.
GPT-4/GPT-4o✅ Native
Provider integration available in LlamaIndex LLM modules.
Gemini✅ Native
Provider integration available in LlamaIndex LLM modules.
Llama 3✅ Native
Provider integration available in LlamaIndex LLM modules.
Mistral✅ Native
Provider integration available in LlamaIndex LLM modules.
Qwen✅ Native
Provider integration available in LlamaIndex LLM modules.
Cohere✅ Native
Provider integration available in LlamaIndex LLM modules.
Together AI✅ Native
Provider integration available in LlamaIndex LLM modules.
Groq✅ Native
Provider integration available in LlamaIndex LLM modules.
Ollama✅ Native
Provider integration available in LlamaIndex LLM modules.
Pinecone✅ Native
Vector store integration documented in LlamaIndex.
ChromaDB✅ Native
Vector store integration documented in LlamaIndex.
Weaviate✅ Native
Vector store integration documented in LlamaIndex.
Qdrant✅ Native
Vector store integration documented in LlamaIndex.
Milvus✅ Native
Vector store integration documented in LlamaIndex.
pgvector✅ Native
Vector store integration documented in LlamaIndex.
FAISS✅ Native
Vector store integration documented in LlamaIndex.
LanceDB✅ Native
Vector store integration documented in LlamaIndex.
Supabase Vector✅ Native
Vector store integration documented in LlamaIndex.
Redis Vector✅ Native
Vector store integration documented in LlamaIndex.
AWS Bedrock✅ Native
Deployable/integrated through documented providers and app frameworks.
Azure AI✅ Native
Deployable/integrated through documented providers and app frameworks.
Google Cloud Vertex✅ Native
Deployable/integrated through documented providers and app frameworks.
Vercel🔶 Community
Deployable/integrated through documented providers and app frameworks.
Railway🔶 Community
Deployable/integrated through documented providers and app frameworks.
Render🔶 Community
Deployable/integrated through documented providers and app frameworks.
Fly.io🔶 Community
Deployable/integrated through documented providers and app frameworks.
Modal✅ Native
Deployable/integrated through documented providers and app frameworks.
Replicate✅ Native
Deployable/integrated through documented providers and app frameworks.
Serper🔶 Community
Tool calling supports external APIs and custom tools.
Tavily🔶 Community
Tool calling supports external APIs and custom tools.
Browserbase🔶 Community
Tool calling supports external APIs and custom tools.
Firecrawl🔶 Community
Tool calling supports external APIs and custom tools.
E2B🔶 Community
Tool calling supports external APIs and custom tools.
Composio🔶 Community
Tool calling supports external APIs and custom tools.
SerpAPI🔶 Community
Tool calling supports external APIs and custom tools.
Wolfram Alpha🔶 Community
Tool calling supports external APIs and custom tools.
Calculator✅ Native
Tool calling supports external APIs and custom tools.
File I/O✅ Native
Tool calling supports external APIs and custom tools.
LangSmith🔶 Community
Observability integrations available via callbacks/OTel.
LangFuse🔶 Community
Observability integrations available via callbacks/OTel.
Helicone🔶 Community
Observability integrations available via callbacks/OTel.
Weights & Biases🔶 Community
Observability integrations available via callbacks/OTel.
Arize🔶 Community
Observability integrations available via callbacks/OTel.
Phoenix🔶 Community
Observability integrations available via callbacks/OTel.
Quick setup pattern
# 1) Install framework + providers
pip install llamaindex openai anthropic
# 2) Configure provider keys
export OPENAI_API_KEY=...
export ANTHROPIC_API_KEY=...
# 3) Add retrieval/monitoring
pip install qdrant-client langfuseBest stack recommendations
- LlamaIndex + Claude + Pinecone
- LlamaIndex + GPT-4/GPT-4o + ChromaDB