FEATURE REQ: Add support for LLAMA Loaders - the biggest community for ChatGPT data loaders
Duplicates
- [X] I have searched the existing issues
Summary 💡
FEATURE REQ: Add support for LLAMA Loaders - the biggest community for ChatGPT data loaders.
LLAMA-HUB
WEBSITE:
https://llamahub.ai/
GITHUB Repos:
LLAMA-Hub Website GitHub repository
LLAMA Index Github repository
LANGChain Github Repository
DOCS:
https://gpt-index.readthedocs.io/en/latest/
LLAMA-HUB is a library of all the data loaders / readers that have been created by the community. The goal is to make it extremely easy to connect large language models to a large variety of knowledge sources. These are general-purpose utilities that are meant to be used in LlamaIndex (e.g. when building a index) and LangChain (e.g. when building different tools an agent can use). For example, there are loaders to parse Google Docs, SQL Databases, PDF files, PowerPoints, Notion, Slack, Obsidian, and many more. Note that because different loaders produce the same types of Documents, you can easily use them together in the same index. These general-purpose loaders are designed to be used as a way to load data into LlamaIndex and/or subsequently used as a Tool in a LangChain Agent. You can use them with download_loader from LlamaIndex in a single line of code!
Examples 🌈
Examples of LLAMA-Index Loaders: https://llamahub.ai/
Motivation 🔦
I believe that the combination of Auto-GPT with LLAMA-Index will be explosive!