Export Collection

Export "AI/ML for Rails" in different formats for sharing or LLM use.

Markdown Preview

# AI/ML for Rails

> A curated stack collection by [@builtonrails](https://builtonrails.com/@builtonrails)

Build AI-powered Rails apps with these LLM and ML gems.

## LLM Context

```markdown
You are building an AI-powered Rails application. Use ruby_llm for a unified LLM interface, pgvector for embeddings storage, and langchainrb for RAG patterns. Focus on practical AI features.
```

## Stacks

1. **ruby_llm** (LLM)
2. **langchainrb** (LLM)
3. **anthropic** (LLM)
4. **ruby-openai** (LLM)
5. **pgvector** (AI/ML)
6. **neighbor** (AI/ML)
7. **ruby_llm-instrumentation** (LLM)

## Machine-Readable Data

```json
{
  "name": "AI/ML for Rails",
  "slug": "ai-ml-for-rails",
  "description": "Build AI-powered Rails apps with these LLM and ML gems.",
  "llm_prompt": "You are building an AI-powered Rails application. Use ruby_llm for a unified LLM interface, pgvector for embeddings storage, and langchainrb for RAG patterns. Focus on practical AI features.",
  "visibility": "public",
  "author": {
    "username": "builtonrails",
    "name": "BuiltOnRails"
  },
  "forked_from": null,
  "stats": {
    "likes": 0,
    "forks": 0,
    "views": 153
  },
  "stacks": [
    {
      "name": "ruby_llm",
      "category": "LLM",
      "position": 0,
      "note": null
    },
    {
      "name": "langchainrb",
      "category": "LLM",
      "position": 1,
      "note": null
    },
    {
      "name": "anthropic",
      "category": "LLM",
      "position": 2,
      "note": null
    },
    {
      "name": "ruby-openai",
      "category": "LLM",
      "position": 3,
      "note": null
    },
    {
      "name": "pgvector",
      "category": "AI/ML",
      "position": 4,
      "note": null
    },
    {
      "name": "neighbor",
      "category": "AI/ML",
      "position": 5,
      "note": null
    },
    {
      "name": "ruby_llm-instrumentation",
      "category": "LLM",
      "position": 6,
      "note": null
    }
  ],
  "created_at": "2026-01-22T02:27:33Z",
  "updated_at": "2026-01-22T02:27:33Z",
  "exported_at": "2026-09-20T06:18:07Z"
}
```

---

_Exported from [BuiltOnRails](https://builtonrails.com) on September 20, 2026_
← Back to Collection