vector-embed
ruvnet/ruflo
This skill generates high-dimensional vector embeddings (384-dim) from text, code, or documents using the ruvector package. It utilizes the ONNX all-MiniLM-L6-v2 model, making it ideal for implementing advanced semantic search, similarity comparison, and data clustering. The resulting vectors are normalized and can be efficiently stored and indexed using HNSW, significantly enhancing retrieval accuracy in RAG and knowledge systems.