Skip to content

v0.31: Hybrid Search 🔎 and Custom Metadata! 🚀

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 15:48
· 131 commits to main since this release
da66a58

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