Skip to content

Commit

Permalink
fix(firestore-multimodal-genai): remove outdated TODO (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
cabljac committed Apr 19, 2024
1 parent 94aaaf5 commit 85a4a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export class GenerativeLanguageClient extends GenerativeClient<
});
} catch (e) {
logger.error(e);
// TODO: the error message provided exposes the API key, so we should handle this/ get the Gemini team to fix it their side.
throw new Error(
'failed to generate content, see function logs for details'
);
Expand Down
2 changes: 2 additions & 0 deletions firestore-vector-search/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ fix - better messaging on an invalid argument

docs - include description of result object from query.

chore - remove TODO security comment in code

## Version 0.0.2

feat - add Vertex AI embeddings preview
Expand Down

0 comments on commit 85a4a22

Please sign in to comment.