AzureAISearchEmbeddingStorageService
Wisej.AI.Services.AzureAISearchEmbeddingStorageService
public class AzureAISearchEmbeddingStorageService : IEmbeddingStorageServicePublic Class AzureAISearchEmbeddingStorageService
Inherits IEmbeddingStorageServiceConstructors
AzureAISearchEmbeddingStorageService(url)
Name
Type
Description
Properties
ApiKey
ApiVersion
URL
Methods
ExistsAsync(collectionName, documentName)
Parameter
Type
Description
GetApiKey()
QueryAsync(collectionName, query, topN, minSimilarity, filter)
Parameter
Type
Description
QueryAsync(collectionName, documentName, query, topN, minSimilarity)
Parameter
Type
Description
RemoveAsync(collectionName, filter)
Parameter
Type
Description
RemoveAsync(collectionName, documentName)
Parameter
Type
Description
RetrieveAsync(collectionName, documentName, includeEmbedding)
Parameter
Type
Description
RetrieveAsync(collectionName, includeEmbedding, filter)
Parameter
Type
Description
StoreAsync(collectionName, document)
Parameter
Type
Description
Implements
Name
Description
Last updated
