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(TextSegment) - Method in class com.redis.vl.test.vcr.VCREmbeddingModel
- embed(String) - Method in class com.redis.vl.test.vcr.VCREmbeddingInterceptor
-
Generates a single embedding, intercepting based on VCR mode.
- embed(String) - Method in class com.redis.vl.test.vcr.VCREmbeddingModel
- embed(String) - Method in class com.redis.vl.test.vcr.VCRSpringAIEmbeddingModel
- 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.
- embed(List<String>) - Method in class com.redis.vl.test.vcr.VCRSpringAIEmbeddingModel
- embed(Document) - Method in class com.redis.vl.test.vcr.VCRSpringAIEmbeddingModel
- embedAll(List<TextSegment>) - Method in class com.redis.vl.test.vcr.VCREmbeddingModel
- embedBatch(List<String>) - Method in class com.redis.vl.test.vcr.VCREmbeddingInterceptor
-
Generates batch embeddings, intercepting based on VCR mode.
- 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.
- EmbeddedSentence - Class in com.redis.vl.extensions.summarization
-
A sentence with its embedding, implementing Clusterable for k-means.
- EmbeddedSentence(int, float[]) - Constructor for class com.redis.vl.extensions.summarization.EmbeddedSentence
-
Create an embedded sentence.
- 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.
- embeddingModel(EmbeddingModel) - Method in class com.redis.vl.langchain4j.RedisVLContentRetriever.Builder
-
Sets the embedding model.
- 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.
- embeddingStore(RedisVLEmbeddingStore) - Method in class com.redis.vl.langchain4j.RedisVLContentRetriever.Builder
-
Sets the embedding store.
- embedForResponse(List<String>) - Method in class com.redis.vl.test.vcr.VCRSpringAIEmbeddingModel
- embedSentences(List<String>) - Method in class com.redis.vl.utils.vectorize.SentenceTransformersVectorizer
-
Embed multiple sentences for clustering/selection.
- 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 record class com.redis.vl.langchain4j.RedisVLDocumentStore.Document
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.redis.vl.query.Vector
- 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
- Example Usage: - Search tag in class com.redis.vl.extensions.summarization.ExtractiveSelector
- Section
- execute(Function<UnifiedJedis, T>) - Method in class com.redis.vl.redis.RedisConnectionManager
-
Execute a command with the Redis client.
- executeVoid(Consumer<UnifiedJedis>) - 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) - Method in class com.redis.vl.test.vcr.VCRCassetteStore
-
Checks if a cassette exists.
- 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.
- extractBatchEmbeddings(JsonObject) - Static method in class com.redis.vl.test.vcr.VCRCassetteStore
-
Extracts batch embeddings from a cassette JSON object.
- extractEmbedding(JsonObject) - Static method in class com.redis.vl.test.vcr.VCRCassetteStore
-
Extracts embedding from a cassette JSON object.
- ExtractiveSelector - Class in com.redis.vl.extensions.summarization
-
BERT-based extractive summarization using sentence clustering.
- ExtractiveSelector(SentenceTransformersVectorizer) - Constructor for class com.redis.vl.extensions.summarization.ExtractiveSelector
-
Create an extractive selector with default settings.
- ExtractiveSelector(SentenceTransformersVectorizer, int) - Constructor for class com.redis.vl.extensions.summarization.ExtractiveSelector
-
Create an extractive selector with custom number of sentences.
- ExtractiveSelector(SentenceTransformersVectorizer, int, int) - Constructor for class com.redis.vl.extensions.summarization.ExtractiveSelector
-
Create an extractive selector with full configuration.
- ExtractiveSelector.Builder - Class in com.redis.vl.extensions.summarization
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form