File size: 758 Bytes
c344c74 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
openfactcheck.OpenFactCheck
===========================
.. currentmodule:: openfactcheck
.. autoclass:: OpenFactCheck
.. automethod:: __init__
.. rubric:: Methods
.. autosummary::
~OpenFactCheck.__init__
~OpenFactCheck.init_pipeline
~OpenFactCheck.init_pipeline_manually
~OpenFactCheck.init_solver
~OpenFactCheck.init_solvers
~OpenFactCheck.list_claimprocessors
~OpenFactCheck.list_retrievers
~OpenFactCheck.list_solvers
~OpenFactCheck.list_verifiers
~OpenFactCheck.load_solvers
.. rubric:: Attributes
.. autosummary::
~OpenFactCheck.FactCheckerEvaluator
~OpenFactCheck.LLMEvaluator
~OpenFactCheck.ResponseEvaluator
|