Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
E
- efRuntime(Integer) - Method in class com.redis.vl.query.VectorQuery.Builder
-
Set the EF runtime parameter for HNSW
- embed(String) - Method in class com.redis.vl.utils.vectorize.BaseVectorizer
-
Embed a single text string.
- embed(String, Function<String, String>, boolean, boolean) - Method in class com.redis.vl.utils.vectorize.BaseVectorizer
-
Embed a single text string with full options.
- embedBatch(List<String>) - Method in class com.redis.vl.utils.vectorize.BaseVectorizer
-
Embed multiple text strings in batch.
- embedBatch(List<String>, Function<String, String>, int, boolean, boolean) - Method in class com.redis.vl.utils.vectorize.BaseVectorizer
-
Embed multiple text strings with full options.
- embedBatchAsLists(List<String>) - Method in class com.redis.vl.utils.vectorize.SentenceTransformersVectorizer
-
Generate embeddings for a batch of texts with default batch size.
- EMBEDDING_FIELD_NAME - Static variable in class com.redis.vl.extensions.Constants
- EMBEDDING_FIELD_NAME - Static variable in class com.redis.vl.extensions.ExtensionConstants
-
Field name for embedding vector.
- EmbeddingsCache - Class in com.redis.vl.extensions.cache
-
Cache for storing and retrieving text embeddings.
- EmbeddingsCache(String, UnifiedJedis) - Constructor for class com.redis.vl.extensions.cache.EmbeddingsCache
-
Creates a new EmbeddingsCache instance without TTL.
- EmbeddingsCache(String, UnifiedJedis, Integer) - Constructor for class com.redis.vl.extensions.cache.EmbeddingsCache
-
Creates a new EmbeddingsCache instance.
- ENTRY_ID_FIELD_NAME - Static variable in class com.redis.vl.extensions.Constants
- ENTRY_ID_FIELD_NAME - Static variable in class com.redis.vl.extensions.ExtensionConstants
-
Field name for cache entry ID.
- epsilon(double) - Method in class com.redis.vl.query.VectorRangeQuery.Builder
-
Set the epsilon value for approximate HNSW search.
- epsilon(double) - Method in class com.redis.vl.schema.VectorField.VectorFieldBuilder
-
Set the epsilon parameter for HNSW algorithm
- eq(double) - Method in class com.redis.vl.query.Filter.NumericFilterBuilder
-
Create a filter for values equal to the specified value.
- eq(int) - Method in class com.redis.vl.query.Filter.NumericFilterBuilder
-
Create a filter for values equal to the specified value.
- eq(long) - Method in class com.redis.vl.query.Filter.TimestampFilterBuilder
-
Create a filter for timestamps equal to a given epoch time.
- eq(Instant) - Method in class com.redis.vl.query.Filter.TimestampFilterBuilder
-
Filter for timestamps equal to the given instant.
- eq(LocalDateTime) - Method in class com.redis.vl.query.Filter.TimestampFilterBuilder
-
Filter for timestamps equal to the given datetime (assumes UTC).
- eq(ZonedDateTime) - Method in class com.redis.vl.query.Filter.TimestampFilterBuilder
-
Filter for timestamps equal to the given zoned datetime.
- equals(Object) - Method in class com.redis.vl.schema.BaseField
- equals(Object) - Method in class com.redis.vl.schema.IndexSchema
- equals(Object) - Method in class com.redis.vl.schema.IndexSchema.Index
- escape(String) - Method in class com.redis.vl.utils.TokenEscaper
-
Escape special characters in the input string.
- exact(String, String) - Static method in class com.redis.vl.query.Filter
-
Create an exact match filter
- execute(Function<Jedis, T>) - Method in class com.redis.vl.redis.RedisConnectionManager
-
Execute a command with a Jedis connection.
- executeVoid(Consumer<Jedis>) - Method in class com.redis.vl.redis.RedisConnectionManager
-
Execute a command without a return value.
- exists() - Method in class com.redis.vl.index.SearchIndex
-
Check if index exists using FT.INFO
- exists(String, String) - Method in class com.redis.vl.extensions.cache.EmbeddingsCache
-
Check if an embedding exists for a text.
- expire(String, Integer) - Method in class com.redis.vl.extensions.cache.BaseCache
-
Set expiration on a key.
- expireKeys(String, int) - Method in class com.redis.vl.index.SearchIndex
-
Set expiration time for a key
- expireKeys(List<String>, int) - Method in class com.redis.vl.index.SearchIndex
-
Set expiration time for multiple keys
- ExtensionConstants - Class in com.redis.vl.extensions
-
Constants used within the extension classes.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form