Skip to content

[concept-insights] getConceptRelatedConcepts method does not support multiple source concepts #163

@g-may

Description

@g-may

cURL and Node SDKs allow multple source concepts to be passed in the concepts query parameter at the following endpoint:
/v2/{graph-id-path}/related_concepts

The SDK currently uses
/v2/{concept-id-path}/related_concepts
and is restricted to only one query concept

example request:

curl -u "{username}":"{password}" -G -d "concepts=[\"/graphs/wikipedia/en-latest/concepts/IBM_Watson\",\"/graphs/wikipedia/en-latest/concepts/Business\"]&level=1&limit=2" "https://gateway.watsonplatform.net/concept-insights/api/v2/graphs/wikipedia/en-latest/related_concepts"

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions