availability and count arguments are deprecated and no longer affect the response.
Parameters
bool | None
Deprecated. Collection availability is always returned.
bool | None
Deprecated. Collection datapoint counts are always returned.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
info = collection.info()
info = collection.info()
def Collection.info(
availability: bool | None = None,
count: bool | None = None,
) -> CollectionInfo
availability and count arguments are deprecated and no longer affect the response.
info = collection.info()
Was this page helpful?