Skip to content

Commit 655247e

Browse files
tweak examples
1 parent 4a8919d commit 655247e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/pkg/cli/command/index/create.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ func NewCreateIndexCmd() *cobra.Command {
8282
$ pc index create --name my-index --dimension 1536 --metric cosine --cloud aws --region us-east-1
8383
8484
# create a pod index
85-
$ pc index create --name my-index --dimension 1536 --metric cosine --environment prod --pod-type s1 --shards 2 --replicas 2
85+
$ pc index create --name my-index --dimension 1536 --metric cosine --environment us-east-1-aws --pod-type p1.x1 --shards 2 --replicas 2
8686
8787
# create an integrated index
88-
$ pc index create --name my-index --dimension 1536 --metric cosine --cloud aws --region us-east-1 --model multilingual-e5-large
88+
$ pc index create --name my-index --dimension 1536 --metric cosine --cloud aws --region us-east-1 --model multilingual-e5-large --field_map text=chunk_text
8989
`),
9090
Run: func(cmd *cobra.Command, args []string) {
9191
runCreateIndexCmd(options)

0 commit comments

Comments
 (0)