v0.31: Hybrid Search 🔎 and Custom Metadata! 🚀
What's Changed
- Add custom metadata to messages in the form of arbitrarily deep json documents
- Hybrid vector similarity search across both message text embeddings and metadata
by @danielchalef in #43
NOTE BREAKING CHANGE:
Search models SearchPayload
and SearchResult
have been renamed MemorySearchPayload
and MemorySearchResult
respectively.
Full Changelog: v0.30...v0.31