upgrade fuzzy search library

use process.extract to produce a list of fuzzy matches instead of
process.extractOne
This commit is contained in:
Michael Yang
2023-07-05 11:13:44 -07:00
parent 27ead750c3
commit 6ce9a58c35
4 changed files with 28 additions and 31 deletions

View File

@@ -18,7 +18,7 @@ validators = "^0.20.0"
yaspin = "^2.3.0"
llama-cpp-python = "^0.1.67"
ctransformers = "^0.2.10"
fuzzywuzzy = {extras = ["speedup"], version = "^0.18.0"}
thefuzz = {version = "^0.19.0", extras = ["speedup"]}
[build-system]
requires = ["poetry-core"]