Skip to content

Retrieval

Semantic retrieval is exposed through POST /query.

Confirmed request fields from VectorHub-client/README.md:

  • query
  • collection_name
  • with_payload
  • score_threshold
  • limit_wo_XID
  • limit_w_XID
  • limit_w_hits
  • query_filter

The documented response shape includes:

  • status
  • message
  • data

The data payload may include states, refs, payloads, scores and system metadata depending on query options and indexed content.