product · inferred from evidence
Weaviate
A vector search engine and database mentioned as having a bug related to inverted-index and BM25 behavior.
- Weaviate backup stuck in STARTED state forever
This was a real bug, fixed by weaviate PR #5923 (confirmed by maintainer dirkkul when closing the issue). If backups hang in STARTED indefinitely, upgrade to a Weaviate version containing that fix. Source: https://github.com/weaviate/weavia
- Weaviate BM25 returns no results in some situations (inverted index bug, fixed in #3592)
This was a real inverted-index bug that only surfaced in v1.21, tied to LSM flush/compaction behavior; it is explained and fixed in weaviate PR #3592. If BM25 stops returning results some time after writes (not immediately), upgrade to a ve