Releases: lmnr-ai/lmnr
v0.1.2-alpha.1
What's Changed
- lift the restriction on data and target to be json objects by @dinmukhamedm in #142
- fix docs URL in dashboard headers by @dinmukhamedm in #143
- upload images on consumer side of rabbitmq by @dinmukhamedm in #146
- remove traceloop attributes by @dinmukhamedm in #147
- [1/3] record project_id in spans table by @dinmukhamedm in #148
- query all spans with project_id by @dinmukhamedm in #149
- add migrations for the updated spans table with project id by @dinmukhamedm in #152
- overwrite span id when attribute set, query unique traces by @dinmukhamedm in #155
- Feat/human-evals by @skull8888888 in #157
- fixed path by @skull8888888 in #158
- fixed add label by @skull8888888 in #159
- delete label class in queue by @skull8888888 in #161
- batch insert labeling q items, ignore non-existent qs by @dinmukhamedm in #162
- Fix/online-evals by @skull8888888 in #164
- insert human eval scores to clickhouse by @dinmukhamedm in #163
- Labeling queues by @dinmukhamedm in #165
- [beta] add button for csv export from evals by @dinmukhamedm in #166
- small redesign of labeling queue by @skull8888888 in #167
- allow downloading datasets as JSON, minor refactor by @dinmukhamedm in #168
- allow purchasing additional seats in workspace by @dinmukhamedm in #169
- exports by @dinmukhamedm in #170
Full Changelog: v0.1.2-alpha.0...v0.1.2-alpha.1
v0.1.2-alpha.0
What's Changed
- redirect to onboarding if no workspaces yet by @dinmukhamedm in #118
- Stars by @skull8888888 in #119
- store evals in flattened table by @dinmukhamedm in #120
- move project filter in evals page to fix placeholder by @dinmukhamedm in #122
- Fix typo in README by @timvisee in #124
- Improve onboarding, fix eval page placeholder by @dinmukhamedm in #126
- Fix/improve-responsiveness-projectCards by @lucky29-git in #132
- Replaced all Loader to Loader2 by @lucky29-git in #133
- explicit mapping in labels by @skull8888888 in #135
- Copy by @skull8888888 in #136
- Explicit mapping in labels + frontend improvements by @dinmukhamedm in #137
New Contributors
- @timvisee made their first contribution in #124
- @lucky29-git made their first contribution in #132
Full Changelog: v0.1.1...v0.1.2-alpha.0
v0.1.1
This is the first non-pre-release version of Laminar. Laminar features
- Tracing
- Data labeling
- Evaluations, both online and offline
- Datasets and re-ingestion to prompts
- Prompt chains in a visual builder
The version has a working setup for self-hosting and docker images builds.
There is still much more in the future, as always lots of room for improvement. We work hard and appreciate community contributions.
v0.1.1-alpha.13
- Fixes for Vercel AI SDK
- Lite version for quickstart on self-hosting
- Additional routes to delete datasets
- Minor fixes here and ther
v0.1.1-alpha.12
Improve visuals on code editor, better handling for span path, check for email address validity in self-hosted local authentication
v0.1.1-alpha.11
Updates to datapoints view, reliability around span consumer, minor fixes
v0.1.1-alpha.9
- Query LLM costs from DB, so that no costs are hard-coded anymore
- Write tool use blocks into outputs too, because previously they were not instrumented and/or only stored as attributes
- Store provider keys encrypted in the DB, so we can run online evals with them
- Sheet view for text fields in the spans/traces view
- Small improvements around the onboarding and self-hosting experience
v0.1.1-alpha.10
Minor fix to redirects for onboarding in local development
v0.1.1-alpha.8
Update the version of Node in Next, fix the build
v0.1.1-alpha.7
This release brings all the features that were previously kept closed source, but now are just disabled runtime with env vars