Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alphasecio/llama-index

A collection of apps powered by the LlamaIndex LLM framework.
https://github.com/alphasecio/llama-index

llama-index llama-parse llm openai python streamlit

Last synced: 6 days ago
JSON representation

A collection of apps powered by the LlamaIndex LLM framework.

Awesome Lists containing this project

README

        

# 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](https://www.llamaindex.ai) 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](https://github.com/alphasecio/llama-index/blob/main/chat-with-pdf)
A sample Streamlit web application for chatting with PDFs using LlamaIndex and LlamaParse.

### [summarize-url](https://github.com/alphasecio/llama-index/blob/main/summarize-url)
A sample Streamlit web application for summarizing URLs using LlamaIndex and OpenAI.