Configure vectorSearch in CreateIndexTool
mainWhen using CreateIndexTool with type: "vectorSearch", you can define fields with the following options:
filter: A path to a field used for filtering.vector: Defines a vector field. Requires:path: The field path.numDimensions: Number of dimensions.similarity: One ofcosine,euclidean, ordotProduct.quantization: One ofbinary,none, orscalar.
autoEmbed: Uses automated embedding. Requires:path: The field path.model: One ofvoyage-4,voyage-4-large,voyage-4-lite, orvoyage-code-3.modality: Currently supportstext.