Skip to content

mnemostack 0.2.0b1

Pre-release
Pre-release

Choose a tag to compare

@Udjin79 Udjin79 released this 26 Apr 18:53
· 185 commits to main since this release
939a38f

Changed

  • BREAKING: bm25_docs_from_qdrant() and BM25Retriever.from_qdrant() default limit changed from 40000 to None (unbounded). For users who relied on the implicit cap, pass limit=40000 explicitly. Rationale: silent data loss for users with active conversations.

Added

  • feat: newer_than / older_than ISO timestamp filters for rolling-window BM25 corpora loaded from Qdrant.