Zvec Node.js API Reference
Preparing search index...
ZVecIndexType
Variable ZVecIndexType
Const
ZVecIndexType
:
{
UNDEFINED
:
0
;
HNSW
:
1
;
IVF
:
2
;
FLAT
:
3
;
HNSW_RABITQ
:
4
;
INVERT
:
10
;
}
Numeric enum object defining supported index types in Zvec.
Type Declaration
Readonly
UNDEFINED
:
0
Readonly
HNSW
:
1
Readonly
IVF
:
2
Readonly
FLAT
:
3
Readonly
HNSW_RABITQ
:
4
Readonly
INVERT
:
10
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Zvec Node.js API Reference
Loading...
Numeric enum object defining supported index types in Zvec.