Class EmbeddingStoreResponseContext.Search<Embedded>
java.lang.Object
dev.langchain4j.store.embedding.listener.EmbeddingStoreResponseContext<Embedded>
dev.langchain4j.store.embedding.listener.EmbeddingStoreResponseContext.Search<Embedded>
- Enclosing class:
EmbeddingStoreResponseContext<Embedded>
@Experimental
public static final class EmbeddingStoreResponseContext.Search<Embedded>
extends EmbeddingStoreResponseContext<Embedded>
The
search(...) response context.- Since:
- 1.11.0
-
Nested Class Summary
Nested classes/interfaces inherited from class EmbeddingStoreResponseContext
EmbeddingStoreResponseContext.Add<Embedded>, EmbeddingStoreResponseContext.AddAll<Embedded>, EmbeddingStoreResponseContext.Remove<Embedded>, EmbeddingStoreResponseContext.RemoveAll<Embedded>, EmbeddingStoreResponseContext.RemoveAllFilter<Embedded>, EmbeddingStoreResponseContext.RemoveAllIds<Embedded>, EmbeddingStoreResponseContext.Search<Embedded> -
Constructor Summary
ConstructorsConstructorDescriptionSearch(EmbeddingStoreRequestContext<Embedded> requestContext, Map<Object, Object> attributes, EmbeddingSearchResult<Embedded> searchResult) -
Method Summary
Methods inherited from class EmbeddingStoreResponseContext
attributes, embeddingStore, requestContext
-
Constructor Details
-
Search
public Search(EmbeddingStoreRequestContext<Embedded> requestContext, Map<Object, Object> attributes, EmbeddingSearchResult<Embedded> searchResult)
-
-
Method Details
-
searchResult
- Returns:
- The search result for
search(...).
-