Simulation
The MRC search engine uses the uploaded documents to find answers (to questions).
Browser
Navigate the 'Simulation' menu. Then enter your questions into the text box.

If you have entered the questions correctly, you can check the answers and the retrieved documents. The correct answer is sorted in descending order by the confidence value.

Get MRC result
GET http://alpha.42maru.com/api/broker/answer
Return the correct answer to the question.
Headers
X-PLATFORM42-APP-ID
string
Application id
X-PLATFORM42-API-KEY
string
Key with access to application
Request Body
query
string
Questions to be forwarded to the MRC search engine.
debug
boolean
When set to true, you can check the search results in more detail.
count
integer
Number of correct answers to receive in response.
Last updated
Was this helpful?