Skip to content

Add 'domain' and 'vocabulary_id' fields into return values of embedding search #44

Description

@oneash98

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions