Better handle empty results from tantivy (#155)

Closes #154

---------

Co-authored-by: Chang She <chang@lancedb.com>
This commit is contained in:
Chang She
2023-06-05 18:18:14 -07:00
committed by GitHub
parent d803482588
commit 50cdb16b45
5 changed files with 14 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ repository = "https://github.com/lancedb/lancedb"
[project.optional-dependencies]
tests = [
"pytest"
"pytest", "pytest-mock"
]
dev = [
"ruff", "pre-commit", "black"