Releases: redis/redis-vl-python
Releases · redis/redis-vl-python
0.0.7
What's Changed
- 0.0.6 Release by @Spartee in https://github.com/RedisVentures/redisvl/pull/100
Full Changelog: RedisVentures/redisvl@0.0.5...0.0.7
0.0.5
What's Changed
- Updating security contact email address by @chayim in https://github.com/RedisVentures/redisvl/pull/59
- Add support for CountQuery by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/65
- Update key prefix and access method by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/66
- Improve VectorField schema default args and tests by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/68
- Add optional data load preprocessor hook by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/67
- Add tests for token escaper class by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/69
- Improve RedisVL filter handling, docs, and examples by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/72
- Test multiple versions of Python, Redis Stack, and hiredis option by @Spartee in https://github.com/RedisVentures/redisvl/pull/73
- redis-py bump by @chayim in https://github.com/RedisVentures/redisvl/pull/70
- Pin openai version by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/75
- Add MetadataSchemaGenerator by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/77
- Refactor Redis Storage and add JSON support by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/78
- Semantic cache interface update by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/80
- Doc update 0.0.5 by @Spartee in https://github.com/RedisVentures/redisvl/pull/81
- Add more query documentation by @Spartee in https://github.com/RedisVentures/redisvl/pull/83
- Update README by @Spartee in https://github.com/RedisVentures/redisvl/pull/84
Full Changelog: RedisVentures/redisvl@0.0.4...0.0.5
0.0.4
What's Changed
- Downgrade pydantic to 1.x by @Spartee in https://github.com/RedisVentures/redisvl/pull/50
- Add FilterQuery by @Spartee in https://github.com/RedisVentures/redisvl/pull/51
- Incorporate notebook tests by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/53
- Range query support by @Spartee in https://github.com/RedisVentures/redisvl/pull/55
- Run mypy tests on commit by @Spartee in https://github.com/RedisVentures/redisvl/pull/56
- Add
-u
(--url
) option in CLI by @Spartee in https://github.com/RedisVentures/redisvl/pull/57 - Adding a pypi badge by @chayim in https://github.com/RedisVentures/redisvl/pull/60
- Adding the release drafter by @chayim in https://github.com/RedisVentures/redisvl/pull/58
- Update installation docs and readme by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/61
- Add VertexAI Text vectorizer by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/52
- make prefix optional and update vector field args by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/63
- 0.0.4 Release by @Spartee in https://github.com/RedisVentures/redisvl/pull/64
New Contributors
- @chayim made their first contribution in https://github.com/RedisVentures/redisvl/pull/60
Full Changelog: RedisVentures/redisvl@0.0.3...0.0.4
0.0.3
What's Changed
- Vectorizer improvements by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/44
- add support for processing results on search and query by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/43
- rvl stats and Formatting for index info by @Spartee in https://github.com/RedisVentures/redisvl/pull/46
- Refactor filtering approach by @Spartee in https://github.com/RedisVentures/redisvl/pull/45
- Update docs landing page and docstrings by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/47
- 0.0.3 Documentation Update by @Spartee in https://github.com/RedisVentures/redisvl/pull/48
- 0.0.3 release by @Spartee in https://github.com/RedisVentures/redisvl/pull/49
Full Changelog: RedisVentures/redisvl@0.0.2...0.0.3
0.0.2
What's Changed
- Full Fledged CLI and Library by @Spartee in https://github.com/RedisVentures/redisvl/pull/1
- readme and param defaults update by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/3
- Fix improper package specification for pip by @Spartee in https://github.com/RedisVentures/redisvl/pull/4
- PandasReader and SearchIndex by @Spartee in https://github.com/RedisVentures/redisvl/pull/13
- redisvl index command by @Spartee in https://github.com/RedisVentures/redisvl/pull/14
- Introduce Pydantic schema for index configuration by @Spartee in https://github.com/RedisVentures/redisvl/pull/15
- OpenAI and Huggingface Providers by @Spartee in https://github.com/RedisVentures/redisvl/pull/16
- LLMCache by @Spartee in https://github.com/RedisVentures/redisvl/pull/17
- Enable CI by @Spartee in https://github.com/RedisVentures/redisvl/pull/18
- First pass at docs by @Spartee in https://github.com/RedisVentures/redisvl/pull/19
- Remove pandas and readers concept by @Spartee in https://github.com/RedisVentures/redisvl/pull/20
- Llmcache example by @Spartee in https://github.com/RedisVentures/redisvl/pull/21
- Update query interface by @Spartee in https://github.com/RedisVentures/redisvl/pull/22
- Documentation Update by @Spartee in https://github.com/RedisVentures/redisvl/pull/23
- Provider Documentation by @Spartee in https://github.com/RedisVentures/redisvl/pull/24
- OpenAI Example by @Spartee in https://github.com/RedisVentures/redisvl/pull/25
- api fix by @Spartee in https://github.com/RedisVentures/redisvl/pull/26
- Update README by @Spartee in https://github.com/RedisVentures/redisvl/pull/27
- Llmcache ttl configuration by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/28
- Introduce SearchIndex.query by @Spartee in https://github.com/RedisVentures/redisvl/pull/30
- Update providers structure by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/29
- add support for cache construction from an index by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/33
- Implement Geographic Filter by @Spartee in https://github.com/RedisVentures/redisvl/pull/34
- Documentation Update by @Spartee in https://github.com/RedisVentures/redisvl/pull/37
- PyPI Infrastructure by @Spartee in https://github.com/RedisVentures/redisvl/pull/38
- Fix to CD pipeline by @Spartee in https://github.com/RedisVentures/redisvl/pull/39
- Fix to CD pipeline by @Spartee in https://github.com/RedisVentures/redisvl/pull/40
- Fix to CD pipeline by @Spartee in https://github.com/RedisVentures/redisvl/pull/41
- Add optional vectorizer bytes conversion and exponential backoff by @tylerhutcherson in https://github.com/RedisVentures/redisvl/pull/35
- Initial Release by @Spartee in https://github.com/RedisVentures/redisvl/pull/42
New Contributors
- @Spartee made their first contribution in https://github.com/RedisVentures/redisvl/pull/1
- @tylerhutcherson made their first contribution in https://github.com/RedisVentures/redisvl/pull/3
Full Changelog: https://github.com/RedisVentures/redisvl/commits/0.0.2