xhluca / bm25s

Fast lexical search library implementing BM25 in Python using Numpy and Scipy
https://bm25s.github.io
MIT License
767 stars 31 forks source link

可以增量更新索引吗? #22

Closed bojone closed 2 months ago

bojone commented 2 months ago

如题。实际情况下有很多场景需要实时增量更新。

如果有可能的话,建议参考whoosh、tantivy等,封装为一个比较完整的全文检索底层库。