recipe just to view annotations in a db

I think this must exist but after reviewing the recipes and docs I couldnt find what I want.
I just want to view the annotations in a db -- no reviewing, no annotation etc. So no need to load a model or anything like this. In this case I want to view NER and RE annotations -- is this supported?

Sorry if I missed it.

prodigy db-out dataset > exported_file.jsonl
prodigy mark ner_dataset2 ./exported_file.jsonl --view-id ner

3 Likes

Thanks :bowing_man:

1 Like