Uses of Class
com.microsoft.semantickernel.memory.MemoryQueryResult
-
Packages that use MemoryQueryResult Package Description com.microsoft.semantickernel.memory -
-
Uses of MemoryQueryResult in com.microsoft.semantickernel.memory
Methods in com.microsoft.semantickernel.memory that return types with arguments of type MemoryQueryResult Modifier and Type Method Description reactor.core.publisher.Mono<MemoryQueryResult>NullMemory. getAsync(String collection, String key, boolean withEmbedding)reactor.core.publisher.Mono<MemoryQueryResult>SemanticTextMemory. getAsync(String collection, String key, boolean withEmbedding)Fetch a memory by key.reactor.core.publisher.Mono<List<MemoryQueryResult>>NullMemory. searchAsync(String collection, String query, int limit, float minRelevanceScore, boolean withEmbeddings)reactor.core.publisher.Mono<List<MemoryQueryResult>>SemanticTextMemory. searchAsync(String collection, String query, int limit, float minRelevanceScore, boolean withEmbeddings)Find some information in memory
-