help wanted: include more examples
theres a bunch of examples in the python version, including documentation here https://jxnl.github.io/instructor/examples/
here are all the examples, only a few of them are interesting so use the cookbooks to prioritize https://github.com/jxnl/instructor/tree/main/examples
TODO
- [x] Add
llm_validator - [ ] Logging for Distillation / Finetuning
- [x] Support Streaming
- [ ] Optional/Maybe types
- [ ] Add Tutorials, include in docs
- [x] Text Classification
- [x] Self Critique
- [ ] Image Extracting Tables
- [x] Moderation
- [x] Citations
- [x] Knowledge Graph
- [ ] Entity Resolution
- [ ] Search Queries
- [x] Query Decomposition
- [x] Action Item and Dependency Mapping
Will give the Query Decomposition example a try. Edit: Added it here #41
Will add Action Item and Dependency Mapping next
Action Item and Dependency Mapping here: #42
Added Citations example: #107
If approved please update the TODO, also Self Critique can be checked as that example is present in the docs
Implemented content moderation and added example: #109
Added Image Extracting Tables example in https://github.com/instructor-ai/instructor-js/pull/118