You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(search): add removeDocument method to Tfidf class
This commit introduces a new method, removeDocument, to the Tfidf class in the code-search module. This method allows for the removal of a document from the documents array using a key. If the document is found and removed, the idfCache is invalidated.
0 commit comments