@Experimental public class VAddParams extends java.lang.Object implements IParams
| Modifier and Type | Class and Description |
|---|---|
static class |
VAddParams.QuantizationType |
| Constructor and Description |
|---|
VAddParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParams(CommandArguments args) |
VAddParams |
bin()
Forces the vector to use binary quantization instead of int8.
|
VAddParams |
cas()
Performs the operation partially using threads, in a check-and-set style.
|
VAddParams |
ef(int buildExplorationFactor)
Plays a role in the effort made to find good candidates when connecting the new node to the
existing Hierarchical Navigable Small World (HNSW) graph.
|
VAddParams |
m(int numLinks)
The maximum number of connections that each node of the graph will have with other nodes.
|
VAddParams |
noQuant()
Forces the vector to be created without int8 quantization.
|
VAddParams |
q8()
Forces the vector to use signed 8-bit quantization.
|
VAddParams |
setAttr(java.lang.String attributes)
Associates attributes in the form of a JavaScript object to the newly created entry or updates
the attributes (if they already exist).
|
public VAddParams cas()
public VAddParams noQuant()
public VAddParams q8()
public VAddParams bin()
public VAddParams ef(int buildExplorationFactor)
buildExplorationFactor - the exploration factorpublic VAddParams setAttr(java.lang.String attributes)
attributes - the attributes as a JSON stringpublic VAddParams m(int numLinks)
numLinks - the maximum number of connectionspublic void addParams(CommandArguments args)
Copyright © 2025. All rights reserved.