> For the complete documentation index, see [llms.txt](https://docs.flowiseai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flowiseai.com/integrations/llamaindex.md).

# LlamaIndex

***

[LlamaIndex](https://www.llamaindex.ai/) is a data framework for LLM applications to ingest, structure, and access private or domain-specific data. It has advanced retrieval techniques for designing RAG (Retrieval Augmented Generation) apps.

Flowise complements LlamaIndex by offering a visual interface. Here, nodes are organized into distinct sections, making it easier to build workflows.

### LlamaIndex Sections:

* [Agents](/integrations/llamaindex/agents.md)
* [Chat Models](/integrations/llamaindex/chat-models.md)
* [Embeddings](/integrations/llamaindex/embeddings.md)
* [Engine](/integrations/llamaindex/engine.md)
* [Response Synthesizer](/integrations/llamaindex/response-synthesizer.md)
* [Tools](/integrations/llamaindex/tools.md)
* [Vector Stores](/integrations/llamaindex/vector-stores.md)
