Index
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
- 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.
- 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.
- 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.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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form