{"library":"nucliadb-protos","title":"nucliadb Protos","description":"Official protobuf definitions for NucliaDB, the AI-powered search engine. Version 6.13.0.post6185. High release cadence (weekly+).","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install nucliadb-protos","pip install nucliadb-protos==6.13.0.post6185"],"cli":null},"imports":["from nucliadb_protos.resources_pb2 import Resource","from nucliadb_protos.knowledgebox_pb2 import KnowledgeBox","from nucliadb_protos.train_pb2 import TrainSet"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from nucliadb_protos.resources_pb2 import Resource\n\n# Create a basic Resource message\nresource = Resource()\nresource.slug = \"my-doc\"\nresource.title = \"Hello, NucliaDB!\"\n\n# Access fields\nprint(resource.slug, resource.title)","lang":"python","description":"Import and use a protobuf message from nucliadb-protos.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}