We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to set up AbstractorAbstractionSchemaSource for an 'about' type. On 'about.abstract' send the following request to specified NLP provider: { "universe_id": integer, "universe_name": string, "universe_name_variants": array, "about_type": string, "about_id": integer, "suggestions_uri": string "text": string } and expect the following response posted to the suggestions_uri: { 'universe_id': integer, 'about_type': string, 'about_id': string, 'source': string 'result': [{ 'galaxy': [{ 'key': string, 'value': string, 'origin': string, 'key_score': string, 'value_score': string, 'sub_keys': [{ 'key': string, 'value': string, 'origin': string, 'key_score': string, 'value_score': string, 'sub_keys': array }] }] }, { 'galaxy': [{ 'key': string, 'value': string, 'origin': string, 'key_score': string, 'value_score': string, 'sub_keys': [{ 'key': string, 'value': string, 'origin': string, 'key_score': string, 'value_score': string, 'sub_keys': array }] }] }] }
The text was updated successfully, but these errors were encountered:
Allow to set up abstractor configuration and abstractions from external
6dd53be
NLP References #128
No branches or pull requests
Allow to set up AbstractorAbstractionSchemaSource for an 'about' type. On 'about.abstract' send the following request to specified NLP provider:
{
"universe_id": integer,
"universe_name": string,
"universe_name_variants": array,
"about_type": string,
"about_id": integer,
"suggestions_uri": string
"text": string
}
and expect the following response posted to the suggestions_uri:
{
'universe_id': integer,
'about_type': string,
'about_id': string,
'source': string
'result': [{
'galaxy': [{
'key': string,
'value': string,
'origin': string,
'key_score': string,
'value_score': string,
'sub_keys': [{
'key': string,
'value': string,
'origin': string,
'key_score': string,
'value_score': string,
'sub_keys': array
}]
}]
}, {
'galaxy': [{
'key': string,
'value': string,
'origin': string,
'key_score': string,
'value_score': string,
'sub_keys': [{
'key': string,
'value': string,
'origin': string,
'key_score': string,
'value_score': string,
'sub_keys': array
}]
}]
}]
}
The text was updated successfully, but these errors were encountered: