post http://localhost:8000/eval-feedback
This endpoint returns basic accuracy metrics based on user feedback, for example, the ratio of correct answers or correctly identified documents.
You can filter the output by document or label.
Example:
curl --location --request POST 'http://127.0.0.1:8000/eval-doc-qa-feedback' --header 'Content-Type: application/json' --data-raw '{ "filters": {"document_id": ["XRR3xnEBCYVTkbTystOB"]} }'