0.13.0
·
2 commits
to refs/heads/main
since this release
Changes
New Features
- Added
HybridQueryinterface forFT.HYBRIDsearch command introduced in Redis 8.4.0 (#447, #455) - Added support for multimodal embeddings in vectorizers, with implementations for Amazon Bedrock, Vertex AI, Voyage AI (#452)
Enhancements
- Added support for item-specific TTLs to the LangCache semantic cache implementation (#442)
- Added support for wildcard pattern matching for Tag filters using the modulo (%) operator (#454)
Fixes
- Fixed inconsistent outputs between
SemanticCache().checkand.acheck(#446) - Fixed logging issues in packages importing RedisVL caused by the root logger being configured (#445)
- Fixed a bug where
redisvl.extensions.message_history.schema.ChatMessageID-generation could encounter collisions if multiple messages were added rapidly with the same timestamp, resulting in potential message loss (#450) - Fixes a bug where setting a TTL on async pipelines would prematurely initialize the pipeline and delete queued commands (#420)
Docs
- Fixed documentation to reflect that Redis COSINE distance thresholds use the range [0-2], not [0-1] (#451)
Contributors
We'd like to thank all the contributors who worked on this release!