Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.53 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.53 KB

llama-index

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.

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

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