library
last updated
10/30/2023
library
The low-level, core functionality of boto3 and the AWS CLI.
quickstart
Install the context client.
pip install fleet-context
Download the embeddings to a dataframe.
from context import download_embeddings
df = download_embeddings("botocore")
embeddings