Skip to content

Commit d66ec9d

Browse files
author
Joanna Grycz
committed
fix typo
1 parent 5928723 commit d66ec9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai-platform/snippets/create-batch-embedding.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async function main(projectId, inputUri, outputUri, jobName) {
3636
// Optional: URI where the output will be stored.
3737
// Could be a BigQuery table or a Google Cloud Storage file.
3838
// E.g. "gs://[BUCKET]/[OUTPUT].jsonl" OR "bq://[PROJECT].[DATASET].[TABLE]"
39-
// outputUri = 'gs://your_backet/embedding_batch_output';
39+
// outputUri = 'gs://your_bucket/embedding_batch_output';
4040

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

0 commit comments

Comments
 (0)