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

G

generate(String) - Method in class com.redis.vl.test.vcr.VCRChatModel
 
generate(List<ChatMessage>) - Method in class com.redis.vl.test.vcr.VCRChatModel
 
generateCassetteKey(String) - Method in class com.redis.vl.test.vcr.VCRContext
Generates a unique cassette key for the current test and call type.
generateEmbedding(String) - Method in class com.redis.vl.utils.vectorize.BaseVectorizer
Generate embedding for a single text (to be implemented by subclasses).
generateEmbedding(String) - Method in class com.redis.vl.utils.vectorize.LangChain4JVectorizer
 
generateEmbedding(String) - Method in class com.redis.vl.utils.vectorize.MockVectorizer
 
generateEmbedding(String) - Method in class com.redis.vl.utils.vectorize.SentenceTransformersVectorizer
 
generateEmbeddingsBatch(List<String>, int) - Method in class com.redis.vl.utils.vectorize.BaseVectorizer
Generate embeddings for multiple texts in batch (to be implemented by subclasses).
generateEmbeddingsBatch(List<String>, int) - Method in class com.redis.vl.utils.vectorize.LangChain4JVectorizer
 
generateEmbeddingsBatch(List<String>, int) - Method in class com.redis.vl.utils.vectorize.MockVectorizer
 
generateEmbeddingsBatch(List<String>, int) - Method in class com.redis.vl.utils.vectorize.SentenceTransformersVectorizer
 
geo(String) - Static method in class com.redis.vl.query.Filter
Create a geo filter builder
GEO - Enum constant in enum class com.redis.vl.schema.FieldType
Geo field for geographic queries
GeoField - Class in com.redis.vl.schema
GeoField represents a geographic field in Redis.
GeoField(String) - Constructor for class com.redis.vl.schema.GeoField
Create a GeoField with just a name.
GeoField.GeoFieldBuilder - Class in com.redis.vl.schema
Fluent builder for GeoField
get(String) - Method in class com.redis.vl.extensions.router.SemanticRouter
Get a route by its name.
get(String, String) - Method in class com.redis.vl.extensions.cache.EmbeddingsCache
Retrieve an embedding for a text.
get(UnifiedJedis, Collection<String>) - Method in class com.redis.vl.storage.BaseStorage
Retrieve objects from Redis by keys with default batch size.
get(UnifiedJedis, Collection<String>, Integer) - Method in class com.redis.vl.storage.BaseStorage
Retrieve objects from Redis by keys.
get(UnifiedJedis, Collection<String>, Integer) - Method in class com.redis.vl.storage.HashStorage
 
getAlgorithm() - Method in class com.redis.vl.schema.VectorField
Get the algorithm as our enum type
getAllRecordedTests() - Method in class com.redis.vl.test.vcr.VCRRegistry
Gets all recorded test IDs.
getAlpha() - Method in class com.redis.vl.query.HybridQuery
Get the alpha weighting factor.
getApiCalls() - Method in class com.redis.vl.test.vcr.VCRContext
Gets the API call count.
getBatchSize() - Method in class com.redis.vl.query.VectorQuery
Get the batch size
getCache() - Method in class com.redis.vl.utils.vectorize.BaseVectorizer
Get the embeddings cache if present.
getCacheHits() - Method in class com.redis.vl.test.vcr.VCRChatModel
Gets the number of cache hits.
getCacheHits() - Method in class com.redis.vl.test.vcr.VCRContext
Gets the cache hit count.
getCacheHits() - Method in class com.redis.vl.test.vcr.VCREmbeddingInterceptor
Gets the cache hit count.
getCacheHits() - Method in class com.redis.vl.test.vcr.VCREmbeddingModel
Gets the cache hit count.
getCacheHits() - Method in class com.redis.vl.test.vcr.VCRSpringAIChatModel
Gets the number of cache hits.
getCacheHits() - Method in class com.redis.vl.test.vcr.VCRSpringAIEmbeddingModel
Gets the cache hit count.
getCacheMisses() - Method in class com.redis.vl.test.vcr.VCRChatModel
Gets the number of cache misses.
getCacheMisses() - Method in class com.redis.vl.test.vcr.VCRContext
Gets the cache miss count.
getCacheMisses() - Method in class com.redis.vl.test.vcr.VCREmbeddingInterceptor
Gets the cache miss count.
getCacheMisses() - Method in class com.redis.vl.test.vcr.VCREmbeddingModel
Gets the cache miss count.
getCacheMisses() - Method in class com.redis.vl.test.vcr.VCRSpringAIChatModel
Gets the number of cache misses.
getCacheMisses() - Method in class com.redis.vl.test.vcr.VCRSpringAIEmbeddingModel
Gets the cache miss count.
getCassetteKey() - Method in exception class com.redis.vl.test.vcr.VCRCassetteMissingException
Gets the cassette key that was not found.
getCassetteKeys(String) - Method in class com.redis.vl.test.vcr.VCRRegistry
Gets the cassette keys for a test.
getCassetteStore() - Method in class com.redis.vl.test.vcr.VCRContext
Gets the cassette store for storing/retrieving cassettes.
getClient() - Method in class com.redis.vl.redis.RedisConnectionManager
Get the underlying UnifiedJedis client.
getConfiguredMode() - Method in class com.redis.vl.test.vcr.VCRContext
Gets the configured VCR mode.
getCurrentCassetteKeys() - Method in class com.redis.vl.test.vcr.VCRContext
Gets the cassette keys generated for the current test.
getCurrentTestId() - Method in class com.redis.vl.test.vcr.VCRContext
Gets the current test ID.
getDataDir() - Method in class com.redis.vl.test.vcr.VCRContext
Gets the data directory path.
getDataType() - Method in class com.redis.vl.utils.vectorize.BaseVectorizer
Get the vector data type.
getDelegate() - Method in class com.redis.vl.test.vcr.VCRChatModel
Gets the underlying delegate model.
getDelegate() - Method in class com.redis.vl.test.vcr.VCREmbeddingModel
Gets the underlying delegate model.
getDelegate() - Method in class com.redis.vl.test.vcr.VCRSpringAIChatModel
Gets the underlying delegate model.
getDelegate() - Method in class com.redis.vl.test.vcr.VCRSpringAIEmbeddingModel
Gets the underlying delegate model.
getDialect() - Method in class com.redis.vl.query.FilterQuery
Get the query dialect.
getDialect() - Method in class com.redis.vl.query.HybridQuery
Get the query dialect version.
getDimensions() - Method in class com.redis.vl.schema.VectorField
Get dimensions
getDimensions() - Method in class com.redis.vl.utils.vectorize.BaseVectorizer
Get the embedding dimensions.
getDirection() - Method in class com.redis.vl.query.SortField
Get the direction as a string.
getDistance() - Method in class com.redis.vl.extensions.cache.CacheHit
Get the vector distance.
getDistanceMetric() - Method in class com.redis.vl.query.VectorQuery
Get the distance metric
getDistanceMetric() - Method in class com.redis.vl.schema.VectorField
Get distance metric
getDistanceThreshold() - Method in class com.redis.vl.extensions.cache.SemanticCache
Get the current distance threshold.
getDistanceThreshold() - Method in class com.redis.vl.extensions.messagehistory.SemanticMessageHistory
Get the distance threshold for semantic search.
getDistanceThreshold() - Method in class com.redis.vl.query.VectorRangeQuery
Get the distance threshold for range filtering.
getDocumentCount() - Method in class com.redis.vl.index.SearchIndex
Get document count in the index
getDocuments() - Method in class com.redis.vl.utils.rerank.RerankResult
Get the reranked documents.
getDtype() - Method in class com.redis.vl.query.HybridQuery
Get the data type for vector storage.
getEffectiveMode() - Method in class com.redis.vl.test.vcr.VCRContext
Gets the effective VCR mode for the current test.
getEfRuntime() - Method in class com.redis.vl.query.VectorQuery
Get the EF runtime parameter for HNSW
getEmbedding(String) - Method in class com.redis.vl.utils.vectorize.OnnxModelLoader
Get embedding for a single text.
getEmbeddingModel() - Method in class com.redis.vl.utils.vectorize.LangChain4JVectorizer
Get the underlying LangChain4J embedding model.
getEmbeddings(List<String>) - Method in class com.redis.vl.utils.vectorize.OnnxModelLoader
Get embeddings for multiple texts.
getEpsilon() - Method in class com.redis.vl.query.VectorRangeQuery
Get the epsilon value for approximate search.
getField() - Method in class com.redis.vl.query.VectorQuery
Get the vector field name
getField() - Method in class com.redis.vl.query.VectorRangeQuery
Get the field name to search.
getField(String) - Method in class com.redis.vl.schema.IndexSchema
Get a field by name
getFields() - Method in class com.redis.vl.schema.IndexSchema
Get a copy of the fields list
getFieldsByType(Class<T>) - Method in class com.redis.vl.schema.IndexSchema
Get fields of a specific type
getFieldType() - Method in class com.redis.vl.schema.BaseField
Get the field type.
getFieldType() - Method in class com.redis.vl.schema.GeoField
 
getFieldType() - Method in class com.redis.vl.schema.NumericField
 
getFieldType() - Method in class com.redis.vl.schema.TagField
 
getFieldType() - Method in class com.redis.vl.schema.TextField
 
getFieldType() - Method in class com.redis.vl.schema.VectorField
 
getFieldWeights() - Method in class com.redis.vl.query.TextQuery
Get a copy of the field weights.
getFilter() - Method in class com.redis.vl.query.CountQuery
Get the Filter object for this query.
getFilter() - Method in class com.redis.vl.query.VectorQuery
Get the filter query
getFilterExpression() - Method in class com.redis.vl.query.FilterQuery
Get the filter expression.
getFilterExpression() - Method in class com.redis.vl.query.HybridQuery
Get the filter expression.
getFilterString() - Method in class com.redis.vl.query.CountQuery
Get the filter string for this query.
getHiddenSize() - Method in class com.redis.vl.utils.vectorize.OnnxModelLoader
Get the hidden size (same as embedding dimension).
getHitCount() - Method in class com.redis.vl.extensions.cache.SemanticCache
Get the hit count.
getHitRate() - Method in class com.redis.vl.extensions.cache.SemanticCache
Get the cache hit rate.
getHybridField() - Method in class com.redis.vl.query.VectorQuery
Get the hybrid search field
getHybridPolicy() - Method in class com.redis.vl.query.VectorQuery
Get the hybrid search policy
getHybridQuery() - Method in class com.redis.vl.query.VectorQuery
Get the hybrid search query
getIndex() - Method in class com.redis.vl.extensions.messagehistory.MessageHistory
 
getIndex() - Method in class com.redis.vl.extensions.messagehistory.SemanticMessageHistory
Get the underlying search index.
getIndex() - Method in class com.redis.vl.schema.IndexSchema
Get the index configuration (defensive copy)
getIndexSchema() - Method in class com.redis.vl.storage.BaseStorage
Get the index schema.
getInfo() - Method in class com.redis.vl.index.SearchIndex
Get index information using FT.INFO
getJedis() - Method in class com.redis.vl.langchain4j.RedisVLChatMemoryStore
Gets the underlying Jedis client.
getJedis() - Method in class com.redis.vl.langchain4j.RedisVLDocumentStore
Gets the underlying Jedis client.
getJedis() - Method in class com.redis.vl.test.vcr.VCRContext
Gets the Redis client.
getK() - Method in class com.redis.vl.query.VectorQuery
Deprecated.
Use getNumResults() instead
getK() - Method in class com.redis.vl.query.VectorRangeQuery
Deprecated.
Use getNumResults() instead
getKeyPrefix() - Method in class com.redis.vl.langchain4j.RedisVLChatMemoryStore
Gets the key prefix.
getKeyPrefix() - Method in class com.redis.vl.langchain4j.RedisVLDocumentStore
Gets the key prefix.
getKeys(List<Map<String, Object>>, List<String>, String) - Method in class com.redis.vl.storage.BaseStorage
Generate Redis keys for a list of objects.
getKeySeparator() - Method in class com.redis.vl.index.SearchIndex
Get the key separator
getKeySeparator() - Method in class com.redis.vl.schema.IndexSchema.Index
Get the key separator
getLimit() - Method in class com.redis.vl.utils.rerank.BaseReranker
Get the maximum number of results to return.
getMessages() - Method in class com.redis.vl.extensions.messagehistory.BaseMessageHistory
Returns the full chat history.
getMessages() - Method in class com.redis.vl.extensions.messagehistory.MessageHistory
 
getMessages() - Method in class com.redis.vl.extensions.messagehistory.SemanticMessageHistory
 
getMessages(Object) - Method in class com.redis.vl.langchain4j.RedisVLChatMemoryStore
 
getMetadata() - Method in class com.redis.vl.extensions.cache.CacheHit
Get the metadata.
getMetadata() - Method in class com.redis.vl.extensions.cache.PromptResponsePair
Get the metadata.
getMissCount() - Method in class com.redis.vl.extensions.cache.SemanticCache
Get the miss count.
getMode() - Method in class com.redis.vl.test.vcr.VCRChatModel
Gets the current VCR mode.
getMode() - Method in class com.redis.vl.test.vcr.VCREmbeddingInterceptor
Gets the current VCR mode.
getMode() - Method in class com.redis.vl.test.vcr.VCREmbeddingModel
Gets the current VCR mode.
getMode() - Method in class com.redis.vl.test.vcr.VCRSpringAIChatModel
Gets the current VCR mode.
getMode() - Method in class com.redis.vl.test.vcr.VCRSpringAIEmbeddingModel
Gets the current VCR mode.
getModel() - Method in class com.redis.vl.utils.rerank.BaseReranker
Get the model name.
getModelName() - Method in class com.redis.vl.utils.vectorize.BaseVectorizer
Get the model name.
getName() - Method in class com.redis.vl.extensions.cache.BaseCache
Get the cache name.
getName() - Method in class com.redis.vl.extensions.cache.LangCacheSemanticCache
Get the cache name.
getName() - Method in class com.redis.vl.extensions.messagehistory.BaseMessageHistory
 
getName() - Method in class com.redis.vl.index.SearchIndex
Get the index name
getName() - Method in class com.redis.vl.schema.IndexSchema
Get the index name
getName() - Method in class com.redis.vl.schema.IndexSchema.Index
Get the index name
getNumResults() - Method in class com.redis.vl.query.FilterQuery
Get the number of results to return.
getNumResults() - Method in class com.redis.vl.query.HybridQuery
Get the maximum number of results.
getNumResults() - Method in class com.redis.vl.query.VectorQuery
Get the number of results to return
getNumResults() - Method in class com.redis.vl.query.VectorRangeQuery
Get the maximum number of results to return.
getParams() - Method in class com.redis.vl.query.AggregationQuery
Get the parameters for the aggregation query.
getParams() - Method in class com.redis.vl.query.FilterQuery
Get additional query parameters.
getParams() - Method in class com.redis.vl.query.HybridQuery
Get the parameters for the aggregation query.
getParams() - Method in class com.redis.vl.query.MultiVectorQuery
Convert to parameter map for query execution.
getPoint() - Method in class com.redis.vl.extensions.summarization.EmbeddedSentence
Get the embedding as double array (required by Clusterable).
getPreFilter() - Method in class com.redis.vl.query.VectorQuery
Get the pre-filter expression
getPrefix() - Method in class com.redis.vl.extensions.cache.BaseCache
Get the cache prefix.
getPrefix() - Method in class com.redis.vl.index.SearchIndex
Get the key prefix for documents
getPrefix() - Method in class com.redis.vl.schema.IndexSchema
Get the prefix
getPrefix() - Method in class com.redis.vl.schema.IndexSchema.Index
Get the key prefix (normalized).
getPrefixRaw() - Method in class com.redis.vl.schema.IndexSchema.Index
Get the raw prefix value (can be String or List).
getPrompt() - Method in class com.redis.vl.extensions.cache.CacheHit
Get the matched prompt.
getPrompt() - Method in class com.redis.vl.extensions.cache.PromptResponsePair
Get the prompt.
getRankBy() - Method in class com.redis.vl.utils.rerank.BaseReranker
Get the fields to rank by.
getRecent(int, boolean, boolean, String) - Method in class com.redis.vl.extensions.messagehistory.MessageHistory
Retrieve the recent conversation history (backward-compatible overload without role filter).
getRecent(int, boolean, boolean, String) - Method in class com.redis.vl.extensions.messagehistory.SemanticMessageHistory
Retrieve the recent conversation history in sequential order.
getRecent(int, boolean, boolean, String, Object) - Method in class com.redis.vl.extensions.messagehistory.BaseMessageHistory
Retrieve the recent conversation history in sequential order.
getRecent(int, boolean, boolean, String, Object) - Method in class com.redis.vl.extensions.messagehistory.MessageHistory
 
getRecent(int, boolean, boolean, String, Object) - Method in class com.redis.vl.extensions.messagehistory.SemanticMessageHistory
 
getRecordedCount() - Method in class com.redis.vl.test.vcr.VCRChatModel
Gets the number of recorded responses.
getRecordedCount() - Method in class com.redis.vl.test.vcr.VCREmbeddingInterceptor
Gets the number of recorded cassettes.
getRecordedCount() - Method in class com.redis.vl.test.vcr.VCREmbeddingModel
Gets the number of recorded cassettes.
getRecordedCount() - Method in class com.redis.vl.test.vcr.VCRSpringAIChatModel
Gets the number of recorded responses.
getRecordedCount() - Method in class com.redis.vl.test.vcr.VCRSpringAIEmbeddingModel
Gets the number of recorded cassettes.
getRecordedKeys() - Method in class com.redis.vl.test.vcr.VCREmbeddingInterceptor
Gets the recorded cassette keys.
getRegistry() - Method in class com.redis.vl.test.vcr.VCRContext
Gets the VCR registry.
getRelevant(String, boolean, int, boolean, String, Double, Object) - Method in class com.redis.vl.extensions.messagehistory.SemanticMessageHistory
Search the message history for information semantically related to the specified prompt.
getResponse() - Method in class com.redis.vl.extensions.cache.CacheHit
Get the cached response.
getResponse() - Method in class com.redis.vl.extensions.cache.PromptResponsePair
Get the response.
getResponse(AbstractPipeline, String) - Method in class com.redis.vl.storage.BaseStorage
Get a response for retrieving a value from Redis using a pipeline.
getResponse(AbstractPipeline, String) - Method in class com.redis.vl.storage.HashStorage
 
getResponse(AbstractPipeline, String) - Method in class com.redis.vl.storage.JsonStorage
 
getReturnFields() - Method in class com.redis.vl.query.FilterQuery
Get the fields to return in results.
getReturnFields() - Method in class com.redis.vl.query.HybridQuery
Get an unmodifiable view of the return fields.
getReturnFields() - Method in class com.redis.vl.query.VectorQuery
Get the fields to return in results
getReturnFields() - Method in class com.redis.vl.query.VectorRangeQuery
Get the list of fields to return in results.
getRouteNames() - Method in class com.redis.vl.extensions.router.SemanticRouter
Get the list of route names.
getRouteReferences(String, List<String>, List<String>) - Method in class com.redis.vl.extensions.router.SemanticRouter
Get references for an existing route.
getRouteThresholds() - Method in class com.redis.vl.extensions.router.SemanticRouter
Get the distance thresholds for each route.
getScoreCalculations() - Method in class com.redis.vl.query.MultiVectorQuery
Get individual score calculations.
getScores() - Method in class com.redis.vl.utils.rerank.RerankResult
Get the relevance scores for each document.
getScoringFormula() - Method in class com.redis.vl.query.MultiVectorQuery
Get the scoring formula for combining vector similarities.
getSearchBufferCapacity() - Method in class com.redis.vl.query.VectorQuery
Get the search buffer capacity for SVS-VAMANA
getSearchBufferCapacity() - Method in class com.redis.vl.query.VectorRangeQuery
Get the search buffer capacity for SVS-VAMANA algorithm.
getSearchIndex() - Method in class com.redis.vl.langchain4j.RedisVLEmbeddingStore
Gets the underlying SearchIndex.
getSearchWindowSize() - Method in class com.redis.vl.query.VectorQuery
Get the search window size for SVS-VAMANA
getSearchWindowSize() - Method in class com.redis.vl.query.VectorRangeQuery
Get the search window size for SVS-VAMANA algorithm.
getSentinelHosts() - Method in class com.redis.vl.redis.SentinelConfig
Get an unmodifiable view of the Sentinel hosts list.
getSessionTag() - Method in class com.redis.vl.extensions.messagehistory.BaseMessageHistory
 
getSkipDecodeFields() - Method in class com.redis.vl.query.FilterQuery
Get the list of fields that should not be decoded from binary format.
getSkipDecodeFields() - Method in class com.redis.vl.query.TextQuery
Get the list of fields that should not be decoded from binary format.
getSkipDecodeFields() - Method in class com.redis.vl.query.VectorQuery
Get the list of fields that should not be decoded from binary format.
getSkipDecodeFields() - Method in class com.redis.vl.query.VectorRangeQuery
Get the list of fields that should not be decoded from binary format.
getSortBy() - Method in class com.redis.vl.query.FilterQuery
Get the field to sort by.
getSortBy() - Method in class com.redis.vl.query.VectorQuery
Get the sort field
getSortBy() - Method in class com.redis.vl.query.VectorRangeQuery
Get the field name to sort results by.
getStopwords() - Method in class com.redis.vl.query.HybridQuery
Get an unmodifiable view of the stopwords.
getStopwords() - Method in class com.redis.vl.schema.IndexSchema.Index
Get the stopwords configuration.
getStorageType() - Method in class com.redis.vl.index.SearchIndex
Get the storage type
getStorageType() - Method in class com.redis.vl.schema.IndexSchema
Get the storage type
getStorageType() - Method in class com.redis.vl.schema.IndexSchema.Index
Get the storage type
getTestId() - Method in exception class com.redis.vl.test.vcr.VCRCassetteMissingException
Gets the test identifier.
getTestId() - Method in class com.redis.vl.test.vcr.VCRChatModel
Gets the current test identifier.
getTestId() - Method in class com.redis.vl.test.vcr.VCRSpringAIChatModel
Gets the current test identifier.
getTestStatus(String) - Method in class com.redis.vl.test.vcr.VCRRegistry
Gets the recording status of a test.
getText() - Method in class com.redis.vl.query.HybridQuery
Get the text query string.
getTextFieldName() - Method in class com.redis.vl.query.HybridQuery
Get the text field name.
getTextScorer() - Method in class com.redis.vl.query.HybridQuery
Get the text scoring algorithm.
getTokenizer() - Method in class com.redis.vl.utils.vectorize.OnnxModelLoader
Get a copy of the tokenizer configuration to prevent internal representation exposure.
getTopScore() - Method in class com.redis.vl.utils.rerank.RerankResult
Get the highest score from the result.
getTtl() - Method in class com.redis.vl.extensions.cache.BaseCache
Get the default TTL for cache entries.
getTtl() - Method in class com.redis.vl.extensions.cache.LangCacheSemanticCache
Get the TTL for cache entries.
getType() - Method in class com.redis.vl.utils.vectorize.BaseVectorizer
Get the vector type identifier.
getType() - Method in class com.redis.vl.utils.vectorize.LangChain4JVectorizer
 
getUseSearchHistory() - Method in class com.redis.vl.query.VectorQuery
Get the use search history parameter for SVS-VAMANA
getUseSearchHistory() - Method in class com.redis.vl.query.VectorRangeQuery
Get the use search history mode for SVS-VAMANA algorithm.
getValue() - Method in enum class com.redis.vl.extensions.router.DistanceAggregationMethod
Get the string value of the aggregation method.
getValue() - Method in enum class com.redis.vl.query.Filter.GeoUnit
Get the string value of this geographic unit.
getValue() - Method in enum class com.redis.vl.schema.IndexSchema.StorageType
Get the string value of this storage type
getValue() - Method in enum class com.redis.vl.schema.StorageType
Get the string value of this storage type.
getValue() - Method in enum class com.redis.vl.schema.VectorField.Algorithm
Get the algorithm value
getValue() - Method in enum class com.redis.vl.schema.VectorField.CompressionType
Get the compression type value for Redis
getValue() - Method in enum class com.redis.vl.schema.VectorField.DistanceMetric
Get the distance metric value
getValue() - Method in enum class com.redis.vl.schema.VectorField.VectorDataType
Get the data type value
getVector() - Method in class com.redis.vl.query.HybridQuery
Get a copy of the query vector.
getVector() - Method in class com.redis.vl.query.Vector
Get a copy of the vector.
getVector() - Method in class com.redis.vl.query.VectorQuery
Get the query vector
getVector() - Method in class com.redis.vl.query.VectorRangeQuery
Get the query vector.
getVectorFieldName() - Method in class com.redis.vl.query.HybridQuery
Get the vector field name.
getVectorizer() - Method in class com.redis.vl.extensions.messagehistory.SemanticMessageHistory
Get the vectorizer used for embeddings.
graphMaxDegree(int) - Method in class com.redis.vl.schema.VectorField.VectorFieldBuilder
Set the graph max degree for SVS-VAMANA algorithm.
gt(double) - Method in class com.redis.vl.query.Filter.NumericFilterBuilder
Create a filter for values greater than the specified value (exclusive).
gt(int) - Method in class com.redis.vl.query.Filter.NumericFilterBuilder
Create a filter for values greater than the specified value (exclusive).
gt(Instant) - Method in class com.redis.vl.query.Filter.TimestampFilterBuilder
Filter for timestamps greater than the given instant.
gt(LocalDateTime) - Method in class com.redis.vl.query.Filter.TimestampFilterBuilder
Filter for timestamps greater than the given datetime (assumes UTC).
gte(double) - Method in class com.redis.vl.query.Filter.NumericFilterBuilder
Create a filter for values greater than or equal to the specified value.
gte(int) - Method in class com.redis.vl.query.Filter.NumericFilterBuilder
Create a filter for values greater than or equal to the specified value.
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