poetry
for dependency management and supports python versions 3.8+.
To install poetry, run the following command from the project root directory:
meta
containing metadata for a dataset test_dataset
.
s3://my-bucket/my-dataset/metadata.json
PINECONE_DATASETS_ENDPOINT
environment variable.
Example
The following export command changes the default dataset storage endpoint to gs://my-bucket
. Calling list_datasets
or load_dataset
now scans that bucket and list all datasets.
s3://
as a prefix to your bucket to access an s3 bucket.
PINECONE_DATASETS_ENDPOINT
to the s3 address for your bucket.list_datasets
and load_dataset
functions.Dataset
constructor.
Example
The following loads the dataset non-listed-dataset
.