refactor: Remove comment
This commit is contained in:
parent
50032dd133
commit
4054307b15
1 changed files with 0 additions and 2 deletions
|
|
@ -247,8 +247,6 @@ class LanceDBAdapter(VectorDBInterface):
|
||||||
|
|
||||||
result_values = await collection.vector_search(query_vector).limit(limit).to_list()
|
result_values = await collection.vector_search(query_vector).limit(limit).to_list()
|
||||||
|
|
||||||
# result_values = list(results.to_dict("index").values())
|
|
||||||
|
|
||||||
if not result_values:
|
if not result_values:
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue