NucliaDB is a semantic database for managing and querying unstructured data with AI-powered search. Version 6.13.0.post6240 supports Python >=3.10, <4.
pip install nucliadbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client and list resources.
Upgrade to Python >=3.10.
Replace 'from nucliadb_client import ...' with 'from nucliadb import ...'.
Use os.environ.get('NUCLIADB_ACCESS_KEY', '') and NUCLIADB_SECRET_KEY.Use NucliaDBClient for sync, NucliaDBAsyncClient for async; await methods appropriately.
No dependency data recorded yet.