Class InMemoryEmbeddingStore.Entry<Embedded>

java.lang.Object
dev.langchain4j.store.embedding.inmemory.InMemoryEmbeddingStore.Entry<Embedded>
Enclosing class:
InMemoryEmbeddingStore<Embedded>

public static class InMemoryEmbeddingStore.Entry<Embedded> extends Object
Public so that alternative JSON codecs, supplied through InMemoryEmbeddingStoreJsonCodecFactory, can describe how an entry is serialized without living in this package. It is not part of the supported API: its shape follows whatever this store persists.
  • Method Details