AWS opensearch-service documentation change
Summary
Updated supported document format from 'parquet' to 'Parquet or JSONL' and corrected 'vector injection' to 'vector ingestion'.
Security assessment
This change expands the list of supported input formats for vector ingestion and fixes a typo. It is a feature update with no security implications, as it does not relate to vulnerabilities, access control, or data protection.
Diff
diff --git a/opensearch-service/latest/developerguide/serverless-vector-ingestion.md b/opensearch-service/latest/developerguide/serverless-vector-ingestion.md index 7e57a634e..fc1b0e47c 100644 --- a//opensearch-service/latest/developerguide/serverless-vector-ingestion.md +++ b//opensearch-service/latest/developerguide/serverless-vector-ingestion.md @@ -29 +29 @@ Before using vector ingestion, ensure you have the following resources: - * Amazon S3 bucket containing your OpenSearch JSON documents in parquet format + * Amazon S3 bucket containing your OpenSearch JSON documents in Parquet or JSONL format @@ -46 +46 @@ The procedural content in this section is subject to change as the user interfac -###### To create a vector injection job +###### To create a vector ingestion job