v5.0.0
This is the first production release for OpenAleph 5 versions.
openaleph-procrastinate is the task queue for OpenAleph, based on procrastinate
The switch to a postgresql-backed task queue implementation allows better task insights and status reports, as the reason to find why something was failing (e.g. a document ingest or an entity re-index) is just 1 SQL query away.
openaleph-procrastinate is used accross the OpenAleph toolstack, namely:
- OpenAleph itself for management tasks, indexing tasks
- ingest-file for batch document ingestion processing
- ftm-analyze for entity NER analysis
What's Changed
- Refactoring (e.caption & skip in-memory db) by @catileptic in #13
Full Changelog: v0.0.26...v5.0.0