File size: 709 Bytes
ee037e9 |
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 |
---
myst:
html_meta:
"description lang=en": |
Top-level documentation for openfactcheck, with links to the rest
of the site..
html_theme.sidebar_secondary.remove: true
---
# OpenFactCheck Documentation
OpenFactCheck is an open source, Apache-licensed library designed to facilitate the evaluation and enhancement of factuality in responses generated by large language models (LLMs).
## Installation
To install OpenFactCheck, run the following command:
## Usage
The usage of OpenFactCheck is documented below.
```{toctree}
:maxdepth: 2
Usage <usage/index>
```
## API
The content of the exposed `openfactcheck` API is documented below.
```{toctree}
:maxdepth: 2
API <api/index>
``` |