Skip to content
cyclonedll edited this page Jun 9, 2026 · 7 revisions

Vorcyc Quiver 4.0.4 — English Wiki

Vorcyc Quiver 4.0.4

Product Positioning: A pure .NET embedded vector database — zero native dependencies, runs in-process, no standalone database server deployment required. Framework Version: .NET 10 Namespace: Vorcyc.Quiver Design Philosophy: Similar to EF Core's DbContext pattern — automatic discovery, index construction, and persistence via declarative attribute annotations.

This wiki is a chapter-by-chapter split of README.md, intended for easier topic-oriented navigation.


Table of Contents

Release & Overview

Getting Started

Retrieval Basics

Storage & Evolution

Runtime

Deep Dive


Keywords

Embedded Vector Database · Pure .NET · ANN · HNSW · IVF · KDTree · Code-First · Embedding · Semantic Search · Face Recognition · RAG · SIMD · Schema Migration · ISimilarity · Mmap · SQ8 Quantization · Matryoshka Truncation

Name Origin: Quiver — a container for arrows; a vector is mathematically an arrow.

Clone this wiki locally