mirror of
https://github.com/qdrant/qdrant.git
synced 2026-09-21 13:37:46 -05:00
[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:
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user