You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.dynamodb.yaml
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,9 @@ commands:
101
101
--tags=:
102
102
description: A list of key-value pairs to label the table.
103
103
nargs: -1
104
+
--vector-indexes=:
105
+
description: One or more vector indexes to be created on the table.
106
+
nargs: -1
104
107
--warm-throughput=: Represents the warm throughput (in read units per second and write units per second) for creating a table.
105
108
completion:
106
109
flag:
@@ -593,6 +596,9 @@ commands:
593
596
--provisioned-throughput-override=: Provisioned throughput settings for the restored table.
594
597
--sse-specification-override=: The new server-side encryption settings for the restored table.
595
598
--target-table-name=!: The name of the new table to which the backup must be restored.
599
+
--vector-index-override=:
600
+
description: The vector indexes for the restored table.
601
+
nargs: -1
596
602
completion:
597
603
flag:
598
604
billing-mode-override:
@@ -620,6 +626,9 @@ commands:
620
626
--sse-specification-override=: The new server-side encryption settings for the restored table.
621
627
--target-table-name=!: The name of the new table to which it must be restored to.
622
628
--use-latest-restorable-time: Restore the table to the latest possible time.
629
+
--vector-index-override=:
630
+
description: The vector indexes for the restored table.
631
+
nargs: -1
623
632
completion:
624
633
flag:
625
634
billing-mode-override:
@@ -667,6 +676,29 @@ commands:
667
676
- ALL_PROJECTED_ATTRIBUTES
668
677
- SPECIFIC_ATTRIBUTES
669
678
- COUNT
679
+
- name: search-vectors
680
+
description: Performs a vector similarity search on a vector index associated with an Amazon DynamoDB table, and returns the most similar items sorted by similarity score based on the distance function configured for the index.
681
+
flags:
682
+
--cli-input-json=: Read arguments from the JSON string provided.
683
+
--cli-input-yaml=: Read arguments from the YAML string provided.
684
+
--expression-attribute-names=: One or more substitution tokens for attribute names in an expression.
685
+
--expression-attribute-values=: One or more values that can be substituted in an expression.
686
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
687
+
--index-name=!: The name of the vector index to search.
688
+
--projection-expression=: A string that identifies one or more attributes to retrieve from the index.
689
+
--return-consumed-capacity=: ""
690
+
--search-condition-expression=: A condition expression used to filter the vector search results.
691
+
--search-vector=!:
692
+
description: The search vector to compare against the indexed vectors.
693
+
nargs: -1
694
+
--table-name=!: The name or Amazon Resource Name (ARN) of the table containing the vector index.
695
+
--top-k=!: The number of most similar results to return.
696
+
completion:
697
+
flag:
698
+
return-consumed-capacity:
699
+
- INDEXES
700
+
- TOTAL
701
+
- NONE
670
702
- name: tag-resource
671
703
description: Associate a set of tags with an Amazon DynamoDB resource.
672
704
flags:
@@ -859,6 +891,9 @@ commands:
859
891
--stream-specification=: Represents the DynamoDB Streams configuration for the table.
860
892
--table-class=: The table class of the table to be updated.
861
893
--table-name=!: The name of the table to be updated.
894
+
--vector-index-updates=:
895
+
description: A list of vector indexes to be added to or removed from the table.
896
+
nargs: -1
862
897
--warm-throughput=: Represents the warm throughput (in read units per second and write units per second) for updating a table.
0 commit comments