Use Redis to measure the Sorter insertions

This commit is contained in:
Clément Renault
2024-07-17 13:55:51 +02:00
parent 48bc797dce
commit f17cb2ef5b
8 changed files with 62 additions and 0 deletions

View File

@@ -67,6 +67,8 @@ filter-parser = { path = "../filter-parser" }
# documents words self-join
itertools = "0.13.0"
redis = "0.25.4"
csv = "1.3.0"
candle-core = { version = "0.6.0" }
candle-transformers = { version = "0.6.0" }