Platform-specific bindings for Zvec - a lightweight, lightning-fast, in-process vector database.
OpenClaw long-term memory plugin backed by Alibaba Zvec (dense vector ANN)
Platform-specific bindings for Zvec - a lightweight, lightning-fast, in-process vector database.
ZVec adapter for @thaletto/cortex
Platform-specific bindings for Zvec - a lightweight, lightning-fast, in-process vector database.
Platform-specific bindings for Zvec - a lightweight, lightning-fast, in-process vector database.
A lightweight, lightning-fast, in-process vector database
Local-first vector memory with graph edges for OpenClaw — powered by zvec-memory
Local-first hybrid memory with zvec + FTS + MCP
HNSW approximate nearest neighbor search — native addon for MoltMind
A TypeScript CLI tool for local RAG indexing and querying
Code Graph RAG extension for pi-coding-agent - query codebase knowledge graphs for intelligent code understanding
OpenClaw knowledge base RAG engine — standalone plugin for embedding, vector store, hybrid retrieval, and multi-type chunking (document/FAQ/conversation)
Future-ready DeepSeek coding-agent CLI framework preview.
HNSW native addon for MoltMind (macOS ARM64)
HNSW native addon for MoltMind (macOS x64)
HNSW native addon for MoltMind (Windows x64)
HNSW native addon for MoltMind (Linux ARM64)
HNSW native addon for MoltMind (Linux x64)
RAG for git-based AI agent workflows
FlashMemory - Cross-language code analysis and semantic search system with hybrid vector search. Supports Go, Python, JavaScript, Java, C++ code indexing with LLM-powered analysis.
Rust bindings to zvec, an in-process vector database by Alibaba.
Derive macros for the `zvec` crate (`#[derive(IntoDoc)]`, `#[derive(FromDoc)]`).
Idiomatic Rust bindings for zvec vector database
Raw FFI bindings to zvec C library
Zond is crate with standard rust collections but with collecting statistics
Safe Rust bindings for the NeuG C++ graph database engine
A semantic git CLI tool using zvec + fastembed
P3AK vault CLI — encrypted portable AI knowledge store. Create, ingest, search, and serve .vault files. 35 formats, hybrid BM25+vector search, 98% accuracy.
Core library for P3AK vault — encrypted portable AI knowledge store with hybrid BM25 + vector search
Statically allocated fixed-size vectors for working in 2 and 3 dimensions
Add vector search to your Ruby apps without external services. zvec provides native bindings to Alibaba's high-performance C++ vector database via Rice, supporting HNSW, IVF, and flat indexes with multiple distance metrics. Build semantic search, recommendations, RAG pipelines, and similarity matching with pure Ruby — no HTTP APIs, no infrastructure, no latency overhead.
Ruby gem wrapping the zvec C++ vector database (https://github.com/alibaba/zvec) using Rice. Provides Collection, Doc, Schema, and VectorQuery classes for high-performance vector similarity search, plus integrations for ruby_llm and ActiveRecord.