Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
D
- dataType(VectorField.VectorDataType) - Method in class com.redis.vl.schema.VectorField.VectorFieldBuilder
-
Set the data type
- defaultBatchSize - Variable in class com.redis.vl.storage.BaseStorage
-
Default batch size for bulk operations.
- delete() - Method in class com.redis.vl.extensions.messagehistory.BaseMessageHistory
-
Clear all conversation history and remove any search indices.
- delete() - Method in class com.redis.vl.extensions.messagehistory.MessageHistory
- delete() - Method in class com.redis.vl.extensions.router.SemanticRouter
-
Delete the semantic router index from Redis.
- delete(boolean) - Method in class com.redis.vl.index.SearchIndex
-
Delete the index
- deleteDocument(String) - Method in class com.redis.vl.index.SearchIndex
-
Delete a document from the index
- deleteRouteReferences(String, List<String>, List<String>) - Method in class com.redis.vl.extensions.router.SemanticRouter
-
Delete references from an existing route.
- deploymentName(String) - Method in class com.redis.vl.utils.vectorize.VectorizerBuilder.AzureOpenAIVectorizerBuilder
-
Set the Azure deployment name.
- dialect(int) - Method in class com.redis.vl.query.FilterQuery.FilterQueryBuilder
-
Set the query dialect.
- dialect(int) - Method in class com.redis.vl.query.HybridQuery.HybridQueryBuilder
-
Set the query dialect version.
- dimensions - Variable in class com.redis.vl.utils.vectorize.BaseVectorizer
-
The dimension of the embedding vectors.
- dimensions - Variable in class com.redis.vl.utils.vectorize.VectorizerBuilder.AbstractVectorizerBuilder
-
Optional embedding dimensions override.
- dimensions(int) - Method in class com.redis.vl.schema.VectorField.VectorFieldBuilder
-
Set the number of dimensions
- DIMENSIONS_FIELD_NAME - Static variable in class com.redis.vl.extensions.Constants
- DIMENSIONS_FIELD_NAME - Static variable in class com.redis.vl.extensions.ExtensionConstants
-
Field name for embedding dimensions.
- disconnect() - Method in class com.redis.vl.extensions.cache.BaseCache
-
Disconnect from Redis.
- DistanceAggregationMethod - Enum Class in com.redis.vl.extensions.router
-
Enumeration for distance aggregation methods.
- distanceMetric(VectorField.DistanceMetric) - Method in class com.redis.vl.query.VectorQuery.Builder
-
Set the distance metric
- distanceMetric(VectorField.DistanceMetric) - Method in class com.redis.vl.schema.VectorField.VectorFieldBuilder
-
Set the distance metric
- distanceThreshold(double) - Method in class com.redis.vl.query.VectorRangeQuery.Builder
-
Set the distance threshold for range filtering.
- distanceThreshold(float) - Method in class com.redis.vl.extensions.cache.SemanticCache.Builder
-
Set the distance threshold for semantic similarity
- doubleArrayToFloats(double[]) - Static method in class com.redis.vl.utils.ArrayUtils
-
Convert double array to float array.
- downloadModel(String) - Method in class com.redis.vl.utils.vectorize.HuggingFaceModelDownloader
-
Download a model from HuggingFace with default revision.
- downloadModel(String, String) - Method in class com.redis.vl.utils.vectorize.HuggingFaceModelDownloader
-
Download a model from HuggingFace with specified revision.
- drop() - Method in class com.redis.vl.index.SearchIndex
-
Drop the index using FT.DROPINDEX
- drop(String) - Method in class com.redis.vl.extensions.messagehistory.BaseMessageHistory
-
Remove a specific exchange from the conversation history.
- drop(String) - Method in class com.redis.vl.extensions.messagehistory.MessageHistory
- drop(String, String) - Method in class com.redis.vl.extensions.cache.EmbeddingsCache
-
Delete an embedding for a text.
- dropKeys(String) - Method in class com.redis.vl.index.SearchIndex
-
Drop a single key
- dropKeys(List<String>) - Method in class com.redis.vl.index.SearchIndex
-
Drop multiple keys
- dropWithData() - Method in class com.redis.vl.index.SearchIndex
-
Drop the index and delete all documents using FT.DROPINDEX DD
- dtype - Variable in class com.redis.vl.utils.vectorize.BaseVectorizer
-
The data type for embeddings (e.g., "float32").
- dtype - Variable in class com.redis.vl.utils.vectorize.VectorizerBuilder.AbstractVectorizerBuilder
-
Data type for embeddings (default: float32).
- dtype(String) - Method in class com.redis.vl.query.HybridQuery.HybridQueryBuilder
-
Set the data type for vector storage.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form