Vector Embed
Skill Verified ActiveGenerate embeddings via npx ruvector@0.2.25 embed text (ONNX all-MiniLM-L6-v2, 384-dim), normalize, and store in HNSW index
To efficiently generate and prepare text data for semantic search, similarity comparison, and clustering by creating normalized vector embeddings.
Features
- Generate text embeddings using ruvector
- Utilize ONNX all-MiniLM-L6-v2 model
- Output 384-dimensional vectors
- Handle potential ONNX WASM issues
- Support adaptive (LoRA) embedding variants
Use Cases
- Enriching text data for semantic search systems
- Enabling similarity comparisons between documents or text snippets
- Preparing data for clustering algorithms
- Integrating vector embeddings into RAG pipelines
Non-Goals
- Managing the full lifecycle of a vector database
- Performing complex natural language processing beyond embedding generation
- Providing a direct interface to LLM providers
Workflow
- Ensure ruvector@0.2.25 is available and install ONNX WASM if needed.
- Embed input text or file content using `npx ruvector@0.2.25 embed text`.
- Optionally use adaptive embedding variants.
- Confirm vector dimension and metadata.
- Optionally store metadata using `mcp__claude-flow__memory_store`.
Prerequisites
- Node.js and npm installed
- Access to the internet for `npm install`
Installation
First, add the marketplace
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-ruvector@rufloQuality Score
VerifiedTrust Signals
Similar Extensions
Chroma
98Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source projects.
Embedding Strategies
100Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.
Embeddings
99Vector embeddings with HNSW indexing, sql.js persistence, and hyperbolic support. 75x faster with agentic-flow integration. Use when: semantic search, pattern matching, similarity queries, knowledge retrieval. Skip when: exact text matching, simple lookups, no semantic understanding needed.
Sentence Transformers
98Framework for state-of-the-art sentence, text, and image embeddings. Provides 5000+ pre-trained models for semantic similarity, clustering, and retrieval. Supports multilingual, domain-specific, and multimodal models. Use for generating embeddings for RAG, semantic search, or similarity tasks. Best for production embedding generation.
Rag Implementation
98Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Use when implementing knowledge-grounded AI, building document Q&A systems, or integrating LLMs with external knowledge bases.
Qdrant Vector Search
95High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor search, hybrid search with filtering, or scalable vector storage with Rust-powered performance.