Package dev.langchain4j.store.embedding.listener
package dev.langchain4j.store.embedding.listener
-
ClassDescriptionEmbeddingStoreErrorContext<Embedded>The embedding store error context.A
EmbeddingStorelistener that listens for requests, responses and errors.EmbeddingStoreRequestContext<Embedded>The embedding store request context.EmbeddingStoreRequestContext.Add<Embedded>Theadd(...)request context.EmbeddingStoreRequestContext.AddAll<Embedded>TheaddAll(...)request context.EmbeddingStoreRequestContext.Remove<Embedded>Theremove(String)request context.EmbeddingStoreRequestContext.RemoveAll<Embedded>TheremoveAll()request context.TheremoveAll(Filter)request context.TheremoveAll(ids)request context.EmbeddingStoreRequestContext.Search<Embedded>Thesearch(...)request context.EmbeddingStoreResponseContext<Embedded>The embedding store response context.EmbeddingStoreResponseContext.Add<Embedded>Theadd(...)response context.EmbeddingStoreResponseContext.AddAll<Embedded>TheaddAll(...)response context.EmbeddingStoreResponseContext.Remove<Embedded>Theremove(String)response context.EmbeddingStoreResponseContext.RemoveAll<Embedded>TheremoveAll()response context.TheremoveAll(Filter)response context.TheremoveAll(ids)response context.EmbeddingStoreResponseContext.Search<Embedded>Thesearch(...)response context.