Skip to content

Commit

Permalink
update function doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlackWolf committed Oct 2, 2024
1 parent 9a8ae11 commit b8265c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aiplatform/snippets/embedding_batch_predict.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import (
"google.golang.org/api/option"
)

// embedBatchPredict generates embeddings from text using batch processing.
func embedBatchPredict(w io.Writer, projectID, location, name, outputURI string, inputURIs []string) error {
// inputURI := []string{"gs://cloud-samples-data/generative-ai/embeddings/embeddings_input.jsonl"}
// outputURI: existing template path. Following formats are allowed:
Expand Down

0 comments on commit b8265c9

Please sign in to comment.