mnemostack 0.2.0b1
Pre-release
Pre-release
Changed
- BREAKING:
bm25_docs_from_qdrant()andBM25Retriever.from_qdrant()defaultlimitchanged from40000toNone(unbounded). For users who relied on the implicit cap, passlimit=40000explicitly. Rationale: silent data loss for users with active conversations.
Added
- feat:
newer_than/older_thanISO timestamp filters for rolling-window BM25 corpora loaded from Qdrant.