MetadataIndexFieldType
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureAISearchVectorStore.ts:69
Enumeration representing the supported types for metadata fields in an Azure AI Search Index, corresponds with types supported in a flat metadata dictionary.
Enumeration Members
Section titled “Enumeration Members”STRING
Section titled “STRING”STRING:
"Edm.String"
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureAISearchVectorStore.ts:70
BOOLEAN
Section titled “BOOLEAN”BOOLEAN:
"Edm.Boolean"
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureAISearchVectorStore.ts:71
INT32:
"Edm.Int32"
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureAISearchVectorStore.ts:72
INT64:
"Edm.Int64"
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureAISearchVectorStore.ts:73
DOUBLE
Section titled “DOUBLE”DOUBLE:
"Edm.Double"
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureAISearchVectorStore.ts:74
COLLECTION
Section titled “COLLECTION”COLLECTION:
"Collection(Edm.String)"
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureAISearchVectorStore.ts:75