[combined-storage] Integrate VectorStorageType::GraphInline reading (#10515)

* Placement accessors on VectorDataConfig

* Wire up the GraphInline storage type

* Let the HNSW index reuse the storage's links handle
This commit is contained in:
xzfc
2026-09-09 11:27:12 +00:00
committed by GitHub
parent 7a3f3e98fc
commit 51cf88e7de
23 changed files with 296 additions and 88 deletions
+7
View File
@@ -12716,6 +12716,13 @@
"enum": [
"InRamMmap"
]
},
{
"description": "Vectors are inlined in the HNSW links file, not in a dedicated storage. Not appendable.",
"type": "string",
"enum": [
"GraphInline"
]
}
]
},