What's New in 0.2
Highlights of the Wolbarg 0.2 modular provider rewrite and 0.2.1 production hardening.
Highlights
Wolbarg 0.2 is a modular rewrite around replaceable providers while keeping remember / recall familiar.
- Constructor DI + factories (
sqlite,postgres, embeddings, LLM, BM25, …) - SQLite and PostgreSQL storage
- Hybrid recall, metadata filters (
meta.*), MMR, rerankers - Document
ingest()(text, PDF, DOCX, images + OCR/vision) - Optional
llm—compress()only when configured
0.2.1 — production hardening
0.2.1 hardens both storage backends for production: WAL-safe SQLite transactions (FTS + semantic writes in one ACID batch), Postgres insert coalescing / COPY / deferred HNSW, FTS archive correctness, org-scoped ANN isolation, and compression bookkeeping aligned with recall. Same API as 0.2.0.
Ingest & peers
PDF / DOCX / OCR are not bundled. Install pdf-parse, mammoth, tesseract.js when needed.
Upgrade
npm install wolbarg@^0.2.1Read Migration and Limitations.