Skip to content

Latest commit

 

History

History

README.md

SharpCoreDB.VectorSearch

SIMD-accelerated vector similarity search for SharpCoreDB.

Version: v1.9.1
Package: SharpCoreDB.VectorSearch

Patch updates in v1.9.1

  • ✅ Aligned package metadata and version references to the synchronized 1.9.1 release line.
  • ✅ Release automation now publishes all packable SharpCoreDB packages in CI/CD.

Features

  • HNSW index support for ANN search
  • Distance metrics and vector query optimization
  • Quantization support (scalar and binary)
  • Vector serialization/storage support
  • Designed for semantic search and RAG pipelines on .NET 10

Changes in v1.9.0

  • Package/docs aligned to v1.9.0
  • Documentation refreshed for production vector-search workflows
  • Inherits core parser/metadata durability improvements
  • No intended breaking changes from v1.5.0

Installation

dotnet add package SharpCoreDB.VectorSearch --version 1.9.0

Documentation

  • docs/INDEX.md
  • docs/vectors/README.md