llama-index icon indicating copy to clipboard operation
llama-index copied to clipboard

A collection of apps powered by the LlamaIndex LLM framework.

llama-index

Released under the MIT license. GitHub Stars GitHub Forks GitHub Watchers Follow on Twitter

This repository contains a collection of apps powered by LlamaIndex.

LlamaIndex is an open-source project that provides a simple interface between LLMs and external data sources like APIs, PDFs, SQL etc. It provides indices over structured and unstructured data, helping to abstract away the differences across data sources.

chat-with-pdf

A sample Streamlit web application for chatting with PDFs using LlamaIndex and LlamaParse.

summarize-url

A sample Streamlit web application for summarizing URLs using LlamaIndex and OpenAI.