We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf43af commit c4f37adCopy full SHA for c4f37ad
libsql-sqlite3/src/vectorIndexInt.h
@@ -64,8 +64,8 @@ void blobSpotFree(BlobSpot *pBlobSpot);
64
65
/*
66
* Accessor for node binary format
67
- * - v1 format is the following:
68
- * [u64 nRowid] [u16 nEdges] [node vector] [edge vector] * nEdges [trash vector] * (nMaxEdges - nEdges) ([u64 legacyField] [u64 edgeId]) * nEdges
+ * - default format is the following:
+ * [u64 nRowid] [u16 nEdges] [2 byte padding] [node vector] [edge vector] * nEdges [trash vector] * (nMaxEdges - nEdges) ([u32 unused] [f32 distance] [u64 edgeId]) * nEdges
69
* Note, that node vector and edge vector can have different representations (and edge vector can be smaller in size than node vector)
70
*/
71
int nodeEdgesMaxCount(const DiskAnnIndex *pIndex);
0 commit comments