Skip to main content
The Hugging Face plugin syncs data locally. Use corsair.huggingface.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Collections

Path: huggingface.db.collections.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Datasets

Path: huggingface.db.datasets.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Discussions

Path: huggingface.db.discussions.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Models

Path: huggingface.db.models.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Papers

Path: huggingface.db.papers.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Spaces

Path: huggingface.db.spaces.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.