diff --git a/docs/service_registration/service_metadata_ropsten_topic_analysis.json b/docs/service_registration/service_metadata_ropsten_topic_analysis.json new file mode 100644 index 0000000..04f5dec --- /dev/null +++ b/docs/service_registration/service_metadata_ropsten_topic_analysis.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "display_name": "topic-analysis", + "encoding": "proto", + "service_type": "grpc", + "payment_expiration_threshold": 40320, + "model_ipfs_hash": "QmYMZZjkiZ8Y5SCj6QPeFNnSZAjLxskhx7KmCp9YJX28sk", + "mpe_address": "0x7E6366Fbe3bdfCE3C906667911FC5237Cc96BD08", + "pricing": { + "price_model": "fixed_price", + "price_in_cogs": 1 + }, + "groups": [ + { + "group_name": "default_group", + "group_id": "eAzz4LHFA1SO6BiIsKXbAuiL7SqfadLy5aHWj1QIxwo=", + "payment_address": "0x32Cb8b6a2E3A8cB319dBBbECb354F23197746704" + } + ], + "endpoints": [ + { + "group_name": "default_group", + "endpoint": "https://tz-services-1.snet.sh:2301" + } + ], + "service_description": { + "url": "https://github.com/singnet/topic-analysis", + "description": "Given a collection of documents, extracts the topics that exist in the collection. A document can consist of a single sentence." + } +} diff --git a/docs/service_registration/service_metadata_topic_analysis_kovan.json b/docs/service_registration/service_metadata_topic_analysis_kovan.json new file mode 100644 index 0000000..a941c21 --- /dev/null +++ b/docs/service_registration/service_metadata_topic_analysis_kovan.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "display_name": "topic-analysis", + "encoding": "proto", + "service_type": "grpc", + "payment_expiration_threshold": 40320, + "model_ipfs_hash": "QmYMZZjkiZ8Y5SCj6QPeFNnSZAjLxskhx7KmCp9YJX28sk", + "mpe_address": "0x39f31Ac7B393fE2C6660b95b878FEB16eA8f3156", + "pricing": { + "price_model": "fixed_price", + "price_in_cogs": 1 + }, + "groups": [ + { + "group_name": "default_group", + "group_id": "teO464wjqarw41ud9myb2ZWEsT/J5Cj7joprYdheSTU=", + "payment_address": "0x32Cb8b6a2E3A8cB319dBBbECb354F23197746704" + } + ], + "endpoints": [ + { + "group_name": "default_group", + "endpoint": "https://tz-services-1.snet.sh:2300" + } + ], + "service_description": { + "url": "https://github.com/singnet/topic-analysis", + "description": "Given a collection of documents, extracts the topics that exist in the collection. A document can consist of a single sentence." + } +}