Zvec Node.js API Reference
Preparing search index...
ZVecIndexType
Variable ZVecIndexType
Const
ZVecIndexType
:
{
UNDEFINED
:
0
;
HNSW
:
1
;
IVF
:
3
;
FLAT
:
4
;
INVERT
:
10
}
Numeric enum object defining supported index types in Zvec.
Type Declaration
Readonly
UNDEFINED
:
0
Readonly
HNSW
:
1
Readonly
IVF
:
3
Readonly
FLAT
:
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.