AzureAISearchVectorStoreConfig
const
AzureAISearchVectorStoreConfig:object
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureAISearchVectorStoreConfig.ts:6
Type Declaration
Section titled “Type Declaration”ALGORITHM_HNSW_NAME
Section titled “ALGORITHM_HNSW_NAME”ALGORITHM_HNSW_NAME:
string
="myHnsw"
ALGORITHM_EXHAUSTIVE_KNN_NAME
Section titled “ALGORITHM_EXHAUSTIVE_KNN_NAME”ALGORITHM_EXHAUSTIVE_KNN_NAME:
string
="myExhaustiveKnn"
PROFILE_HNSW_NAME
Section titled “PROFILE_HNSW_NAME”PROFILE_HNSW_NAME:
string
="myHnswProfile"
PROFILE_EXHAUSTIVE_KNN_NAME
Section titled “PROFILE_EXHAUSTIVE_KNN_NAME”PROFILE_EXHAUSTIVE_KNN_NAME:
string
="myExhaustiveKnnProfile"
COMPRESSION_TYPE_SCALAR
Section titled “COMPRESSION_TYPE_SCALAR”COMPRESSION_TYPE_SCALAR:
string
="myScalarCompression"
COMPRESSION_TYPE_BINARY
Section titled “COMPRESSION_TYPE_BINARY”COMPRESSION_TYPE_BINARY:
string
="myBinaryCompression"
SEMANTIC_CONFIG_NAME
Section titled “SEMANTIC_CONFIG_NAME”SEMANTIC_CONFIG_NAME:
string
="mySemanticConfig"
DEFAULT_MAX_BATCH_SIZE
Section titled “DEFAULT_MAX_BATCH_SIZE”DEFAULT_MAX_BATCH_SIZE:
number
=700
DEFAULT_MAX_MB_SIZE
Section titled “DEFAULT_MAX_MB_SIZE”DEFAULT_MAX_MB_SIZE:
number
DEFAULT_USER_AGENT_PREFIX
Section titled “DEFAULT_USER_AGENT_PREFIX”DEFAULT_USER_AGENT_PREFIX:
string
="llamaindex-ts"
DEFAULT_AZURE_API_VERSION
Section titled “DEFAULT_AZURE_API_VERSION”DEFAULT_AZURE_API_VERSION:
string
="2024-09-01-preview"