Skip to content

Commit 44fa97c

Browse files
committed
Remove todo
1 parent f817003 commit 44fa97c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • integrations/google_genai/src/haystack_integrations/components/embedders/google_genai

integrations/google_genai/src/haystack_integrations/components/embedders/google_genai/document_embedder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ def _embed_batch(
158158

159159
response = self._client.models.embed_content(**args)
160160

161-
# TODO Decide if we should return None or empty List
162161
embeddings = []
163162
if response.embeddings:
164163
for el in response.embeddings:

0 commit comments

Comments
 (0)