currently when querying a vector db, the result has only the id and score. So I need an extra 5 call

currently when querying a vector db, the result has only the id and score.
So I need an extra 5 calls to get the metadata (one for each, if topK=5).

Is it planned to return also metadata on query or it will never be available?
Was this page helpful?