跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Vector Embed

技能 已验证 活跃

Generate 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.

功能

  • 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

使用场景

  • 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

非目标

  • Managing the full lifecycle of a vector database
  • Performing complex natural language processing beyond embedding generation
  • Providing a direct interface to LLM providers

工作流

  1. Ensure ruvector@0.2.25 is available and install ONNX WASM if needed.
  2. Embed input text or file content using `npx ruvector@0.2.25 embed text`.
  3. Optionally use adaptive embedding variants.
  4. Confirm vector dimension and metadata.
  5. Optionally store metadata using `mcp__claude-flow__memory_store`.

先决条件

  • Node.js and npm installed
  • Access to the internet for `npm install`

安装

请先添加 Marketplace

/plugin marketplace add ruvnet/ruflo
/plugin install ruflo-ruvector@ruflo

质量评分

已验证
96 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标50.2k
许可证MIT
状态
查看源代码

类似扩展

Chroma

98

Open-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.

技能
Orchestra-Research

Embedding Strategies

100

Select 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.

技能
wshobson

Embeddings

99

Vector 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.

技能
ruvnet

Sentence Transformers

98

Framework 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.

技能
davila7

Rag Implementation

98

Build 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.

技能
wshobson

Qdrant Vector Search

95

High-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.

技能
Orchestra-Research