Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alphasecio/llama-index
- Owner: alphasecio
- License: mit
- Created: 2023-03-21T08:57:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T08:44:19.000Z (3 months ago)
- Last Synced: 2025-01-17T09:05:24.685Z (13 days ago)
- Topics: llama-index, llama-parse, llm, openai, python, streamlit
- Language: Python
- Homepage: https://go.alphasec.io/llama-index
- Size: 499 KB
- Stars: 55
- Watchers: 1
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# llama-index
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.