Merge remote-tracking branch 'origin/main' into fix/openai-embeddings-cosine-distance

This commit is contained in:
Andy Lee
2025-07-28 10:17:55 -07:00
11 changed files with 308 additions and 220 deletions

View File

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