Uses of Class
com.redis.vl.extensions.cache.EmbeddingsCache
Packages that use EmbeddingsCache
-
Uses of EmbeddingsCache in com.redis.vl.utils.vectorize
Fields in com.redis.vl.utils.vectorize declared as EmbeddingsCacheModifier and TypeFieldDescriptionprotected EmbeddingsCacheVectorizerBuilder.AbstractVectorizerBuilder.cacheOptional embeddings cache.Fields in com.redis.vl.utils.vectorize with type parameters of type EmbeddingsCacheModifier and TypeFieldDescriptionprotected Optional<EmbeddingsCache> BaseVectorizer.cacheOptional cache for storing embeddings.Methods in com.redis.vl.utils.vectorize that return types with arguments of type EmbeddingsCacheMethods in com.redis.vl.utils.vectorize with parameters of type EmbeddingsCacheModifier and TypeMethodDescriptionvoidBaseVectorizer.setCache(EmbeddingsCache cache) Set an embeddings cache for this vectorizer.VectorizerBuilder.AbstractVectorizerBuilder.withCache(EmbeddingsCache cache) Set the embeddings cache to use.Constructors in com.redis.vl.utils.vectorize with parameters of type EmbeddingsCacheModifierConstructorDescriptionLangChain4JVectorizer(String modelName, dev.langchain4j.model.embedding.EmbeddingModel embeddingModel, EmbeddingsCache cache) Creates a new LangChain4JVectorizer with cache.