Skip to content

A collection of apps powered by the LlamaIndex LLM framework.

License

Notifications You must be signed in to change notification settings

alphasecio/llama-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.