Motivation
Hi.
I tested some features of Groundworkers with Bedrock, and I found that the return values of the embedding search tool lack the domain and vocabulary_id fields.
(current content example):
{
"query_text": "type 2 DM",
"model_name": "qwen3-embedding:0.6b",
"results": [
{
"concept_id": 201826,
"concept_name": "Type 2 diabetes mellitus",
"similarity": 0.928801,
"is_standard": true,
"is_active": null
},
{
"concept_id": 4130164,
"concept_name": "Maturity onset diabetes of the young, type 2",
"similarity": 0.919701,
"is_standard": true,
"is_active": null
}
]
}
Pitch
I think it would be helpful to include domain and vocabulary_id in the return values
Alternatives
No response
Additional context
No response
Motivation
Hi.
I tested some features of Groundworkers with Bedrock, and I found that the return values of the embedding search tool lack the domain and vocabulary_id fields.
(current content example):
{
"query_text": "type 2 DM",
"model_name": "qwen3-embedding:0.6b",
"results": [
{
"concept_id": 201826,
"concept_name": "Type 2 diabetes mellitus",
"similarity": 0.928801,
"is_standard": true,
"is_active": null
},
{
"concept_id": 4130164,
"concept_name": "Maturity onset diabetes of the young, type 2",
"similarity": 0.919701,
"is_standard": true,
"is_active": null
}
]
}
Pitch
I think it would be helpful to include domain and vocabulary_id in the return values
Alternatives
No response
Additional context
No response