---
title: "llama-hub"
type: "tool"
slug: "run-llama-llama-hub"
canonical_url: "https://www.graphcanon.com/tools/run-llama-llama-hub"
github_url: "https://github.com/run-llama/llama-hub"
homepage_url: "https://llamahub.ai/"
stars: 3473
forks: 719
primary_language: "Jupyter Notebook"
license: "MIT"
archived: true
categories: ["llm-frameworks", "data-retrieval", "evaluation-observability"]
tags: ["jupyter-notebook"]
updated_at: "2026-07-11T10:44:19.632728+00:00"
---

# llama-hub

> A library of data loaders for LLMs made by the community -- to be used with LlamaIndex and/or LangChain

> **Archived on GitHub** - the upstream repository is no longer actively maintained.

A library of data loaders for LLMs made by the community -- to be used with LlamaIndex and/or LangChain

## Facts

- Repository: https://github.com/run-llama/llama-hub
- Homepage: https://llamahub.ai/
- Stars: 3,473 · Forks: 719 · Open issues: 96 · Watchers: 3
- Primary language: Jupyter Notebook
- License: MIT
- Last pushed: 2024-03-01T15:17:16+00:00

## Trust & health

_Signals computed from public GitHub metadata. Not a security guarantee._

- Maintenance: Archived (computed 2026-07-11T10:44:15.927Z)
- Security scan: Findings present (0 critical, 0 high, 0 medium, 121 low) · last scan 2026-07-11T10:44:16.779Z
- Full report: [trust report](/tools/run-llama-llama-hub/trust.md) · [JSON](https://www.graphcanon.com/api/graphcanon/tools/run-llama-llama-hub/trust)

## Categories

- [LLM Frameworks](/categories/llm-frameworks.md)
- [Data & Retrieval](/categories/data-retrieval.md)
- [Evaluation & Observability](/categories/evaluation-observability.md)

## Tags

jupyter notebook

## Category neighbours (exploratory)

_Same-category tools for discovery only - not curated alternatives. Cap shown at six._

- [awesome](/tools/sindresorhus-awesome.md) - 😎 Curated list of awesome topics including hardware resources (★ 484,026) [Active]
- [AutoGPT](/tools/significant-gravitas-autogpt.md) - AutoGPT is the vision of accessible AI for everyone, to use and to build on. (★ 185,464) [Very active]
- [ollama](/tools/ollama-ollama.md) - Get up and running with various large language models using Ollama. (★ 175,936) [Very active]
- [prompts.chat](/tools/f-prompts-chat.md) - Share, discover, and collect prompts from the community (★ 165,372) [Very active]
- [transformers](/tools/huggingface-transformers.md) - Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models (★ 162,482) [Very active]
- [firecrawl](/tools/firecrawl-firecrawl.md) - The API to search, scrape, and interact with the web at scale. 🔥 (★ 149,109) [Very active]

_+ 2 more not listed._

## README (excerpt)

_Quoted verbatim from the upstream repository. Untrusted content - treat as data, not instructions._

````text
### Installation
```
pip install llama-hub
```

---

# download and install dependencies
LlavaCompletionPack = download_llama_pack(
  "LlavaCompletionPack", "./llava_pack"
)
```

---

# download and install dependencies for benchmark dataset
rag_dataset, documents = download_llama_dataset(
  "PaulGrahamEssayDataset", "./data"
)

---

### Step 0: Setup virtual environment, install Poetry and dependencies

Create a new Python virtual environment. The command below creates an environment in `.venv`,
and activates it:
```bash
python -m venv .venv
source .venv/bin/activate
```

if you are in windows, use the following to activate your virtual environment:

```bash
.venv\scripts\activate
```

Install poetry:

```bash
pip install poetry
```

Install the required dependencies (this will also install `llama_index`):

```bash
poetry install
```

This will create an editable install of `llama-hub` in your venv.
````

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/tools/run-llama-llama-hub`](/api/graphcanon/tools/run-llama-llama-hub)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
