Uses of Class
com.redis.vl.langchain4j.RedisVLEmbeddingStore
Packages that use RedisVLEmbeddingStore
-
Uses of RedisVLEmbeddingStore in com.redis.vl.langchain4j
Methods in com.redis.vl.langchain4j with parameters of type RedisVLEmbeddingStoreModifier and TypeMethodDescriptionRedisVLContentRetriever.Builder.embeddingStore(RedisVLEmbeddingStore embeddingStore) Sets the embedding store.Constructors in com.redis.vl.langchain4j with parameters of type RedisVLEmbeddingStoreModifierConstructorDescriptionRedisVLContentRetriever(RedisVLEmbeddingStore embeddingStore, dev.langchain4j.model.embedding.EmbeddingModel embeddingModel) Creates a new RedisVLContentRetriever.RedisVLContentRetriever(RedisVLEmbeddingStore embeddingStore, dev.langchain4j.model.embedding.EmbeddingModel embeddingModel, int maxResults, double minScore) Creates a new RedisVLContentRetriever with custom parameters.