[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

@@ -226,6 +226,7 @@ class LanceQueryBuilder:
columns=self._columns,
nprobes=self._nprobes,
refine_factor=self._refine_factor,
vector_column=self._vector_column,
)
return self._table._execute_query(query)