chore: remove internal TODO comment

PiperOrigin-RevId: 810583734
This commit is contained in:
Xuan Yang
2025-09-23 15:36:06 -07:00
committed by Copybara-Service
parent cbb609233b
commit e86ca5762a
@@ -381,10 +381,6 @@ def similarity_search(
f" {nearest_neighbors_algorithm}"
)
# copybara:strip_begin(internal comment)
# TODO: Once Spanner supports ML.PREDICT in WITH CTE, we can execute
# the embedding and the search in one query instead of two separate queries.
# copybara:strip_end
embedding = _get_embedding_for_query(
database,
database.database_dialect,