Releases: redis/redis-vl-python
Releases · redis/redis-vl-python
0.3.1
What's Changed
- Fix semantic cache with empty metadata by @tylerhutcherson in #201
 - update project readme and schema definitions by @tylerhutcherson in #200
 - Fix notebook CI by @tylerhutcherson in #205
 - Support distance threshold override by @tylerhutcherson in #202
 - Release 0.3.1 by @tylerhutcherson in #206
 
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- adds check to ensure correct embedding vector dimensions are used by @justin-cechmanek in #177
 - Introduce the LLM session manager classes by @justin-cechmanek in #141
 - Add ability to clear ALL data associated with an index by @tylerhutcherson in #179
 - Improve caching ttl tests by @tylerhutcherson in #178
 - Add ability drop all keys from the index by @justin-cechmanek in #183
 - Introduce semantic router extension by @tylerhutcherson in #186
 - resets cache ttl when no arg is passed by @justin-cechmanek in #181
 - Enhance semantic router loading by @tylerhutcherson in #187
 - Support inorder query param by @tylerhutcherson in #190
 - Standardize extensions redis init by @tylerhutcherson in #188
 - Refactor search index to improve connection handling by @tylerhutcherson in #192
 - standard session uses hash implementation by @justin-cechmanek in #191
 - Makes setting scope fully optional in session managers by @justin-cechmanek in #193
 - Use ChatMessage pydantic model by @tylerhutcherson in #194
 - adds semantic cache scoped access and additional functionality by @justin-cechmanek in #180
 - Use pydantic for cache entries and hits by @tylerhutcherson in #195
 - Updates session manager user guide with new functionality by @justin-cechmanek in #196
 - showcases additional cache functionality by @justin-cechmanek in #198
 - Update readme and documentation by @tylerhutcherson in #189
 
Full Changelog: 0.2.3...0.3.0
0.2.3
What's Changed
- Fix index loading empty array by @tylerhutcherson in #173
 - Enable creating an index "from_existing" by @tylerhutcherson in #174
 - bump to 0.2.3 by @tylerhutcherson in #175
 
Full Changelog: 0.2.2...0.2.3
0.2.2
What's Changed
- Fix null numeric filter conditions by @bsbodden in #164
 - Fix typos by @joshrotenberg in #161
 - Fix typo in cli.ipynb docs example by @mankerious in #168
 - Add MistralAI text vectorizer by @justin-cechmanek in #169
 - adds custom vectorizer support by @justin-cechmanek in #156
 - Support OpenAI config values in vectorizers by @tylerhutcherson in #171
 - Bump to 0.2.2 by @tylerhutcherson in #172
 
New Contributors
- @joshrotenberg made their first contribution in #161
 - @mankerious made their first contribution in #168
 
Full Changelog: 0.2.1...0.2.2
0.2.1
What's Changed
- temporarily disable codecov failures by @tylerhutcherson in #153
 - Reranker implementation using Cross Encoders (HuggingFace / SentenceT… by @bsbodden in #150
 - feat: adds optional sorting parameter to FilterQuery by @justin-cechmanek in #148
 - Rename repo to new location by @tylerhutcherson in #154
 - Add client info reporting by @tylerhutcherson in #155
 - Enable test pypi flow by @tylerhutcherson in #157
 
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- Add support for AzureOpenAI by @ajac-zero in https://github.com/RedisVentures/redisvl/pull/131
 - Add Azure OAI secrets to gh actions by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/142
 - Poetry for Dependency Management and TestContainers for Integration Testing by @bsbodden in https://github.com/RedisVentures/redisvl/pull/134
 - Initial reranker integration in RedisVL by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/139
 - Repackage documentation and apply poetry updates by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/146
 - Robert/build/tests by @rbs333 in https://github.com/RedisVentures/redisvl/pull/145
 - Bump to 0.2.0 by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/147
 
New Contributors
- @ajac-zero made their first contribution in https://github.com/RedisVentures/redisvl/pull/131
 - @rbs333 made their first contribution in https://github.com/RedisVentures/redisvl/pull/145
 
Full Changelog: RedisVentures/redisvl@0.1.3...0.2.0
0.1.3
What's Changed
- fix connection pool for SSL by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/129
 - Update VertexAI Vectorizer by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/132
 - corrects typos in overview and getting started examples by @justin-cechmanek in https://github.com/RedisVentures/redisvl/pull/135
 - Address schema serialization bug by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/136
 - Update README.md by @eltociear in https://github.com/RedisVentures/redisvl/pull/137
 - bump to 0.1.3 by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/138
 
New Contributors
- @justin-cechmanek made their first contribution in https://github.com/RedisVentures/redisvl/pull/135
 - @eltociear made their first contribution in https://github.com/RedisVentures/redisvl/pull/137
 
Full Changelog: RedisVentures/redisvl@0.1.2...0.1.3
0.1.2
What's Changed
- Added ACRE to README by @MSFTeegarden in https://github.com/RedisVentures/redisvl/pull/124
 - OpenAI API client upgrade and code migration by @bsbodden in https://github.com/RedisVentures/redisvl/pull/126
 - Small documentation updates by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/127
 - update version to 0.1.2 by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/128
 
New Contributors
- @MSFTeegarden made their first contribution in https://github.com/RedisVentures/redisvl/pull/124
 
Full Changelog: RedisVentures/redisvl@0.1.1...0.1.2
0.1.1
What's Changed
- Update Cohere client setting by @nabsabraham in https://github.com/RedisVentures/redisvl/pull/118
 - Update and pin package dependency ranges by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/119
 - Fix index.fetch() bug by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/120
 - Fix vectorizer tests and docstrings by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/121
 - Update package to 0.1.1 by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/122
 - Patch requirements by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/123
 
New Contributors
- @nabsabraham made their first contribution in https://github.com/RedisVentures/redisvl/pull/118
 
Full Changelog: RedisVentures/redisvl@0.1.0...0.1.1
0.1.0
What's Changed
- Fixing release drafter to work aginst the main branch by @chayim in https://github.com/RedisVentures/redisvl/pull/102
 - Upgrade to use Pydantic 2.x.x by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/101
 - Finalize spec for index schema and fields by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/103
 - Redis connection refactor by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/104
 - Improve redisvl module structure by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/106
 - Changes to contributions page by @bsbodden in https://github.com/RedisVentures/redisvl/pull/108
 - Increase redisvl test coverage by @bsbodden in https://github.com/RedisVentures/redisvl/pull/109
 - Enhance README, docs, and examples by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/105
 - Update version to 0.1.0 by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/116
 
New Contributors
- @bsbodden made their first contribution in https://github.com/RedisVentures/redisvl/pull/108
 
Full Changelog: RedisVentures/redisvl@0.0.7...0.1.0