You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* non-breaking:
Context -> LegacyContext
* non-breaking:
*Context -> Legacy*Context
* Context, SimpleContext, ChatContext (nee:LinearContext)
without log mechanics...
* expand -> add
* remove RootContext in favor of _is_root attribute.
* .
* actions_for_available_tools is back
* all backends adjusted to new context structure.
Session modifications left open.. (unsafe commit)
* feat: add top level funcs and start sample changes
* context adjustments and tests
* maybe breaking:
removing chat, instruct,.. from mellea/__init__.py
* untested session and sampling changes
* backends should add ACTION and MOT.
* as_chat_history adapted
* fix: ollama client instantiate to prevent stale event loops in httpx sessions
* fix: mypy issues
* Renaming:
ctx.as_list(last_n_components..)
ctx.render_for_generation() -->
ctx.view_for_generation()
* name cleanup
* adding contexts to sampling
* 1) handling sampling results and context
2) making rejection-sampling default
* adding warning
* name clarity
* remove unnecessary function
* updated tests:
- all: convert to new cotext
- contextual_session test is commented out with TODO
- session_ctx test is removed because logging changed.
* fix: watsonx errors
* fix: sampling and vision tests
* examples react - error to be looked into by @jal
* fixed react - thanks to @jal
* examples for alora (untested) and gen slots (tested)
* more examples updated
* more examples updated
* remove old context
* fix: best of n and misc changes
* fix: improve runtime of best of n sampling
* fix: add tests
* fix: remove references to LinearContext
---------
Co-authored-by: jakelorocco <[email protected]>
0 commit comments