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