Uses of Class
dev.langchain4j.store.embedding.listener.EmbeddingStoreResponseContext
Packages that use EmbeddingStoreResponseContext
-
Uses of EmbeddingStoreResponseContext in dev.langchain4j.store.embedding.listener
Subclasses of EmbeddingStoreResponseContext in dev.langchain4j.store.embedding.listenerModifier and TypeClassDescriptionstatic final classEmbeddingStoreResponseContext.Add<Embedded>Theadd(...)response context.static final classEmbeddingStoreResponseContext.AddAll<Embedded>TheaddAll(...)response context.static final classEmbeddingStoreResponseContext.Remove<Embedded>Theremove(String)response context.static final classEmbeddingStoreResponseContext.RemoveAll<Embedded>TheremoveAll()response context.static final classTheremoveAll(Filter)response context.static final classTheremoveAll(ids)response context.static final classEmbeddingStoreResponseContext.Search<Embedded>Thesearch(...)response context.Methods in dev.langchain4j.store.embedding.listener with parameters of type EmbeddingStoreResponseContextModifier and TypeMethodDescriptiondefault voidEmbeddingStoreListener.onResponse(EmbeddingStoreResponseContext<?> responseContext) This method is called after a successful operation completes.