LlamaHub
Freea library of data loaders for LLMs made by the community 
About LlamaHub
LlamaHub is a library of community-contributed data loaders, readers, tools, llama-packs, and llama-datasets designed to connect large language models (LLMs) to a wide variety of knowledge sources. Originally created by Jesse Zhang and now maintained under the LlamaIndex organization, it integrates seamlessly with both LlamaIndex and LangChain. Users can easily ingest data for search and retrieval, and create customized data agents that can read and write to third-party services like Google Docs, Google Calendar, SQL databases, Notion, Slack, and Gmail. The repository has been archived and is read-only as of March 2024; all integrations have moved to the core llama-index Python repository. Examples and usage notebooks are available.
Key Features
Pros & Cons
- Wide variety of community-contributed connectors to many data sources
- Integrates with two major LLM frameworks (LlamaIndex and LangChain)
- Open source with free usage
- Includes practical example notebooks to get started quickly
- Allows creation of custom data agents with read/write capabilities
- Repository archived and read-only as of March 2024
- Integrations have moved to the core llama-index repo, requiring migration
- Limited to the loaders available; some may be deprecated or unmaintained
- Documentation may be outdated due to deprecation