Class RedisEmbeddingStoreRecorder
java.lang.Object
io.quarkiverse.langchain4j.redis.runtime.RedisEmbeddingStoreRecorder
-
Constructor Summary
ConstructorsConstructorDescriptionRedisEmbeddingStoreRecorder
(io.quarkus.runtime.RuntimeValue<RedisEmbeddingStoreConfig> runtimeConfig) -
Method Summary
Modifier and TypeMethodDescriptionFunction
<io.quarkus.arc.SyntheticCreationalContext<RedisEmbeddingStore>, RedisEmbeddingStore> embeddingStoreFunction
(String clientName)
-
Constructor Details
-
RedisEmbeddingStoreRecorder
public RedisEmbeddingStoreRecorder(io.quarkus.runtime.RuntimeValue<RedisEmbeddingStoreConfig> runtimeConfig)
-
-
Method Details
-
embeddingStoreFunction
public Function<io.quarkus.arc.SyntheticCreationalContext<RedisEmbeddingStore>,RedisEmbeddingStore> embeddingStoreFunction(String clientName)
-