Skip to content

Version 0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 14:09
· 199 commits to refs/heads/main since this release
cf41ed7

Changes

🔥 Breaking Changes

  • (#417) - The core Execute and ExecuteAsync methods have been changed from accepting args as a string[] to accepting them as a object[]. This will largely be transparent to you if you use the higher level APIs within Redis OM, however if you use those methods you may be impacted.

🚀 New Features

  • Vector Search and Semantic Caching (#417) - Added the ability to Index, Create, and query Vectors using Redis OM.

Contributors

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

@slorello89