Data loaders for LLMs (deprecated, now in LlamaIndex core)
Top 14.2% on sourcepulse
This repository, run-llama/llama-hub
, served as a community-driven library for data loaders, tools, and "llama-packs" designed to integrate diverse knowledge sources with Large Language Models (LLMs) via frameworks like LlamaIndex and LangChain. It aimed to simplify data ingestion and enable LLMs to interact with external services.
How It Works
The library provided a centralized collection of community-contributed modules, each designed for a specific data source (e.g., Google Docs, Notion, SQL databases) or tool functionality (e.g., Google Calendar, OpenAPI specs). These modules acted as connectors, abstracting the complexity of data retrieval and formatting, allowing users to easily ingest data for LLM-based retrieval or enable LLMs to perform actions on external systems.
Quick Start & Requirements
pip install llama-hub
Highlighted Details
llama-index
Python repository.download_loader
and LangChain.Maintenance & Community
Licensing & Compatibility
llama-index
core repository are typically under the MIT license. Compatibility for commercial use would depend on the specific licenses of the integrated components and the core llama-index
library.Limitations & Caveats
This repository is archived and read-only. All functionality has been migrated to the core llama-index
Python repository, making this specific repository obsolete for new development or contributions. Users should refer to the llama-index
repository for current integrations.
1 year ago
Inactive