Intelligence Layer Release 4.0.1
What's new with version 4.0.1
4.0.1
Dear developers, we’re happy to announce the release of the Intelligence Layer 4.0.1! This release focuses on usability of the tracers.
To help you navigate these updates since release 3.0.0, we’ve organized them by topics, offering a clearer view of what’s new in each functional area. For the full list of changes, please refer to the changelog on our GitHub release page.
Easy access of tracers
The tracers are now stored in the Lineage
for easy access when navigating the repositories.
Additionally, the traces for each example are also stored in the pandas Dataframe
and can be send to the trace viewer by, e.g., displaying the tracer entry in a Jupyter notebook.
Optional metadata for examples
It is now possible to add metadata to each Example
. This is useful for evaluations and aggregations with more complex logic, or when filtering the dataset for specific examples.
Breaking Changes
For a detailed list see our GitHub release page.
- Changes to the
Tracer
and removal of theTrace
class. - Replaced langdetect with lingua as language detection tool. This mean that old thresholds for detection might need to be adapted.
These listed updates aim to assist you in easily integrating the new changes into your workflows. As always, we are committed to improving your experience and supporting your AI development needs. Please refer to our updated documentation and how-to guides linked throughout this update note for detailed instructions and further information. Happy coding!