Skip to content

Releases: redis/redis-vl-python

0.15.0

27 Feb 14:01
37b309e

Choose a tag to compare

🚀 Enhancement

🐛 Bug Fix

  • fix: avoid NLTK download race condition in parallel test workers #477 (@bsbodden)

CI/CD

📝 Documentation

Contributors

0.14.0

06 Feb 15:47
84bd2fe

Choose a tag to compare

Changes

  • Feat/sql redis query (#467)
  • Fix index clear (#463)
  • ci: Minor clean-ups for GH Actions workflow for testing fork PRs (#466)
  • ci: Enable GH Actions testing for forked PRs (#462)
  • Patch/dtype vectorizer from dict (#461)

🐛 Bug Fixes

  • fix: Avoid catching non-exception; skip retry for ValueErrors from VertexAI (#470)

Contributors

We'd like to thank all the contributors who worked on this release!

@dfroger, @rbs333 and @vishal-bala

0.13.2

19 Dec 09:21
82776af

Choose a tag to compare

This releases fixes a bug where the redisvl.utils.vectorize module had an unintentional dependency on the botocore package.

0.13.0

19 Dec 07:51
ff415fb

Choose a tag to compare

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

0.12.1

25 Nov 19:23
32698e9

Choose a tag to compare

Changes

  • Add runtime parameter support for HNSW and SVS-VAMANA vector indexes (#439)

Contributors

We'd like to thank all the contributors who worked on this release!

@nkanu17

0.12.0

21 Nov 23:20
10035c4

Choose a tag to compare

Changes

New Features

  • Add index level stopwords support in configuration in index schema (#436)

Bug fixes

  • Fix more problematic attribute values for LangCache (#438)
  • Decode LangCache attribute values on retrieval (#437)
  • Ensure field modifiers (schema) follow canonical order for RediSearch parser (#434)

Contributors

We'd like to thank all the contributors who worked on this release!

@abrookins and @nkanu17

0.11.1

21 Nov 00:53
99b9d3a

Choose a tag to compare

Changes

Fixes

  • Fix LangCache clear() 400 error by using flush() API (#428)

Tests

  • Add LangCache integration tests (#429)

Docs

  • Fix broken links to hash and json data types (#421)
  • Fix broken link in VectorQuery docs (#426)

Contributors

We'd like to thank all the contributors who worked on this release!

@Copilot, @abrookins, @copilot-swe-agent, @nicoweidner and @vinaykulk621

0.11.0

07 Nov 23:55
41c322a

Choose a tag to compare

Changes

New Features

  • Add LangCache integration (LLM cache extension) (#408, #418)
  • Add SVS-VAMANA implementation (#404)

Enhancements

  • Add optional text word weights to HybridQuery and TextQuery (#410)
  • Vector objects automatically convert vectors to byte strings (#411)

Fixes

  • Rename HybridQuery to AggregateHybridQuery (#422)
  • Fix flaky text word weights (#416)
  • Fix typo in doc string (#414)
  • Fix inconsistent FLAT/HNSW algorithm recommendations (#409)

Docs

  • Remove duplicate embeddings cache reference in the API docs (#413)
  • Adds user guide on advanced query classes (#406)

Contributors

We'd like to thank all the contributors who worked on this release!

@abrookins, @justin-cechmanek and @nkanu17

0.10.0

16 Oct 18:42
6eeb32f

Choose a tag to compare

Changes

  • Adds multi vector query class (#402)

Contributors

We'd like to thank all the contributors who worked on this release!

@justin-cechmanek and @rbs333

0.9.1

01 Oct 23:25

Choose a tag to compare

Changes

  • refactor: obtain version information dynamically from the installed p… (#401)
  • release: bump version to 0.9.1 (#400)

Contributors

We'd like to thank all the contributors who worked on this release!

@bsbodden