File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ def connection_pool() -> ConnectionPool:
9696TOP_K = 5
9797
9898
99- # Declaring it ss a query handler, so that you can easily run queries in CocoInsight.
99+ # Declaring it as a query handler, so that you can easily run queries in CocoInsight.
100100@code_embedding_flow .query_handler (
101101 result_fields = cocoindex .QueryHandlerResultFields (
102102 embedding = ["embedding" ], score = "score"
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def connection_pool() -> ConnectionPool:
8686TOP_K = 5
8787
8888
89- # Declaring it ss a query handler, so that you can easily run queries in CocoInsight.
89+ # Declaring it as a query handler, so that you can easily run queries in CocoInsight.
9090@text_embedding_flow .query_handler (
9191 result_fields = cocoindex .QueryHandlerResultFields (
9292 embedding = ["embedding" ],
You can’t perform that action at this time.
0 commit comments