Llama Index
LlamaIndex is an open-source data framework that helps developers connect large language models to external data sources, primarily by building indexes for retrieval-augmented generation (RAG) applications.
6 resources across 2 libraries
Glossary Terms(5)
ChromaDB
ChromaDB (Chroma) is an open-source embedding/vector database designed to be simple to run locally or embed directly in an application, commonly used for stori…
CrewAI
CrewAI is an open-source Python framework for orchestrating multiple AI agents that collaborate as a 'crew,' each with a defined role, goal, and set of tools,…
LlamaIndex
LlamaIndex is an open-source data framework that helps developers connect large language models to external data sources, primarily by building indexes for ret…
LlamaCloud
LlamaCloud is a managed cloud platform from the LlamaIndex team for parsing, indexing, and retrieving enterprise documents, designed to simplify building produ…
Prompt Chaining
Prompt chaining is a technique for solving complex tasks by breaking them into a sequence of smaller LLM calls, where the output of one prompt becomes the inpu…