Index

A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

L

L2 - Enum constant in enum class com.redis.vl.schema.VectorField.DistanceMetric
L2 (Euclidean) distance
LangCacheSemanticCache - Class in com.redis.vl.extensions.cache
LLM Cache implementation using the LangCache managed service.
LangCacheSemanticCache.Builder - Class in com.redis.vl.extensions.cache
Builder for LangCacheSemanticCache.
LangChain4JFilterMapper - Class in com.redis.vl.langchain4j
Maps LangChain4J Filter types to RedisVL Filter queries.
LangChain4JFilterMapper() - Constructor for class com.redis.vl.langchain4j.LangChain4JFilterMapper
 
LangChain4JVectorizer - Class in com.redis.vl.utils.vectorize
LangChain4J-based vectorizer that can work with any LangChain4J EmbeddingModel.
LangChain4JVectorizer(String, EmbeddingModel) - Constructor for class com.redis.vl.utils.vectorize.LangChain4JVectorizer
Creates a new LangChain4JVectorizer with auto-detected dimensions.
LangChain4JVectorizer(String, EmbeddingModel, int) - Constructor for class com.redis.vl.utils.vectorize.LangChain4JVectorizer
Creates a new LangChain4JVectorizer with known dimensions.
LangChain4JVectorizer(String, EmbeddingModel, int, String) - Constructor for class com.redis.vl.utils.vectorize.LangChain4JVectorizer
Creates a new LangChain4JVectorizer with known dimensions and data type.
LangChain4JVectorizer(String, EmbeddingModel, EmbeddingsCache) - Constructor for class com.redis.vl.utils.vectorize.LangChain4JVectorizer
Creates a new LangChain4JVectorizer with cache.
LeanVec4x8 - Enum constant in enum class com.redis.vl.schema.VectorField.CompressionType
LeanVec with 4x8 bit quantization (supports dimensionality reduction)
LeanVec8x8 - Enum constant in enum class com.redis.vl.schema.VectorField.CompressionType
LeanVec with 8x8 bit quantization (supports dimensionality reduction)
limit - Variable in class com.redis.vl.utils.rerank.BaseReranker
Maximum number of results to return.
limit(int) - Method in class com.redis.vl.utils.rerank.HFCrossEncoderReranker.Builder
Set the maximum number of results to return.
listDocumentIds() - Method in class com.redis.vl.langchain4j.RedisVLDocumentStore
Lists all document IDs in this store.
listIndexes() - Method in class com.redis.vl.index.SearchIndex
List all search indexes in Redis
load(List<Map<String, Object>>) - Method in class com.redis.vl.index.SearchIndex
Load data with automatic ULID key generation.
load(List<Map<String, Object>>, String) - Method in class com.redis.vl.index.SearchIndex
Load data with specified id field.
load(List<Map<String, Object>>, String, Function<Map<String, Object>, Map<String, Object>>) - Method in class com.redis.vl.index.SearchIndex
Load data with preprocessing.
loadDefaultStopwords(String) - Static method in class com.redis.vl.query.AggregateHybridQuery
Load default stopwords for a given language (delegates to HybridQuery.loadDefaultStopwords()).
loadDefaultStopwords(String) - Static method in class com.redis.vl.query.HybridQuery
Load default stopwords for a given language.
loadModel(Path) - Method in class com.redis.vl.utils.vectorize.OnnxModelLoader
Load an ONNX model from the specified directory.
loadModel(Path, OrtEnvironment) - Method in class com.redis.vl.utils.rerank.CrossEncoderLoader
Load an ONNX cross-encoder model from the specified directory.
loadModel(Path, OrtEnvironment) - Method in class com.redis.vl.utils.vectorize.OnnxModelLoader
Load an ONNX model from the specified directory with a specific environment.
local(String) - Static method in class com.redis.vl.utils.vectorize.VectorizerBuilder
Create a builder for local embedding models.
lt(double) - Method in class com.redis.vl.query.Filter.NumericFilterBuilder
Create a filter for values less than the specified value (exclusive).
lt(int) - Method in class com.redis.vl.query.Filter.NumericFilterBuilder
Create a filter for values less than the specified value (exclusive).
lt(Instant) - Method in class com.redis.vl.query.Filter.TimestampFilterBuilder
Filter for timestamps less than the given instant.
lt(LocalDateTime) - Method in class com.redis.vl.query.Filter.TimestampFilterBuilder
Filter for timestamps less than the given datetime (assumes UTC).
lte(double) - Method in class com.redis.vl.query.Filter.NumericFilterBuilder
Create a filter for values less than or equal to the specified value.
lte(int) - Method in class com.redis.vl.query.Filter.NumericFilterBuilder
Create a filter for values less than or equal to the specified value.
LVQ4 - Enum constant in enum class com.redis.vl.schema.VectorField.CompressionType
Learned Vector Quantization - 4 bits per dimension
LVQ4x4 - Enum constant in enum class com.redis.vl.schema.VectorField.CompressionType
Learned Vector Quantization - 4x4 bits (hybrid)
LVQ4x8 - Enum constant in enum class com.redis.vl.schema.VectorField.CompressionType
Learned Vector Quantization - 4x8 bits (hybrid)
LVQ8 - Enum constant in enum class com.redis.vl.schema.VectorField.CompressionType
Learned Vector Quantization - 8 bits per dimension
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form