File tree Expand file tree Collapse file tree
internal/pkg/cli/command/index Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments