Package io.quarkiverse.langchain4j
Class QuarkusInMemoryEmbeddingJsonCodecFactory
java.lang.Object
io.quarkiverse.langchain4j.QuarkusInMemoryEmbeddingJsonCodecFactory
- All Implemented Interfaces:
dev.langchain4j.spi.store.embedding.inmemory.InMemoryEmbeddingStoreJsonCodecFactory
public class QuarkusInMemoryEmbeddingJsonCodecFactory
extends Object
implements dev.langchain4j.spi.store.embedding.inmemory.InMemoryEmbeddingStoreJsonCodecFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondev.langchain4j.store.embedding.inmemory.InMemoryEmbeddingStoreJsonCodec
create()
-
Constructor Details
-
QuarkusInMemoryEmbeddingJsonCodecFactory
public QuarkusInMemoryEmbeddingJsonCodecFactory()
-
-
Method Details
-
create
public dev.langchain4j.store.embedding.inmemory.InMemoryEmbeddingStoreJsonCodec create()- Specified by:
create
in interfacedev.langchain4j.spi.store.embedding.inmemory.InMemoryEmbeddingStoreJsonCodecFactory
-