Skip to content

0.13.0

Choose a tag to compare

@github-actions github-actions released this 19 Dec 07:51
· 2 commits to refs/heads/main since this release
ff415fb

Changes

New Features

  • Added HybridQuery interface for FT.HYBRID search 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().check and .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.ChatMessage ID-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!

@abrookins, @dfroger, @nkanu17 and @vishal-bala