mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: remove internal TODO comment
PiperOrigin-RevId: 810583734
This commit is contained in:
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,
|
||||
|
||||
Reference in New Issue
Block a user