Parameters
uuid.UUID
The id of the dataset
Returns
A list of collection objects.Errors
No such dataset
The specified dataset does not exist.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
collections, err := client.Collections.List(ctx,
datasetID,
)
collections, err := client.Collections.List(ctx,
datasetID,
)
func (collectionClient) List(
ctx context.Context,
datasetID uuid.UUID,
) ([]*datasets.Collection, error)
collections, err := client.Collections.List(ctx,
datasetID,
)
Was this page helpful?