awswrangler.s3.get_vectors

awswrangler.s3.get_vectors(*, keys: list[str], return_data: bool = False, return_metadata: bool = False, vector_bucket: str | None = None, vector_bucket_arn: str | None = None, index: str | None = None, index_arn: str | None = None, use_threads: bool | int = True, boto3_session: Session | None = None) DataFrame

Retrieve vectors by key. Returns a DataFrame with columns key and (optionally) vector, metadata.

Up to 100 keys per underlying API call (chunked automatically).

Return type:

DataFrame