> For the complete documentation index, see [llms.txt](https://tailwindsdocs.innovativesol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tailwindsdocs.innovativesol.com/readme/chatflows/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.

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

### LlamaIndex Sections:

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