We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598af50 commit 26554bdCopy full SHA for 26554bd
examples/text_embedding_lancedb/main.py
@@ -89,8 +89,6 @@ async def search(query: str) -> cocoindex.QueryOutput:
89
search = await table.search(query_embedding, vector_column_name="text_embedding")
90
search_results = await search.limit(5).to_list()
91
92
- print(search_results)
93
-
94
return cocoindex.QueryOutput(
95
results=[
96
{
0 commit comments