Skip to content

Commit

Permalink
update with stream results
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl committed Jul 22, 2023
1 parent 655df18 commit cdcca48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/citation_with_extraction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ curl -X 'POST' \
}'
```

```
data: {'body': 'In school, the author went to an arts high school.', 'spans': [(91, 106)], 'citation': ['arts highschool']}
data: {'body': 'In university, the author studied Computational Mathematics and physics.', 'spans': [(135, 172)], 'citation': ['Computational Mathematics and physics']}
```

## Requirements

Expand Down

0 comments on commit cdcca48

Please sign in to comment.