FETCH402
← Protocol index

Resource / 540

unknown

GEDX402 Knowledge.

Rerank documents against a query with BGE Reranker Base (@cf/baai/bge-reranker-base). POST query plus documents[]; returns relevance scores for search and RAG pipelines.

Eligibility
unprobeable
Failures
0
Last quote
Last probe
Payment requirements / accepts[] 1 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 2300 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0xb3C2776cE3F99cb3366520c27b4aC5D436942Ab6

All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.

Probe evidence 0 recent

No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.

Machine contract

Schemas.

InputJSON
{
  "body": {
    "contexts": [
      {
        "text": "Vector DBs store embeddings."
      }
    ],
    "query": "RAG?",
    "top_k": 2
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}
OutputJSON
{
  "example": {
    "response": [
      {
        "index": 0,
        "score": 0.92
      }
    ]
  },
  "type": "json"
}