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
- remove query macro to fix build by @dinmukhamedm in #121
- move project filter in evals page to fix placeholder by @dinmukhamedm in #122
- update react-email dep to fix dependabot alert about next 14.2.9 by @dinmukhamedm in #123
- Fix typo in README by @timvisee in #124
- Improve onboarding, fix eval page placeholder by @dinmukhamedm in #126
- upgrade next-auth to fix dependabot alert by @dinmukhamedm in #131
- 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
- extract copy to clipboard button to a reusable component by @dinmukhamedm in #138
- Explicit mapping in labels + frontend improvements by @dinmukhamedm in #137
- 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
- parse litellm attributes by @dinmukhamedm in #171
- parse litellm attributes (#171) by @dinmukhamedm in #172
- add claude-3-5-haiku to pipeline and prices by @dinmukhamedm in #174
- add claude-3-5-haiku to pipeline and prices (#174) by @dinmukhamedm in #175
- fix evaluations query to write the label to the correct evaluation by @dinmukhamedm in #176
- fix evaluations query in labeling queue (#176) by @dinmukhamedm in #177
- added backlink to dataset in spans by @skull8888888 in #178
- added project auth to middleware by @skull8888888 in #181
- don't join spans on count traces query by @dinmukhamedm in #182
- return true on the backend for any traces in project by @dinmukhamedm in #183
- Middleware auth, traces page efficiency by @dinmukhamedm in #184
- fixed post requests by @skull8888888 in #185
- temporarily rename the CH table to old_evaluation_results by @dinmukhamedm in #187
- improved ui for workspaces by @skull8888888 in #188
- query table evaluation_results with timestamp by @dinmukhamedm in #189
- update evaluation table schema by @dinmukhamedm in #190
- Migrate get evaluations query to Drizzle on API Frontend by @haikalvidya in #160
- improve UI for workspaces + internal fixes by @dinmukhamedm in #193
- Fix/span type filter by @dinmukhamedm in #195
- v0: write association props .label. as labels by @dinmukhamedm in #196
- Store label values sent from association properties by @dinmukhamedm in #198
- fix the manual add datapoint dialog by @dinmukhamedm in #199
- refac: Migrate all datasets db operation to drizzle on NextJs by @alviskalev in #197
- added reasoning to labeling queues by @skull8888888 in #200
- playgrounds v0 by @skull8888888 in #201
- fixed middleware path by @skull8888888 in #203
- write labels to clickhouse by @dinmukhamedm in #204
- delete unused columns from schemas and code to delete from DB by @dinmukhamedm in #205
- Playgrounds v0 by @dinmukhamedm in #206
- fix python online eval by @skull8888888 in #207
- Invite by @skull8888888 in #209
- fix page number updated to 0 when changing filter and updated custom … by @sarthakvijayvargiya in #208
- eval time progression by @skull8888888 in #210
- fix by @skull8888888 in #211
- disable all clickhouse queries for non-full builds by @dinmukhamedm in #213
- update models in pipeline templates to 4o family by @dinmukhamedm in #215
- fixed realtime by @skull8888888 in #217
- drop unused columns on traces, write metadata to jsonb by @dinmukhamedm in #218
- update deps and remove unused ones by @dinmukhamedm in #219
- write manual inputs and outputs on LLM spans by @dinmukhamedm in #220
- Fix realtime and manual spans by @dinmukhamedm in #221
- treat more spans as llm spans by @dinmukhamedm in #222
- Filter by @skull8888888 in #223
- Lq by @skull8888888 in #224
- update readme by @skull8888888 in #226
- Labeling queues by @skull8888888 in #227
- add filters by labels in trace views by @dinmukhamedm in #228
- remove public pipeline routes (unused) by @dinmukhamedm in #229
- remove unused imports, sort imports naively by @dinmukhamedm in #230
- Feat/model-dashboards by @skull8888888 in #232
- updated docs by @skull8888888 in #234
- fix by @skull8888888 in #236
- fix ace is not defined error by @dinmukhamedm in #237
- fix: response model would overwrite request model by @dinmukhamedm in #238
- allow indexing datasets, expose semantic search as API by @dinmukhamedm in #240
- minor fixes to react render by @dinmukhamedm in #241
- fetch dataset optionally from db to handle gracefully by @dinmukhamedm in #242
- Link labels and evals with a new column by @dinmukhamedm in #243
- add first blog post by @dinmukhamedm in #244
New Contributors
- @timvisee made their first contribution in #124
- @lucky29-git made their first contribution in #132
- @haikalvidya made their first contribution in #160
- @alviskalev made their first contribution in #197
- @sarthakvijayvargiya made their first contribution in #208
Full Changelog: v0.1.1...v0.1.2