[python] Fix a few minor bugs (#304)

This commit is contained in:
Chang She
2023-07-15 03:47:42 +08:00
committed by GitHub
parent ad18826579
commit 2fdcb307eb
5 changed files with 20 additions and 15 deletions

View File

@@ -119,6 +119,7 @@ def test_query_builder_with_different_vector_column():
columns=["b"],
nprobes=20,
refine_factor=None,
vector_column="foo_vector",
)
)