Python client for exporting and managing datasets from NucliaDB, a semantic search engine for unstructured data. Version 6.13.0.post6240 supports Python 3.10+. Actively maintained on GitHub.
pip install nucliadb-datasetNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: initialize client, list and retrieve datasets.
Update method calls: `list()` and `get()` instead of `list_datasets()` and `get_dataset()`.
Replace `region='europe-1'` with `endpoint='https://europe-1.nucliadb.com'`.
Always use keyword argument: `NucliaDataset(api_key='...', endpoint='...')`.