Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gryczj committed Nov 28, 2024
1 parent 6fdd9f8 commit 1c00638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai-platform/snippets/create-batch-embedding.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function main(projectId, inputUri, outputUri, jobName) {
// Optional: URI where the output will be stored.
// Could be a BigQuery table or a Google Cloud Storage file.
// E.g. "gs://[BUCKET]/[OUTPUT].jsonl" OR "bq://[PROJECT].[DATASET].[TABLE]"
// outputUri = 'gs://your_backet/embedding_batch_output';
// outputUri = 'gs://your_bucket/embedding_batch_output';

// The name of the job
// jobName = `Batch embedding job: ${new Date().getMilliseconds()}`;
Expand Down

0 comments on commit 1c00638

Please sign in to comment.