* initial implementation of embeddings
* embeddings work!
* added test for config parsing
* removed blank line
* added bookkeeping for embeddings
* update
* skeleton of variant implementation
* added comprehensive testing
* added embedding sanity check
* wip
* wip
* dicl implementation builds
* unit tests pass
* cleaned up clippies
* added test for validating embedding model
* simplified request lifetimes in chat completion prepare request
* added unit test for variant prepare request
* added unit test for variant infer_model_request
* added unit test for variant `infer_model_request_stream
* removed todo that was solved
* added unit tests for message preparation for dicl
* added integration test for dicl
* added good integration tests for dicl; fixed the reading of system instructions
* completed json integration test for dicls
* addressed PR comments
* Dicl recipe (#364)
* added dicl notebook
* haiku writer runs but doesn't improve things
* added working ner-dicl example
* added new things for recipe
* added the example dicl performance figure and cleaned up example
* cleaned up notebook and wrote a readme
* Update
* Update
* reordered derives
* bumped python client version
---------
Co-authored-by: Gabriel Bianconi <[email protected]>