๐ŸŽฏ

rag

๐ŸŽฏSkill

from yui-synth-lab/aenea-project

VibeIndex|
What it does

rag skill from yui-synth-lab/aenea-project

๐Ÿ“ฆ

Part of

yui-synth-lab/aenea-project(5 items)

rag

Installation

git cloneClone repository
git clone https://github.com/yourusername/aenea-project.git
pnpmRun with pnpm
pnpm install
pnpmRun with pnpm
pnpm run dev
pnpmRun with pnpm
pnpm run build
pnpmRun with pnpm
pnpm run test:watch # ็›ฃ่ฆ–ใƒขใƒผใƒ‰

+ 1 more commands

๐Ÿ“– Extracted from docs: yui-synth-lab/aenea-project
3Installs
-
Last UpdatedJan 27, 2026

Skill Details

SKILL.md

Work with RAG (Retrieval-Augmented Generation) system - ingest knowledge, search vectors, manage embeddings, debug retrieval

Overview

# RAG System

RAG systemใฎๆ“ไฝœใจใƒ‡ใƒใƒƒใ‚ฐใ€‚

Key Files

  • API: [src/rag/index.ts](src/rag/index.ts)
  • Embedder: [src/rag/embedder.ts](src/rag/embedder.ts)
  • Vector DB: [src/rag/vectordb.ts](src/rag/vectordb.ts)

CLI Commands

```bash

npm run rag:ingest # Ingest all

npm run rag:ingest:github # From GitHub

npm run rag:clear # Clear vectors

npm run rag:stats # Statistics

npm run rag:health # Health check

```

Environment

```env

RAG_ENABLED=true

RAG_TOP_K=5

RAG_SIMILARITY_THRESHOLD=0.7

```

Detailed Reference

File structure, specs, integration points: [reference.md](reference.md)