Uses of Record Class
dev.langchain4j.store.embedding.infinispan.LangChainInfinispanItem
Packages that use LangChainInfinispanItem
-
Uses of LangChainInfinispanItem in dev.langchain4j.store.embedding.infinispan
Classes in dev.langchain4j.store.embedding.infinispan that implement interfaces with type arguments of type LangChainInfinispanItemModifier and TypeClassDescriptionclass
Marshaller to read and write embeddings to InfinispanMethods in dev.langchain4j.store.embedding.infinispan that return LangChainInfinispanItemModifier and TypeMethodDescriptionLangChainItemMarshaller.readFrom
(org.infinispan.protostream.MessageMarshaller.ProtoStreamReader reader) Methods in dev.langchain4j.store.embedding.infinispan that return types with arguments of type LangChainInfinispanItemModifier and TypeMethodDescriptionClass
<? extends LangChainInfinispanItem> LangChainItemMarshaller.getJavaClass()
org.infinispan.client.hotrod.RemoteCache
<String, LangChainInfinispanItem> InfinispanEmbeddingStore.getRemoteCache()
Gets the underlying Infinispan remote cacheorg.infinispan.client.hotrod.RemoteCache
<String, LangChainInfinispanItem> InfinispanEmbeddingStore.remoteCache()
Methods in dev.langchain4j.store.embedding.infinispan with parameters of type LangChainInfinispanItemModifier and TypeMethodDescriptionvoid
LangChainItemMarshaller.writeTo
(org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter writer, LangChainInfinispanItem item)