---
title: Integrations | Developer Documentation
---

LlamaIndex has a number of community integrations, from vector stores, to prompt trackers, tracers, and more!

## LlamaPacks — Code Templates

LlamaHub hosts a full suite of LlamaPacks — templates for features that you can download, edit, and try out! This offers a quick way to learn about new features and try new techniques.

The full set of LlamaPacks is available on [LlamaHub](https://llamahub.ai/). Check out our [dedicated page](/python/framework/community/llama_packs/index.md).

## Data Loaders

The full set of data loaders are found on [LlamaHub](https://llamahub.ai/)

## Agent Tools

The full set of agent tools are found on [LlamaHub](https://llamahub.ai/)

- [MCP Toolbox](/python/examples/tools/mcp_toolbox/index.md)

## LLMs

We support [a huge number of LLMs](/python/framework/module_guides/models/llms/modules/index.md).

## Observability/Tracing/Evaluation

Check out our [one-click observability](/python/framework/module_guides/observability/index.md) page for full tracing integrations.

## Experiment Tracking

- [Kiln](https://github.com/Kiln-AI/Kiln/tree/main/libs/core#taking-kiln-rag-to-production)
- [MLflow](/python/examples/observability/mlflow/index.md)

## Structured Outputs

- [Guidance](/python/framework/community/integrations/guidance/index.md)
- [LLM Format Enforcer](/python/framework/community/integrations/lmformatenforcer/index.md)
- [Guardrails](/python/examples/output_parsing/guardrailsdemo/index.md)
- [OpenAI Function Calling](/python/examples/output_parsing/openai_pydantic_program/index.md)

## Storage and Managed Indexes

- [Vector Stores](/python/framework/community/integrations/vector_stores/index.md)
- [Managed Indices](/python/framework/community/integrations/managed_indices/index.md)

## Application Frameworks

- [Streamlit](https://blog.streamlit.io/build-a-chatbot-with-custom-data-sources-powered-by-llamaindex/)
- [Chainlit](https://docs.chainlit.io/integrations/llama-index)
- [CopilotKit](https://docs.copilotkit.ai/llamaindex/quickstart)

## Distributed Compute

- [LlamaIndex + Ray](https://www.anyscale.com/blog/build-and-scale-a-powerful-query-engine-with-llamaindex-ray)

## Other

- [ChatGPT Plugins](/python/framework/community/integrations/chatgpt_plugins/index.md)
- [Poe](https://github.com/poe-platform/poe-protocol/tree/main/llama_poe)
- [Airbyte](https://airbyte.com/tutorials/airbyte-and-llamaindex-elt-and-chat-with-your-data-warehouse-without-writing-sql)
- [Fleet](/python/framework/community/integrations/fleet_libraries_context/index.md)
