UNPKG

claude-flow

Version:

Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration

18 lines 568 B
/** * V3 CLI Embeddings Command * Vector embeddings, semantic search, similarity operations * * Features: * - Multiple providers: OpenAI, Transformers.js, Agentic-Flow, Mock * - Document chunking with overlap * - L2/L1/minmax/zscore normalization * - Hyperbolic embeddings (Poincaré ball) * - Neural substrate integration * - Persistent SQLite cache * * Created with ❤️ by ruv.io */ import type { Command } from '../types.js'; export declare const embeddingsCommand: Command; export default embeddingsCommand; //# sourceMappingURL=embeddings.d.ts.map