[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
c267c3772c
commit
e5c9d33061
3 changed files with 5 additions and 7 deletions
|
|
@ -46,7 +46,9 @@ def test_lexical_search_roundtrip(isolated_rag_db):
|
|||
scope,
|
||||
[
|
||||
_chunk("c1", "the quick brown fox jumps over the lazy dog", index = 0),
|
||||
_chunk("c2", "machine learning models predict outputs from inputs", index = 1),
|
||||
_chunk(
|
||||
"c2", "machine learning models predict outputs from inputs", index = 1
|
||||
),
|
||||
_chunk("c3", "fox terriers are small dogs", index = 2),
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue