Skip to content

Commit 7a01503

Browse files
authored
fix(typo): fix typos in comments (#1017)
1 parent de01e1f commit 7a01503

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/code_embedding/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def connection_pool() -> ConnectionPool:
9696
TOP_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"

examples/text_embedding/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def connection_pool() -> ConnectionPool:
8686
TOP_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"],

0 commit comments

Comments
 (0)