Redisvl

Latest version: v0.3.6

Safety actively analyzes 682471 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.3.0

What's Changed
* adds check to ensure correct embedding vector dimensions are used by justin-cechmanek in https://github.com/redis/redis-vl-python/pull/177
* Introduce the LLM session manager classes by justin-cechmanek in https://github.com/redis/redis-vl-python/pull/141
* Add ability to clear ALL data associated with an index by tylerhutcherson in https://github.com/redis/redis-vl-python/pull/179
* Improve caching ttl tests by tylerhutcherson in https://github.com/redis/redis-vl-python/pull/178
* Add ability drop all keys from the index by justin-cechmanek in https://github.com/redis/redis-vl-python/pull/183
* Introduce semantic router extension by tylerhutcherson in https://github.com/redis/redis-vl-python/pull/186
* resets cache ttl when no arg is passed by justin-cechmanek in https://github.com/redis/redis-vl-python/pull/181
* Enhance semantic router loading by tylerhutcherson in https://github.com/redis/redis-vl-python/pull/187
* Support inorder query param by tylerhutcherson in https://github.com/redis/redis-vl-python/pull/190
* Standardize extensions redis init by tylerhutcherson in https://github.com/redis/redis-vl-python/pull/188
* Refactor search index to improve connection handling by tylerhutcherson in https://github.com/redis/redis-vl-python/pull/192
* standard session uses hash implementation by justin-cechmanek in https://github.com/redis/redis-vl-python/pull/191
* Makes setting scope fully optional in session managers by justin-cechmanek in https://github.com/redis/redis-vl-python/pull/193
* Use ChatMessage pydantic model by tylerhutcherson in https://github.com/redis/redis-vl-python/pull/194
* adds semantic cache scoped access and additional functionality by justin-cechmanek in https://github.com/redis/redis-vl-python/pull/180
* Use pydantic for cache entries and hits by tylerhutcherson in https://github.com/redis/redis-vl-python/pull/195
* Updates session manager user guide with new functionality by justin-cechmanek in https://github.com/redis/redis-vl-python/pull/196
* showcases additional cache functionality by justin-cechmanek in https://github.com/redis/redis-vl-python/pull/198
* Update readme and documentation by tylerhutcherson in https://github.com/redis/redis-vl-python/pull/189


**Full Changelog**: https://github.com/redis/redis-vl-python/compare/0.2.3...0.3.0

0.2.3

What's Changed
* Fix index loading empty array by tylerhutcherson in https://github.com/redis/redis-vl-python/pull/173
* Enable creating an index "from_existing" by tylerhutcherson in https://github.com/redis/redis-vl-python/pull/174
* bump to 0.2.3 by tylerhutcherson in https://github.com/redis/redis-vl-python/pull/175


**Full Changelog**: https://github.com/redis/redis-vl-python/compare/0.2.2...0.2.3

0.2.2

What's Changed
* Fix null numeric filter conditions by bsbodden in https://github.com/redis/redis-vl-python/pull/164
* Fix typos by joshrotenberg in https://github.com/redis/redis-vl-python/pull/161
* Fix typo in cli.ipynb docs example by mankerious in https://github.com/redis/redis-vl-python/pull/168
* Add MistralAI text vectorizer by justin-cechmanek in https://github.com/redis/redis-vl-python/pull/169
* adds custom vectorizer support by justin-cechmanek in https://github.com/redis/redis-vl-python/pull/156
* Support OpenAI config values in vectorizers by tylerhutcherson in https://github.com/redis/redis-vl-python/pull/171
* Bump to 0.2.2 by tylerhutcherson in https://github.com/redis/redis-vl-python/pull/172

New Contributors
* joshrotenberg made their first contribution in https://github.com/redis/redis-vl-python/pull/161
* mankerious made their first contribution in https://github.com/redis/redis-vl-python/pull/168

**Full Changelog**: https://github.com/redis/redis-vl-python/compare/0.2.1...0.2.2

0.2.1

What's Changed
* temporarily disable codecov failures by tylerhutcherson in https://github.com/redis/redis-vl-python/pull/153
* Reranker implementation using Cross Encoders (HuggingFace / SentenceT… by bsbodden in https://github.com/redis/redis-vl-python/pull/150
* feat: adds optional sorting parameter to FilterQuery by justin-cechmanek in https://github.com/redis/redis-vl-python/pull/148
* Rename repo to new location by tylerhutcherson in https://github.com/redis/redis-vl-python/pull/154
* Add client info reporting by tylerhutcherson in https://github.com/redis/redis-vl-python/pull/155
* Enable test pypi flow by tylerhutcherson in https://github.com/redis/redis-vl-python/pull/157


**Full Changelog**: https://github.com/redis/redis-vl-python/compare/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**: https://github.com/RedisVentures/redisvl/compare/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**: https://github.com/RedisVentures/redisvl/compare/0.1.2...0.1.3

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.