Package com.redis.vl.extensions
Class ExtensionConstants
java.lang.Object
com.redis.vl.extensions.ExtensionConstants
Constants used within the extension classes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Field name for prompt vector in cache.static final String
Field name for message content.static final String
Field name for embedding dimensions.static final String
Field name for embedding vector.static final String
Field name for cache entry ID.static final String
Field name for message entry ID.static final String
Field name for cache insertion timestamp.static final String
Field name for message vector field in semantic message history.static final String
Field name for metadata (used in both MessageHistory and SemanticCache).static final String
Field name for model name in embeddings cache.static final String
Field name for prompt text in cache.static final String
Field name for Redis key in semantic cache.static final String
Field name for response text in cache.static final String
Field name for message role (e.g., user, assistant, system).static final String
Field name for route vector in semantic router.static final String
Field name for session tag.static final String
Field name for text in embeddings cache.static final String
Field name for message timestamp.static final String
Field name for tool call ID.static final String
Field name for cache update timestamp. -
Method Summary
-
Field Details
-
ID_FIELD_NAME
Field name for message entry ID.- See Also:
-
ROLE_FIELD_NAME
Field name for message role (e.g., user, assistant, system).- See Also:
-
CONTENT_FIELD_NAME
Field name for message content.- See Also:
-
TOOL_FIELD_NAME
Field name for tool call ID.- See Also:
-
TIMESTAMP_FIELD_NAME
Field name for message timestamp.- See Also:
-
SESSION_FIELD_NAME
Field name for session tag.- See Also:
-
MESSAGE_VECTOR_FIELD_NAME
Field name for message vector field in semantic message history.- See Also:
-
REDIS_KEY_FIELD_NAME
Field name for Redis key in semantic cache.- See Also:
-
ENTRY_ID_FIELD_NAME
Field name for cache entry ID.- See Also:
-
PROMPT_FIELD_NAME
Field name for prompt text in cache.- See Also:
-
RESPONSE_FIELD_NAME
Field name for response text in cache.- See Also:
-
CACHE_VECTOR_FIELD_NAME
Field name for prompt vector in cache.- See Also:
-
INSERTED_AT_FIELD_NAME
Field name for cache insertion timestamp.- See Also:
-
UPDATED_AT_FIELD_NAME
Field name for cache update timestamp.- See Also:
-
METADATA_FIELD_NAME
Field name for metadata (used in both MessageHistory and SemanticCache).- See Also:
-
TEXT_FIELD_NAME
Field name for text in embeddings cache.- See Also:
-
MODEL_NAME_FIELD_NAME
Field name for model name in embeddings cache.- See Also:
-
EMBEDDING_FIELD_NAME
Field name for embedding vector.- See Also:
-
DIMENSIONS_FIELD_NAME
Field name for embedding dimensions.- See Also:
-
ROUTE_VECTOR_FIELD_NAME
Field name for route vector in semantic router.- See Also:
-