Merge branch 'main' into feature/graph-partition-support

This commit is contained in:
Andy Lee
2025-08-07 23:57:28 -07:00
committed by GitHub
6 changed files with 132 additions and 78 deletions

View File

@@ -6,10 +6,10 @@ build-backend = "scikit_build_core.build"
[project]
name = "leann-backend-hnsw"
version = "0.2.1"
version = "0.2.2"
description = "Custom-built HNSW (Faiss) backend for the Leann toolkit."
dependencies = [
"leann-core==0.2.1",
"leann-core==0.2.2",
"numpy",
"pyzmq>=23.0.0",
"msgpack>=1.0.0",