LlamaIndex
Data framework for LLM retrieval-augmented generation.
LlamaIndex (formerly GPT Index) focuses on ingesting, chunking, indexing, and querying private data for LLM applications. It is the main alternative to LangChain for RAG workflows on Linux.
Install
pip install llama-index
