Skip to content

Commit

Permalink
mention some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Jun 13, 2024
1 parent 9f6e5a7 commit 4643d55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/operating_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This document explains how Quepid can be operated and configured.
- [Using Personal Access Tokens](#using-personal-access-tokens)
- [Scripting Users Cases Ratings](#scripting-users-cases-ratings)
- [Posting Announcements to Users](#posting-announcements-to-users)
- [Integrating External Eval Pipeline](#integrating-external-eval-pipeline)

## Installing Quepid

Expand Down Expand Up @@ -291,3 +292,7 @@ Sometimes you need to communicate to your users, like the fact that a scorer has
```

Once they see it, they won't see it again.

## Integrating External Eval Pipeline

If you have an external evaluation pipeline, you can easily post the results of that pipeline into Quepid using the API. See (./examples/external_eval) for a simple Python script that demonstrates storing Scores for a Case that are calculated externally.

0 comments on commit 4643d55

Please sign in to comment.