rag
4
总安装量
3
周安装量
#48137
全站排名
安装命令
npx skills add https://github.com/yui-synth-lab/aenea-project --skill rag
Agent 安装分布
opencode
3
antigravity
3
claude-code
3
codex
3
gemini-cli
3
windsurf
2
Skill 文档
RAG System
RAG systemã®æä½ã¨ãããã°ã
Key Files
- API: src/rag/index.ts
- Embedder: src/rag/embedder.ts
- Vector DB: src/rag/vectordb.ts
CLI Commands
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
RAG_ENABLED=true
RAG_TOP_K=5
RAG_SIMILARITY_THRESHOLD=0.7
Detailed Reference
File structure, specs, integration points: reference.md