Hi @Hyanam ,
Annotations are stored by default in the sqlite database prodigy.db
that is created in your Prodigy Home directory. You can inspect the path to the default Prodigy Home by running python -m prodigy stats
.
To export the annotations to .jsonl
format you can use prodigy db-out
command. To export the annotations to spaCy DocBin
format you can use data-to-spacy
command. Finally, you can pretty print the annotations in the terminal for a quick look with print-dataset
command.