xhluca / bm25s

Fast lexical search implementing BM25 in Python using Numpy, Numba and Scipy
https://bm25s.github.io
MIT License
862 stars 35 forks source link

how to dynamic add/delete documents #19

Closed luoyangen closed 3 months ago

luoyangen commented 3 months ago

Hi, would it be possible to add or delete documents to the indexed corpus and index with low time cost?