Skip to content

Files

This branch is 3 commits ahead of, 260 commits behind intel-staging/llama_index:main.

llama-index-core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 14, 2024
May 14, 2024
Mar 24, 2024
Feb 16, 2024
Mar 27, 2024
Feb 12, 2024
Feb 12, 2024
Feb 26, 2024
May 6, 2024
May 14, 2024

LlamaIndex Core

The core python package to the LlamaIndex library. Core classes and abstractions represent the foundational building blocks for LLM applications, most notably, RAG. Such building blocks include abstractions for LLMs, Vector Stores, Embeddings, Storage, Callables and several others.

We've designed the core library so that it can be easily extended through subclasses. Building LLM applications with LlamaIndex thus involves building with LlamaIndex core as well as with the LlamaIndex integrations needed for your application.