Skip to content

Files

Latest commit

6a72f3a · Apr 18, 2024

History

History
This branch is 2355 commits behind run-llama/llama_index:main.

llama-index-core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 17, 2024
Apr 15, 2024
Mar 24, 2024
Feb 16, 2024
Mar 27, 2024
Feb 12, 2024
Feb 12, 2024
Feb 26, 2024
Apr 14, 2024
Apr 18, 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.