steffen911
fae508d820
chore: release v3.45.2
2025-03-26 09:59:47 +01:00
Steffen Schmitz and GitHub
a6e581d349
fix: use correct column name for filtering traces bar chart ( #6215 )
2025-03-26 08:56:09 +00:00
Max Deichmann and GitHub
9e77738a2f
fix: fix by model charts ( #6208 )
...
* fix
* push
* push
* push
2025-03-25 20:56:00 +00:00
Marc Klingen
d15c0a27f5
chore: release v3.45.1
2025-03-25 19:49:44 +01:00
Marc Klingen and GitHub
a8626841b5
chore(cloud): update blobstorage integration entitlement ( #6209 )
2025-03-25 18:40:57 +00:00
marliessophie and GitHub
5945a93b7d
fix(evaluator-config): preview execution of dataset run items ( #6206 )
...
* chore(evaluator-config): preview execution of dataset run items
* push
2025-03-25 17:44:11 +00:00
Steffen Schmitz and GitHub
9c447de584
chore: auto-close stale issues ( #6207 )
2025-03-25 17:21:44 +00:00
48df0e04de
fix: fix model charts ( #6202 )
...
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* Update packages/shared/src/server/repositories/dashboards.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update web/src/__tests__/async/repositories/dashboard-repository.servertest.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* fix
* fix
* fix
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-25 17:12:50 +00:00
Steffen Schmitz and GitHub
0897ac753b
feat: add custom-query backend ( #6006 )
...
* feat: add self-serve dashboard backend poc
* chore: data model thoughts
* chore: create initial query builder example and test case
* chore: handle empty dimensions and metrics
* chore: lint
* chore: extend filter conditions to account for timestamps
* chore: refactor query builder into sub-functions
* chore: use template queries for user-supplied values
* chore: add query builder tests
* chore: handle time dimension
* chore: add trpc endpoint to execute custom clickhouse query
* chore: add a query playground component to test a couple of queries
* chore: handle multiple joins
* chore: add observations table to data model
* chore: fix bug in data model
* chore: add test case to compare with old dashboard results
* chore: add scaffold for additional views
* expand the users view and add segments to filter scores subviews
* chore: add test cases for score views
* chore: drop users and sessions for now
* chore: add scores aggregate and observations cost tests
* chore: add sql injection tests
* chore: lint
* chore: fix dashboard test cases
* chore: drop users query test
* chore: add order by logic
* chore: fill timeseries values
* chore: use new query function on dashboard
* chore: convert TracesBarListChart.tsx to new query endpoint
* chore: make chart data compile
* chore: update tests
* chore: add tags to custom queries
* chore: typing
* chore: suffix join condition with sql
* chore: add typing in queryBuidler
* chore: limit playground to cloud admin users
* chore: add util to map legacy dashboard columns to new model
* chore: separate time filter state for TracesBarListChart.tsx
* chore: pass timestamps directly into chart components
* chore: add userId and sessionId on observations
* chore: pick auto time granularity based on hours
2025-03-25 14:54:37 +00:00
Marc Klingen and GitHub
d00c63100e
chore(cloud): remove rate limits from projects api as it is used by auth_check in sdks ( #6193 )
...
* chore(cloud): remove rate limits from projects api as it is used by auth_check in sdks
* address feedback
* improve comment
2025-03-25 14:52:23 +00:00
steffen911
e8970bc11c
chore: release v3.45.0
2025-03-25 15:52:33 +01:00
eecb253093
feat: add blob storage integration ( #6143 )
...
* feat: add page to configure blob storage integration
* chore: remove blob storage logo and include three config options
* chore: add blob storage integration table
* chore: update router for blobstorage
* chore: placeholder for password and type update
* chore: create scaffolding for blobstorage queue processors
* chore: add scheduling logic for blob storage integration
* chore: prepare setup in processing job
* chore: implement extraction fucntion
* chore: add test case and fix generator setup
* chore: lint
* chore: overwrite default region to empty
* chore: remove details from auditlog and add beta
* Update web/src/pages/project/[projectId]/settings/integrations/blobstorage.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update worker/src/__tests__/blobStorageIntegrationProcessing.test.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* chore: correct env name in tests
* Update worker/src/ee/integrations/blobstorage/handleBlobStorageIntegrationProjectJob.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* chore: update doc urls
* chore: open docs in new tab
* chore: ensure consistent block id length azure
* chore: revert test change
* chore: remove dummy error log
* chore: type annotation
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-25 13:39:33 +00:00
4e4fbb5101
fix(prompt-experiments): show form error if name is duplicated ( #6189 )
...
* fix(prompt-experiments): show form error if name is duplicated
* chore: fix typo
* Update web/src/ee/features/experiments/hooks/useExperimentNameValidation.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* eslint
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-25 09:07:16 +00:00
marliessophie and GitHub
bb4823aa27
fix(evaluator-templates): control editing state ( #6187 )
2025-03-24 13:29:19 +00:00
marliessophie and GitHub
174d96c100
feat(evals): preview number of historic items to be evaluated ( #6116 )
...
* feat(evals): preview number of historic items to be evaluated
* refactor: split up large evaluator form file
* chore: drop optional pagination
* chore: fix eslint
* chore: rename test
2025-03-24 13:05:50 +00:00
8e59b544c9
chore(deps): bump next from 14.2.21 to 14.2.25 ( #6175 )
...
Bumps [next](https://github.com/vercel/next.js ) from 14.2.21 to 14.2.25.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v14.2.21...v14.2.25 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-24 12:57:26 +00:00
Hassieb Pakzad and GitHub
cffd84f0e7
chore(azure-llm-connection): update api-version to support reasoning models ( #6186 )
2025-03-24 14:06:55 +01:00
Hassieb Pakzad and GitHub
845faee385
fix(cost-tracking): null values in OpenAI usage schema ( #6184 )
2025-03-24 13:42:20 +01:00
e45c4af30f
chore(prompts): add error logs for resolvePromptGraph ( #6181 )
...
* chore(prompts): add error logs for resolvePromptGraph
* Update packages/shared/src/server/services/PromptService/index.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* fix
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-24 11:31:29 +00:00
Marc Klingen and GitHub
616544a48c
chore: apply prettier ( #6176 )
2025-03-24 09:46:13 +00:00
steffen911
75d64b38b3
chore: release v3.44.0
2025-03-24 09:35:15 +01:00
Steffen Schmitz and GitHub
65cdd75282
chore: drop queue backup option in bullmq ( #6141 )
...
* chore: drop queue backup option in bullmq
* chore: lint
2025-03-24 08:26:32 +00:00
Steffen Schmitz and GitHub
2744028f4c
feat: extract top-level metadata from langfuse.metadata ( #6173 )
...
* feat: extract top-level metadata from langfuse.metadata
* chore: extract metadata based on prefix
* chore: add support for resourceAttributes
2025-03-24 08:09:04 +00:00
Max Deichmann and GitHub
3c02c54de2
fix: fix model paring from redis ( #6157 )
...
* push
* fix
* push
* fix
* fix
2025-03-21 18:42:06 +00:00
marliessophie and GitHub
974d2c1007
fix(ui): reference errors in prompt detail screen ( #6126 )
...
* chore(ui): convert `action-button` to use forwardRef for compatibility w/ buttons
* fix(ui): ensure prompt item ref points to `command-item`
2025-03-21 17:07:21 +00:00
Max Deichmann and GitHub
008045c771
perf: cache model not found ( #6148 )
...
* push
* push
* fix
2025-03-21 14:57:17 +00:00
Marc Klingen and GitHub
c6790c6c0e
chore(ui): do not auto-generate new api keys in setup-tracing step ( #6149 )
...
* chore(ui): do not auto-generate new api keys in setup-tracing step
* fix
2025-03-21 14:17:01 +00:00
Marc Klingen and GitHub
909445ce5b
fix(prompts): trim prompt names ( #6145 )
...
* fix(prompts): trim prompt names
* push
2025-03-21 13:38:04 +00:00
Max Deichmann and GitHub
f4ed4a2635
chore: improve model match observability ( #6147 )
...
push
2025-03-21 13:18:39 +00:00
Max Deichmann and GitHub
d6206b5269
chore: increase model match observability ( #6144 )
2025-03-21 13:45:36 +01:00
Max Deichmann and GitHub
62fa43aa78
feat: cache LLM models in Redis ( #6129 )
...
* push
* fix
* fix
* fix
* push
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* push
* push
* push
* fix
* fix
* fix
* fix
* push
2025-03-21 11:26:11 +00:00
Steffen Schmitz and GitHub
3c9239a4ab
chore: update .env.prod.example ( #6140 )
2025-03-21 10:24:48 +00:00
marliessophie and GitHub
476cddb4e1
chore(ui): clamp page-header title to one line ( #6139 )
2025-03-21 10:01:45 +00:00
Steffen Schmitz and GitHub
a6c1678da8
feat: add additional input/output parsing for pydantic via OTel ( #6138 )
2025-03-21 10:00:33 +00:00
Steffen Schmitz and GitHub
129805ebde
fix: safely parse big numbers in api responses ( #6136 )
...
* fix: safely parse big numbers in api responses
* feat: add additional input/output parsing for pydantic via OTel
* Revert "feat: add additional input/output parsing for pydantic via OTel"
This reverts commit 71d0f3abd951702393aac7ab79a875b888f089cf.
2025-03-21 09:30:24 +00:00
marliessophie and GitHub
59eafb42c3
fix(ui): require annotation queue selection for bulk action ( #6127 )
2025-03-20 21:08:57 +00:00
marliessophie and GitHub
e4695ac717
fix(ui): dom nesting error data-table-row-height-switch ( #6125 )
2025-03-20 20:12:52 +00:00
marliessophie and GitHub
eebd6ea0e9
fix(ui): dom nesting error page-header ( #6124 )
2025-03-20 20:06:05 +00:00
Marc Klingen and GitHub
b4a8b08d3d
chore(cloud): add posthog for projects and orgs ( #6117 )
...
* chore(cloud): add posthog for projects and orgs
* push
2025-03-20 18:07:17 +00:00
Max Deichmann and GitHub
ed44b663ff
chore: add dd env variables to github build command ( #6119 )
2025-03-20 17:36:48 +01:00
Marc Klingen and GitHub
720ebe861e
chore(cloud): cache response of cloudStatus api for 5 minutes ( #6115 )
...
chore(cloud): keep response of cloudStatus api cached across views for 5 minutes
2025-03-20 14:25:54 +00:00
Max Deichmann and GitHub
9a6f8fd75d
refactor: refactor naming of database batch exports ( #6111 )
...
* refactor: refactor naming of database batch exports
* refactor: refactor naming of database batch exports
2025-03-20 12:56:38 +00:00
Steffen Schmitz and GitHub
f0da1cfa30
chore: reduce cloudwatch flush frequency and batch metrics ( #6108 )
...
* chore: reduce cloudwatch flush frequency and batch metrics
* chore: simplify metrics reset
* chore: keep 30s flush
* chore: correct CW metrics
2025-03-20 12:05:07 +00:00
Marc Klingen and GitHub
0c9ebb3da7
feat(cloud): show status page menu item during incidents ( #6100 )
...
* feat(cloud): show status page menu item during incidents
* add to support menu
2025-03-20 09:59:49 +00:00
Hassieb Pakzad and GitHub
3d16d1ac57
fix(model-params-ui): duplicate model names leading to rendering issues ( #6107 )
2025-03-20 10:40:59 +01:00
Marc Klingen and GitHub
fa462a8bc4
chore(ui): improve padding in peek view header ( #6099 )
2025-03-19 18:59:29 +00:00
David Alexander Pfeiffer and GitHub
695b65fe0d
chore(tests): fully unpin node version from temporary fix #6063 ( #6096 )
2025-03-19 15:38:36 +00:00
955388e846
feat(llm-connections): add atla adapter ( #6088 )
...
* feat: enable Atla integration (#6022 )
* push
* push
* Update packages/shared/src/server/llm/fetchLLMCompletion.ts
* Update web/src/features/public-api/components/CreateLLMApiKeyForm.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Revert "Update web/src/features/public-api/components/CreateLLMApiKeyForm.tsx"
This reverts commit efb2d3b359a85680224876481421d31bfbd44fd3.
---------
Co-authored-by: jake golden <jackson.golden@gmail.com >
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-19 12:36:12 +00:00
David Alexander Pfeiffer and GitHub
c6864ed8d9
fix(tests): disable --experimental-require-module (default since Node 20.19.0) since it breaks jest-based testing ( #6075 )
...
* pin node to problematic version for working on a fix
* added cross-env and disabled the feature flag causing the testing issue - long term fix should probably be switching to vitest
* unpin node version since problematic feature is now disabled fo affected tests
2025-03-19 11:04:59 +00:00
marliessophie and GitHub
917516fa91
chore(ui): control for more specific onClick actions in table with peek view ( #6086 )
2025-03-19 10:25:03 +00:00
David Alexander Pfeiffer and GitHub
19017a6709
fix(ui): OpenAiMessageView now renders messages where content is an empty string instead of ignoring them ( #6068 )
...
* fix(ui): IOPreview now renders messages where content is an empty string instead of ignoring them
* removed debug logs
* OpenAiMessageView first filters valid messages to render and then executes the "show x more ..." logic, this way we ensure that there can never be a mismatch between messages items and the amount of fields we support displaying
* Render empty string quotation marks if content is empty but not null or undefined
* Change length check to falsy check for conditional display of empty quotes if content is empty
* cleaner falsy check for rendering empty string quotation marks
2025-03-19 09:41:32 +00:00
marliessophie and GitHub
ca5e6569f9
fix(peek-view): ensure onClickRow action smoothly keeps peek view open; onClick of select cells independent of peek view state ( #6079 )
...
* fix(ui): stop propagation on traces table checkbox
* fix(peek-ui): handle onRowClick action correctly for peek view
* feat(peek): do not close upon any screen button or checkbox clicks
* push
2025-03-19 00:41:36 +00:00
marliessophie and GitHub
101942b98b
fix(ui): padding on single prompt page ( #6070 )
2025-03-18 18:35:32 +00:00
marliessophie and GitHub
1188a21b02
feat(traces): add peek view on traces table ( #6048 )
...
* feat: adjust table to new style
* style: filter and column options
* fixup: add peek view
* feat: add detail navigation
* chore: remove duplicated code
* chore: style settings tables
* chore: pin first column on traces table
* style: adjust animation speed of peek view
* fix: padding on score configs table
* style: onClick cursor in table
* fix: eslint
* style
* chore: fix toggle for timeline
* push
* style: add padding
2025-03-18 17:25:52 +00:00
Marc Klingen and GitHub
ec72dd840d
chore(ui): render min-level hint in a single line ( #6051 )
2025-03-18 14:55:54 +00:00
steffen911
c2d800ff0e
chore: release v3.43.0
2025-03-18 15:15:41 +01:00
Steffen Schmitz and GitHub
dcf159ef82
chore: lock dd-trace to 5.36.0 ( #6064 )
2025-03-18 14:13:30 +00:00
Marc Klingen and GitHub
998984b9ed
chore(cloud): improved pricing/packaging ( #5664 )
...
* wip
* simplify
* actionbutton for upgrade prompt
* count events for free plan limit
* add sso settings
* rename lite to core
* add product id
* nit
* nits
* fix rate limit test
* ci run on teams plan
* fix
* fix names of pipeline steps
* test tmp
* add better error logs to makeAPICall
* push
* clone to throw better errors
* improve error
* improve error
* fix
* remove comment
* refactor
* push
* next attempt
* nit
* create new auth for failing test suites
* push
* fix rate limit test
2025-03-18 13:47:03 +00:00
Marc Klingen and GitHub
022b234e57
chore: pin node 20.18.3 to avoid issue introduced by 20.19.0 ( #6063 )
...
* test commit
* chore: pin node 20.18.3 to avoid issue introduced by 20.19.0
* docker
* revert test commit
* push
2025-03-18 13:30:58 +00:00
b8777aa5d1
chore: better error message when uploading existing dataset item ( #6053 )
...
chore: better docstring when uploading existing dataset item to different dataset
Co-authored-by: Marc Klingen <git@marcklingen.com >
2025-03-18 13:07:11 +00:00
Steffen Schmitz and GitHub
2e84feeab7
feat: support external S3 endpoint for batch exports ( #6055 )
...
* feat: add media and export external endpoint config
* chore: add docs string
* chore: add external endpoint support for azure
* chore: drop feature for media
2025-03-18 10:57:14 +00:00
Steffen Schmitz and GitHub
a508485f88
chore: enable datadog profiling for web ( #6020 )
...
* chore: enable datadog profiling for web
* chore: update dockerfile
2025-03-18 07:26:53 +00:00
marliessophie and GitHub
d8bb283a44
fix(ui): make models detail page scrollable ( #6050 )
2025-03-17 19:48:27 +00:00
Steffen Schmitz and GitHub
75ec05e206
Delete .devcontainer/devcontainer.json
2025-03-17 15:01:41 +01:00
Steffen Schmitz and GitHub
19f710abe2
chore: add devcontainer config
2025-03-17 14:56:35 +01:00
David Alexander Pfeiffer and GitHub
ad2d6bee66
chore(ui): remove padding of "Additional Input" field on OpenAiMessageView ( #6037 )
2025-03-17 10:06:32 +00:00
David Alexander Pfeiffer and GitHub
40d0acae5f
chore(ui): alignment and sizing consitency in ObservationTree / GroupedScoreBadge ( #6031 )
...
* Unified design of grouped score badge with trace detail score badges, except that text is no longer medium/semibold
* Made padding of root item of ObservationTree consistent with other items
2025-03-17 09:58:23 +00:00
Marc Klingen and GitHub
4d387cc35c
chore(ui): standardize the prompt variable list preview across views ( #6027 )
...
* chore(ui): standardize the prompt variable list preview across views
* use ctx prisma
2025-03-17 09:34:44 +00:00
690885c900
fix(ui): fixed scrollbar appearing on IO preview mode switcher in trace and observation details ( #5995 )
...
* fixed scrollbar appearing on IO preview mode switcher in trace and observation details
* fix
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2025-03-14 19:32:46 +00:00
David Alexander Pfeiffer and GitHub
ef2baa94be
fix(ui): fixed misalignment of badges in trace and observation details ( #5994 )
...
* fixed alignment issues of badges wrapped in links in trace and observation detail views
* Fixed tooltip of aggregated usage data badge (in trace details) rendering even if there is no underlying data
2025-03-14 19:19:14 +00:00
db6b442832
feat: Add environment tag on trace / observation detail views ( #5985 )
...
* feat: Add environment tag on trace / observation detail views
* shorten label
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2025-03-14 19:17:19 +00:00
Hassieb Pakzad
8231ebae4a
chore: release v3.42.1
2025-03-14 17:05:33 +01:00
Marc Klingen and GitHub
326e8d3189
chore(ui): always show tag buttons in table cells instead of only on hover ( #6025 )
2025-03-14 15:23:32 +00:00
Hassieb Pakzad and GitHub
d2001d110d
chore(docker-compose): bind services to localhost ( #6023 )
2025-03-14 14:16:36 +01:00
Hassieb Pakzad and GitHub
3f81c6b9d5
feat(cost-tracking): add OpenAIResponseUsageSchema support ( #6003 )
2025-03-14 12:08:28 +00:00
Marc Klingen and GitHub
991f837ee5
fix(ui): hide jump to playground button when not entitled ( #6014 )
2025-03-14 00:01:40 +00:00
Marc Klingen
062a7f27b8
chore: release v3.42.0
2025-03-13 19:23:52 +01:00
Steffen Schmitz and GitHub
924b326db6
chore: remove unused prisma query builder ( #6005 )
2025-03-13 17:21:23 +00:00
Andres Carrillo and GitHub
2780e66c13
feat(auth): add custom Gitlab SSO URL option ( #5984 ) ( #6004 )
2025-03-13 17:50:16 +01:00
Marc Klingen and GitHub
c2f51b8d2d
feat(ui): add csv/json export for scores table ( #5949 )
...
* feat(ui): add csv/json export for scores table
* Merge branch 'main' into marc/lfe-3466-export-scores
* push
* add test
* fix cols
* clean up diff
* fix
2025-03-13 16:23:30 +00:00
Steffen Schmitz and GitHub
3a3021a176
chore: reduce host port mapping for internal docker compose components ( #6002 )
2025-03-13 15:36:34 +00:00
Marc Klingen and GitHub
5dd5a39f90
feat(api): add api for annotation queues ( #5945 )
...
* feat(api): add api for annotation queues
* fix
* push
* strict zod interfaces
* fix
* fix spec and types
* add additional tests
2025-03-13 15:24:19 +00:00
Steffen Schmitz and GitHub
9ee4544e1d
docs: add security notes to docker compose deployment ( #5999 )
2025-03-13 14:27:10 +00:00
Hassieb Pakzad and GitHub
136f8a3e83
fix(llm-connections): show bedrock error ( #6000 )
2025-03-13 15:06:42 +01:00
Hassieb Pakzad
eecf0d680b
chore: release v3.41.1
2025-03-13 11:07:07 +01:00
Hassieb Pakzad and GitHub
d50dbed797
feat(llm-connections): allow extraHeaders for azure ( #5996 )
2025-03-13 09:46:38 +00:00
Steffen Schmitz and GitHub
bb1dbdf824
chore: reproduce clickhouse missing surrogate key error ( #5980 )
...
* chore: reproduce clickhouse missing surrogate key error
* chore: add fix candidate
* chore: adjust test cases
* chore: adjust test case
2025-03-13 07:47:31 +00:00
Hassieb Pakzad
0991d44525
chore: release v3.41.0
2025-03-12 18:28:25 +01:00
Max Deichmann and GitHub
449c9360ac
fix: search past observations with correct timestamp in evals ( #5986 )
...
fix: use readonly for the column definitions
2025-03-12 16:41:14 +00:00
Hassieb Pakzad and GitHub
cc4a88d6da
fix(prompts): block label deletion if dependent exists ( #5983 )
...
* fix(prompts): block label deletion if dependent exists
* fix
* Update web/src/features/prompts/server/actions/updatePrompts.ts
2025-03-12 16:05:46 +00:00
Steffen Schmitz and GitHub
11b2411a5b
chore: prevent sorting by environment in UI tables ( #5978 )
2025-03-12 13:45:25 +00:00
d8a5ebc42e
chore(cloud): Make UI recognize cloud:enterprise plan and add corresponding access rights and rate limits ( #5975 )
...
* chore(cloud): Make UI recognize cloud:enterprise plan and add corresponding access rights and rate limits
- label on project selector
- rate limits same as team
- access rights same as team
- no stripe product id for this (yet), cannot be purchased self-serve in product
* remove comments
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2025-03-12 13:44:01 +00:00
Steffen Schmitz and GitHub
9042b005b8
feat: extract logfire.msg as span and trace name ( #5977 )
2025-03-12 13:23:33 +00:00
Hassieb Pakzad and GitHub
7b70b5b678
feat(prompts): add composability ( #5882 )
2025-03-12 13:26:00 +01:00
Marc Klingen and GitHub
c3ce043d47
chore: remove unnecessary comment ( #5961 )
2025-03-11 13:20:18 +00:00
Marc Klingen and GitHub
8c5737ebea
chore: rename batch exports from generation to observation as table was generalized ( #5950 )
...
* chore: rename batch exports from generation to observation as table was generalized
* fix test
2025-03-11 13:15:36 +00:00
steffen911
cb928bf3fc
chore: release v3.40.0
2025-03-11 13:49:18 +01:00
Steffen Schmitz and GitHub
dc8a997324
feat: add score deletion to UI ( #5956 )
...
* feat: enable score deletion via Langfuse UI
* chore: add test cases
* chore: typo
* chore: implement deleteAnnotationScore
* chore: lint
* feat: add score deletion to UI
* chore: add trpc tests
* chore: allow multi-score deletion from table view
* chore: typoes and mock resets
* chore: update mock handling
2025-03-11 12:44:17 +00:00
Steffen Schmitz and GitHub
31da4bc5a5
chore: refactor score deletions into async queue ( #5939 )
...
* feat: enable score deletion via Langfuse UI
* chore: add test cases
* chore: typo
* chore: implement deleteAnnotationScore
* chore: lint
2025-03-11 08:02:13 +00:00
Max Deichmann and GitHub
c0189eecad
fix: use readonly for the column definitions ( #5948 )
...
* fix: use readonly for the column definitions
* fix: use readonly for the column definitions
2025-03-10 22:13:28 +00:00
Marc Klingen and GitHub
a3f85e75dc
docs: add zod type strict() to public api cursor rule ( #5947 )
2025-03-10 21:56:41 +00:00
Marc Klingen and GitHub
88ee2f3823
docs: improve public api cursor rule ( #5946 )
2025-03-10 21:35:38 +00:00
Max Deichmann and GitHub
0b485ad5d8
fix: fix eval status on details page ( #5944 )
...
* fix: fix eval status on details page
* push
* fix: fix eval status on details page
* fix: fix eval status on details page
2025-03-10 20:18:04 +00:00
Marc Klingen and GitHub
4e95550411
feat(datasets): show run name on runitems table ( #5943 )
...
* feat(datasets): show run name on runitems table
* perf
* push
2025-03-10 19:50:00 +00:00
Marc Klingen and GitHub
ba9e26181b
chore: remove models page notification ( #5942 )
2025-03-10 19:28:48 +00:00
Marc Klingen and GitHub
289a7210ee
chore(cloud): add more data masking for posthog ( #5941 )
2025-03-10 19:27:36 +00:00
Max Deichmann
fe0c4dc98d
chore: release v3.39.0
2025-03-10 17:09:30 +01:00
Hassieb Pakzad and GitHub
61c2ec268a
perf(playground): memoizate ChatMessages ( #5937 )
...
* perf(playground): memoizate ChatMessages
* push
* add callbacks
2025-03-10 16:07:28 +00:00
Max Deichmann and GitHub
1df2781b59
fix: correctly extract jsonpath form observations for evals ( #5938 )
...
* fix: correctly extract jsonpath form observations for evals
* fix: correctly extract jsonpath form observations for evals
2025-03-10 15:42:44 +00:00
5478e870b3
chore(deps): bump axios from 1.7.7 to 1.8.2 ( #5915 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.7.7 to 1.8.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.7.7...v1.8.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-10 14:49:50 +00:00
Max Deichmann and GitHub
80c298fa1e
chore: limit event id length ( #5934 )
2025-03-10 14:48:51 +00:00
Steffen Schmitz and GitHub
330cca6978
feat: add trace delete API endpoints ( #5931 )
...
* feat: add trace delete API endpoints
* chore: add api docs
* chore: update docs
* chore: typo
* chore: update audit logs
* chore: lint
* chore: update fern docs
* chore: fix return type
2025-03-10 14:13:33 +00:00
Steffen Schmitz and GitHub
286b78a1fe
feat: add api key actions to auditlog table ( #5932 )
...
* feat: add api key actions to auditlog table
* chore: propagate audit logs to all relevant API routes
* chore: lint
2025-03-10 12:35:10 +00:00
f0c37c8309
chore: add initial cursor rules ( #5926 )
...
* chore: add some initial cursor rules
* Update .cursor/rules/frontend-features.mdc
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update .cursor/rules/public-api.mdc
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-09 22:54:01 +00:00
Marc Klingen and GitHub
326b27cdda
fix: ui config in localstorage should persist signing out ( #5916 )
...
* fix: ui config in localstorage should persist signing out
* push
* push
2025-03-07 17:50:04 +00:00
Marc Klingen and GitHub
886e352c39
fix: select/highlight text in Compare Dataset view ( #5914 )
...
* fix: select/highlight text in Compare Dataset view
* clean diff
2025-03-07 15:59:53 +00:00
steffen911
1cd76a49f1
chore: release v3.38.0
2025-03-07 16:48:21 +01:00
Marc Klingen and GitHub
0639b78468
feat(datasets): add multi-delete for dataset runs table ( #5912 )
2025-03-07 15:29:50 +00:00
Steffen Schmitz and GitHub
2d6e51e219
chore: test processing of special characters in S3 ( #5907 )
...
* chore: test processing of special characters in S3
* chore: reject carriage-return character in IDs
* Update ingestion-api.servertest.ts
2025-03-07 15:20:11 +00:00
Yohan Gonçalves and GitHub
1ed6358738
feat: add customizable claim mapping for SSO ( #5858 )
2025-03-07 16:19:51 +01:00
4fc339dbac
chore: remove redundant readme files ( #5900 )
...
chore: remoe redundant readme files
Co-authored-by: Marc Klingen <git@marcklingen.com >
2025-03-06 19:55:34 +00:00
Steffen Schmitz and GitHub
1e64d97b75
feat: create new environment materialized views for quick lookups ( #5895 )
...
* feat: create new environment materialized views for quick lookups
* chore: update repository
* chore: lint
* chore: add final to environments query
* chore: always include default in array
2025-03-06 19:09:28 +00:00
Steffen Schmitz and GitHub
4d06482d78
fix: enforce ints on usageDetails ( #5889 )
...
* fix: enforce ints on usageDetails
* chore: make test actually test a generation
* chore: lint
2025-03-06 17:05:10 +00:00
Marc Klingen and GitHub
603e5ca7c9
chore(ui): add env label on env multi-select ( #5890 )
2025-03-06 16:37:22 +00:00
Steffen Schmitz and GitHub
61c6560f24
chore: return 200 instead of 207 as OTel success status ( #5883 )
2025-03-06 14:58:40 +00:00
Steffen Schmitz and GitHub
6bff022a88
chore: log dropped data items correctly in clickhouse writer ( #5876 )
...
* chore: log dropped data items correctly in clickhouse writer
* chore: update test case
2025-03-06 14:43:11 +00:00
Steffen Schmitz and GitHub
1f7cac2dd8
feat: add environment column to UI tables ( #5877 )
...
* feat: add environment column to UI tables
* feat: add environment on sessions table
* chore: add to observations
* chore: add to scores
* chore: add to users table
* chore: lint
2025-03-06 14:08:41 +00:00
Hassieb Pakzad and GitHub
49bccb8fa0
fix(ui-graph-view): handle single top most node ( #5881 )
2025-03-06 15:15:03 +01:00
Marc Klingen and GitHub
fea8a3d8d1
chore: add noindex header ( #5880 )
2025-03-06 13:46:00 +00:00
Max Deichmann and GitHub
08fcdb68be
chore: fix contributingmd file ( #5879 )
2025-03-06 14:34:46 +01:00
f18a120bd8
feat: add environment filter ( #5765 )
...
* feat: add environment filter on dashboard
* chore: add a useEffect and dashboard columns for filtering
* chore: add dashboard filters
* fixup: add environment filter hook and barebone code
* chore: add traces table filter
* chore: add sessions environment filter
* chore: do observations, scores, users
* chore make filter bar dynamic and change UI placement
* chore: map environment column specially in dashboard
* chore: add column
* chore: lint
* chore: remove overflow on multi-select
* chore: only load downstream calls once environment is available
* chore: only use isLoading condition
---------
Co-authored-by: Marlies Mayerhofer <74332854+marliessophie@users.noreply.github.com >
2025-03-06 10:45:18 +00:00
Max Deichmann and GitHub
2b3ca85344
chore: fix contributingmd file ( #5870 )
...
* chore: fix contributingmd file
* chore: fix contributingmd file
* chore: fix contributingmd file
* chore: fix contributingmd file
* chore: fix contributingmd file
2025-03-06 08:03:39 +00:00
Hassieb Pakzad and GitHub
8b408858c4
feat(batch-exports): increase row limit to 1.5M ( #5872 )
2025-03-06 08:47:56 +01:00
89ad92c0ff
chore: consistent casing of README files ( #5865 )
...
* docs: fix broken link in CONTRIBUTING.md
* chore: rename files to fix casing
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2025-03-05 23:23:54 +00:00
Marc Klingen
16e1d19917
chore: release v3.37.0
2025-03-05 23:51:35 +01:00
Marc Klingen and GitHub
18d5ba1bfa
feat(auth): add AUTH_WORKOS_ORGANIZATION_ID and AUTH_WORKOS_CONNECTION_ID envs ( #5866 )
2025-03-05 21:31:45 +00:00
Steffen Schmitz and GitHub
95d6b9fe13
chore: add name mappings to sync prisma schema with reality ( #5863 )
2025-03-05 16:56:47 +00:00
Max Deichmann and GitHub
23183a71c1
chore: add missing clickhouse writer metrics ( #5851 )
...
* chore: add missing clickhouse writer metrics
* chore: add missing clickhouse writer metrics
* Update worker/src/services/ClickhouseWriter/index.ts
2025-03-05 16:37:00 +00:00
5eb0a275a5
feat: add S3_CONCURRENT_READS and S3_CONCURRENT_WRITES config options ( #5824 )
...
Co-authored-by: Steffen Schmitz <steffen@langfuse.com >
2025-03-05 16:58:26 +01:00
Steffen Schmitz and GitHub
4c5366fa20
perf: reduce trace scans for scores counts ( #5860 )
...
* perf: reduce trace scans for sessions counts
* chore: add countAll test
* chore: add session for testing
2025-03-05 15:18:10 +00:00
Marc Klingen
4ebaf0a24a
chore: release v3.36.0
2025-03-05 13:32:42 +01:00
Marc Klingen and GitHub
b98b90e635
feat(auth): add workos as idp ( #5828 )
...
* feat(auth): add workos as idp
* add button for org and connection based sign in
* fix
* remove client auth method and checks
* remove unnecessary diff
2025-03-05 12:29:26 +00:00
Marc Klingen
36f11a645f
chore: release v3.35.1
2025-03-04 22:32:19 +01:00
Marc Klingen and GitHub
3c8b26aa79
chore(api): update api reference and postman collection ( #5842 )
2025-03-04 22:31:38 +01:00
Marc Klingen
86840e4119
chore: release v3.35.0
2025-03-04 22:23:24 +01:00
Steffen Schmitz and GitHub
4b412fb6ca
feat: map pydantic logfire events to langfuse datamodel ( #5841 )
...
* feat: map pydantic logfire events to langfuse datamodel
* chore: map events to empty if parsing fails
2025-03-04 20:58:42 +00:00
Steffen Schmitz and GitHub
271f75aa17
chore: reduce default batch size of background migrations ( #5838 )
...
* chore: reduce default batch size of background migrations
* chore: update the cli defaults
2025-03-04 15:58:11 +00:00
Marc Klingen and GitHub
669ad4cb92
feat(datasets): deletion of dataset runs via api ( #5834 )
...
* public api
* improve public api
2025-03-04 13:41:27 +00:00
Steffen Schmitz and GitHub
9b237d4041
fix: detect openinference LLM calls as generations ( #5833 )
...
feat: detect openinference LLM calls as generations
2025-03-04 11:13:42 +00:00
marliessophie and GitHub
15b4ca01ec
fix(ui): overlapping status message on trace detail page ( #5830 )
2025-03-04 09:07:29 +00:00
Marc Klingen and GitHub
196b5319bf
feat(datasets): allow for deletion of dataset items in ui and public API ( #5816 )
...
* push
* move into drop down menu
* fix
* move copy to the right side
* fern generate
* use trpc errors
2025-03-03 14:03:18 +00:00
Steffen Schmitz and GitHub
d88e0456b8
perf: reduce memory consumption on observations query ( #5811 )
...
* perf: reduce memory consumption on observations query
* chore: drop skip index list for lint
2025-03-03 13:35:40 +00:00
Marc Klingen and GitHub
78463a9ce3
feat(datasets): copy items between datasets ( #5800 )
...
* wip
* push
* push
2025-03-03 12:51:06 +00:00
marliessophie and GitHub
0bd7219eba
style(ui): trace view alignment improvements ( #5789 )
...
* style(ui): trace view alignment improvements
* fix: test
2025-03-03 12:25:15 +00:00
Steffen Schmitz and GitHub
a307270d8c
chore: upgrade fern and add java sdk example ( #5814 )
2025-03-03 11:09:41 +00:00
Max Deichmann and GitHub
f1555190c1
fix: use aes-gcm 12 bytes for IV ( #5764 )
...
* fix: use aes-gcm 12 bytes for IV
* fix: use aes-gcm 12 bytes for IV
* fix: use aes-gcm 12 bytes for IV
2025-03-03 10:32:22 +00:00
Max Deichmann and GitHub
56c77e0de8
chore: reduce log level for frequent logs ( #5804 )
2025-03-02 17:54:07 +00:00
Marc Klingen and GitHub
48cbbb694f
feat(ui): add LLM connections settings page separate from api keys ( #5798 )
2025-03-01 19:04:33 +00:00
Marc Klingen and GitHub
168dfd2caa
feat(datasets): add archive/unarchive functionality for dataset items on single item view ( #5797 )
...
* feat(datasets): add archive/unarchive functionality for dataset items on single item view
* imrpove copy
2025-03-01 19:04:23 +00:00
Marc Klingen and GitHub
ae66dd9e6f
fix(ui): add playsInline attribute to video players ( #5795 )
2025-03-01 18:33:46 +00:00
Marc Klingen and GitHub
d081aab38f
feat(datasets): support adding dataset items to multiple datasets ( #5796 )
...
* feat(datasets): support adding dataset items to multiple datasets
* feat(datasets): optimize bulk dataset item creation with createMany
2025-03-01 18:09:46 +00:00
Marc Klingen and GitHub
a86f0ab263
fix(cloud): only active evals should count towards plan limit ( #5793 )
2025-03-01 12:42:39 +00:00
Marc Klingen and GitHub
738df01ab7
feat(ui): add settings deep links to cmd+k ( #5680 )
...
* proejct settings
* push
* add org and small fixes
2025-03-01 10:12:04 +00:00
marliessophie and GitHub
549eac6fd3
fix(ui): overflow behaviour on trace timeline ( #5792 )
2025-03-01 07:50:55 +00:00
Marc Klingen and GitHub
6d125ec274
chore(ui): remove redundant className props from splash screens ( #5791 )
2025-03-01 00:44:46 +00:00
Marc Klingen and GitHub
4f54577f83
chore(ui): improve perf of sessions hasAny ( #5783 )
...
chore: improve performance of sessions hasAny
2025-03-01 00:31:29 +00:00
Steffen Schmitz and GitHub
1ec1bdf849
feat: add environment properties on api routes ( #5781 )
...
* feat: add environment properties on api routes
* chore: add env filter to traces
* chore: add observation env and daily metrics env filters
* chore: add env to score endpoints
* chore: filter sessions by environment
* chore: filter traces by environment
* chore: expand trace test assertions
* chore: lint
2025-02-28 16:12:18 +00:00
Hassieb Pakzad and GitHub
ed5a53b10e
fix(ui): llm api key form model name delete ( #5786 )
2025-02-28 15:57:18 +00:00
marliessophie and GitHub
5b1d9b1dd1
style(page-header): margins ( #5784 )
2025-02-28 14:42:19 +00:00
marliessophie and GitHub
adf4508ffd
feat(traces): redesign single trace UI ( #5718 )
...
* feat(traces-ui): refactor preview for traces and observations
* fix: typo in use prompt code
* feat(ui): add redesigned timeline
* feat: support all settings on timeline view
* feat: support langgraph trace
* style: langgraph view
* chore: fix other usages of single trace components
* style: comment icon color
* fix: eslint
* style: optimise for reponsive design
* chore: refactor common functions to helpers
* chore(globals): remove comments
* style: expand clickable area; adjust search string
* style: small improvements
* fix: styling of trace preview page
* fix: eslint
* fix: remove duplicated cost in observation preview
* fix: session IO formatting
* style
* style
* style: final margins
2025-02-28 13:37:07 +00:00
Steffen Schmitz and GitHub
45f8b2e97b
chore: skip tracing for LLM Api key routes ( #5780 )
2025-02-28 10:49:40 +00:00
marliessophie and GitHub
39c49b65a4
fix(ui): overlap on dataset runs screen ( #5778 )
2025-02-28 10:15:26 +00:00
steffen911
d905623cb3
chore: release v3.34.1
2025-02-28 11:11:43 +01:00
Steffen Schmitz and GitHub
a87a3505b8
chore: add env.HOSTNAME support for worker container ( #5779 )
2025-02-28 10:06:41 +00:00
591de20a72
feat: simplify otel input/output and accept string token values ( #5777 )
...
* feat: simplify otel input/output and accept string token values
* chore: typo
* Update web/src/features/otel/server/index.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* chore: also beautify event attribute fallback
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-02-28 09:49:49 +00:00
Marc Klingen
33d3ab80cb
chore: release v3.34.0
2025-02-27 22:54:18 +01:00
Marc Klingen and GitHub
6b9773caec
feat(models): add openai gpt-4.5-preview ( #5772 )
2025-02-27 21:47:24 +00:00
Steffen Schmitz and GitHub
c90b477d40
fix: disable tracing for resetPassword route ( #5763 )
2025-02-27 15:36:36 +00:00
0f448ccdde
fix: always return 422 for signup error handler ( #5761 )
...
* fix: always return 422 for signup error handler
* Update web/src/features/auth-credentials/server/signupApiHandler.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update web/src/features/auth-credentials/server/signupApiHandler.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-02-27 15:33:41 +00:00
marliessophie and GitHub
74f93aad79
chore: move dashboard button to the right, unify eval headers ( #5762 )
...
chore: move dashboard button to the right
2025-02-27 15:15:40 +00:00
Max Deichmann and GitHub
9650e87f64
fix: standardize way to get sso blocked domains ( #5760 )
...
fix: standardise way to get sso blocked domains
2025-02-27 15:15:10 +00:00
Steffen Schmitz and GitHub
c5fc30a9d0
feat: map otel environment config to langfuse environment ( #5757 )
2025-02-27 14:46:43 +00:00
steffen911
4a26f47971
chore: release v3.33.1
2025-02-27 15:34:24 +01:00
e3a9e61d07
perf: filter relevant observation for data set run item stats ( #5752 )
...
* perf: filter relevant observation for data set run item stats
* Update web/src/features/datasets/server/service.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-02-27 14:08:07 +00:00
Hassieb Pakzad
a12c2a3a97
fix(model-prices): bedrock claude 3-7 version
2025-02-27 13:14:05 +01:00
Hassieb Pakzad and GitHub
80681e08af
fix(model-prices): bedrock claude sonnet 3-7 version ( #5753 )
2025-02-27 13:10:08 +01:00
steffen911
4e97494390
chore: release v3.33.0
2025-02-27 11:58:10 +01:00
Steffen Schmitz and GitHub
346e5fe7b6
feat: map environment to score within eval service ( #5749 )
...
* feat: map environment to score within eval service
* chore: adjust tests
* chore: drop unused imports
2025-02-27 10:50:36 +00:00
Steffen Schmitz and GitHub
16482f588a
fix: create traces via otel for empty parent span buffer ( #5748 )
...
* fix: create traces via otel for empty parent span buffer
* chore: test range for session duration
2025-02-27 10:10:51 +00:00
Marc Klingen and GitHub
f047e21e13
chore: improved domain handling and early return in signupApiHandler ( #5744 )
2025-02-26 21:56:20 +00:00
marliessophie and GitHub
534e832c13
fix(ui): overlapping variables for chat prompt ( #5740 )
2025-02-26 17:47:03 +00:00
marliessophie and GitHub
5dbfec24f0
fix(ui): experiment from the prompt screen -> window does not fit screen ( #5738 )
2025-02-26 17:21:05 +00:00
Hassieb Pakzad and GitHub
700705be84
chore(llm-keys): update bedrock form description ( #5737 )
2025-02-26 17:58:49 +01:00
Hassieb Pakzad
611c31ce54
chore: release v3.32.1
2025-02-26 17:06:23 +01:00
Hassieb Pakzad and GitHub
bdb5ddadd9
fix(ingestion): environment to immutable keys ( #5736 )
2025-02-26 16:01:26 +00:00
Hassieb Pakzad and GitHub
0fd1f065bd
fix(api): add environment to ingestion spec ( #5735 )
2025-02-26 16:02:49 +01:00
Marc Klingen and GitHub
8aa063303a
chore(ui): move "configure tracing" to the right in dashboard header ( #5731 )
2025-02-26 13:59:21 +00:00
Marc Klingen and GitHub
d0ff8a87fe
chore(ui): minor improvements to onboarding pages ( #5730 )
...
chore: minor improvements to onboarding pages
2025-02-26 13:56:39 +00:00
marliessophie and GitHub
0e61ffd621
style(prompts): always show edit label button for prompt versions ( #5729 )
2025-02-26 13:41:01 +00:00
steffen911
9f20926bc4
chore: release v3.32.0
2025-02-26 14:36:38 +01:00
Steffen Schmitz and GitHub
81a232e4a4
fix: fallback to "default" for missing environment ( #5728 )
2025-02-26 13:34:33 +00:00
Marc Klingen and GitHub
c7e7d62f47
feat(ui): add onboarding screens for core features ( #5706 )
...
* feat: add in-ui-onboarding for tracing
* feat(ui): add onboarding screens for core features
* add annotation queues
* move videos to static, add eval onboarding
* push
* push
* push
* push
* push
2025-02-26 13:13:43 +00:00
steffen911
2aa8971dff
chore: release v3.31.0
2025-02-26 13:53:58 +01:00
Steffen Schmitz and GitHub
85f4cb0c13
fix: show retention settings for self-hosters ( #5727 )
2025-02-26 12:34:14 +00:00
Hassieb Pakzad and GitHub
4bbba9d983
feat(api): add environment property to traces, scores, obs ( #5724 )
2025-02-26 13:32:03 +01:00
Steffen Schmitz and GitHub
0b7dd5a1a7
feat: process environment in ingestion pipeline ( #5671 )
...
* feat: process environment in ingestion pipeline
* chore: remove unnecessary status
* chore: typing
* chore: more typing
* chore: score env prop
* chore: adjust apis to pass tests
* chore: adjust ingestion service test
* chore: restrict allowed prefix
2025-02-26 12:18:38 +00:00
Steffen Schmitz and GitHub
b5cad2693f
fix: exclude clickhouse default date from session duration calc ( #5726 )
2025-02-26 09:51:52 +00:00
Max Deichmann
58d85d66b3
chore: release v3.30.0
2025-02-26 10:30:59 +01:00
Max Deichmann and GitHub
55a5a896f1
chore: track distribution of ingested event body size ( #5723 )
...
push
2025-02-26 09:05:08 +00:00
Steffen Schmitz and GitHub
5437beec48
Revert "fix: return nulls for left-joins for correct session durations ( #5697 )" ( #5717 )
...
This reverts commit ce967bac12 .
2025-02-25 18:14:26 +01:00
Steffen Schmitz and GitHub
418e33a333
fix: only delete media items with no remaining references ( #5713 )
...
* fix: only delete media items with no remaining references
* chore: expand filter condition
2025-02-25 15:18:02 +00:00
Hassieb Pakzad and GitHub
e9bbd4488f
feat(playground+evals): add Google AI Studio support ( #5711 )
2025-02-25 14:48:22 +01:00
Steffen Schmitz and GitHub
668ca24d5e
fix: support gzip encoding on otel endpoint ( #5710 )
...
* fix: support gzip encoding on otel endpoint
* chore: check for includes
2025-02-25 10:41:43 +00:00
Hassieb Pakzad and GitHub
7c746c7cfc
feat(models): add claude-3-7-sonnet-20250219 ( #5709 )
2025-02-25 10:07:41 +00:00
Hassieb Pakzad
de0eb76153
chore: release v3.29.1
2025-02-24 20:53:46 +01:00
Hassieb Pakzad and GitHub
85088574b2
fix(public-api): list observations with name filter ( #5700 )
2025-02-24 20:52:58 +01:00
Steffen Schmitz and GitHub
ce967bac12
fix: return nulls for left-joins for correct session durations ( #5697 )
...
* fix: return nulls for left-joins for correct session durations
* chore: comment updates
* chore: adjust trace_count
2025-02-24 15:57:47 +00:00
Steffen Schmitz and GitHub
b8d0a4bbe8
chore: remove prisma references to traces, observations, scores ( #5672 )
...
* chore: remove prisma references to traces, observations, scores
* chore: separate enum and type name
* chore: type overwrites
* chore: chore
* chore: drop views
* chore: reduce diff
* chore: diff
* chore: types gen
* chore: lint
* chore: adjust tests
* chore: remove unused objects in test utils
* chore: adjust tests
* chore: score type parsing
* chore: fix otelmapping
* chore: make observation level internal
2025-02-24 15:43:25 +00:00
marliessophie and GitHub
1e7aeb8fc5
chore(llmCompletion): support system/developer messages for o3 ( #5661 )
2025-02-24 09:25:33 +00:00
marliessophie and GitHub
9d5cc39cd4
style(ui): improvements to prompt details screen ( #5678 )
...
* fix: header
* fix: search always show current version
* chore: adjust code block
* chore: re-add copy in code editor if no title
* chore: do not match current version always
* adjust margins
* chore: remove breadcrumb
* fix: typo
* fix: final margin
* style: eval template
* small design nits
2025-02-22 09:16:44 +00:00
Marc Klingen and GitHub
5c5dfcbac6
chore(ui): improve consistency of prompt and eval template forms ( #5679 )
...
* chore(ui): consistency in prompt form labels
* eval prompt form
2025-02-21 18:10:12 +00:00
marliessophie and GitHub
628d180051
feat(ui): new prompt detail screen; adjust design of IO and message view components ( #5537 )
...
* style(ui): adjust design of IO and message view components
* chore: adjust final style and fix imports
* style
* nit: show "null" if no output in dataset compare view
* style: add header and tertiary colors
* chore: add Header levels
* chore: add Timeline component
* feat: make JSONView optionally scrollable
* chore: refactor TagManager styling
* style: button variants for header
* chore: ensure chatml message overflow behaves within chat message
* feat: new prompt screen outline
* chore: refactor `extractVariables` to return count
* chore: ensure robust mobile behaviour
* style: small component adjustments
* chore: refactor style of `Comment` button
* feat: add search functionality to prompt nodes
* style: restyle tags
* revert: variable extraction count
* style: prompts page overflow
* chore: control label behaviour
* labels: show buttons on hover
* fix: formatting of titles
* eslint
* push
* push
* fix: overflows
* push
* diabled view
2025-02-21 13:46:59 +00:00
Max Deichmann
57708f0219
chore: release v3.29.0
2025-02-21 13:42:45 +01:00
Max Deichmann and GitHub
5d30aefcb3
fix: do not allow to deactivate eval configs which are only on existing objects ( #5675 )
...
* fix: do not allow to deactivate eval configs which rano on historic traces only
* fix: do not allow to deactivate eval configs which rano on historic traces only
* fix: do not allow to deactivate eval configs which rano on historic traces only
* fix: do not allow to deactivate eval configs which rano on historic traces only
* fix: do not allow to deactivate eval configs which rano on historic traces only
2025-02-21 12:40:18 +00:00
Max Deichmann and GitHub
dd14e11535
perf: reduce eval create queue concurrency ( #5665 )
2025-02-20 19:24:38 +00:00
Max Deichmann and GitHub
5f87980013
fix: do not return all executions for eval config list trpc ( #5663 )
...
* fix: do not return all executions for eval config list trpc
* fix: do not return all executions for eval config list trpc
* fix: do not return all executions for eval config list trpc
* fix: do not return all executions for eval config list trpc
2025-02-20 17:56:38 +00:00
Max Deichmann and GitHub
2edc2487ae
perf: limit concurrency for eval job creations ( #5660 )
...
* push
* push
2025-02-20 16:05:41 +00:00
Steffen Schmitz and GitHub
18508187f6
chore: add environment column to trace_sessions ( #5656 )
...
* chore: add environment column to trace_sessions
* chore: update test
2025-02-20 15:06:39 +00:00
eb5ee957e6
feat: apply evals on history of datasets + traces ( #5488 )
...
* push
* push
* push
* push
* fix
* fix
* add tests
* add tests
* add tests
* add tests
* add tests
* add tests
* fic
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* push
* push
* Update web/src/ee/features/evals/components/evaluator-form.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* push
* fix: fix dompurify
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-02-20 13:59:14 +00:00
Steffen Schmitz and GitHub
582f150b72
chore: add environment columns in clickhouse ( #5649 )
...
* chore: add environment columns in clickhouse
* chore: replace logger.warning with logger.warn
2025-02-20 13:05:35 +00:00
Steffen Schmitz and GitHub
7ce4e24cab
chore: replace logger.warning with logger.warn ( #5650 )
2025-02-20 12:12:31 +00:00
marliessophie and GitHub
b2d3080790
chore(prompts): support developer message ( #5639 )
...
* chore(prompts): support developer message
* chore: fix eslint config
* push
2025-02-20 09:40:32 +00:00
steffen911
3590608d30
chore: increase event log deletion timeout to 5min
2025-02-19 15:56:11 +01:00
Steffen Schmitz and GitHub
78e6c882ba
chore: reduce attempts and increase delay on trace delete errors ( #5637 )
2025-02-19 14:24:28 +00:00
Steffen Schmitz and GitHub
d5ea44b33c
perf: only validate response schema on dev servers ( #5630 )
2025-02-19 13:11:42 +00:00
Steffen Schmitz and GitHub
8b601eed20
fix: re-enable trace deletion and remove trace S3 files ( #5594 )
...
* fix: re-enable trace deletion and remove trace S3 files
* chore: lint
* chore: lint
* chore: increase query timeout
* chore: reduce query result to only return event log
* chore: keep condition pattern
* chore: revert entitlement changes
* chore: move permission check
* chore: explain semi join and shift entitlement comment
2025-02-19 12:45:37 +00:00
Steffen Schmitz and GitHub
caebc92051
chore: bump static page generation timeout ( #5621 )
2025-02-18 14:44:33 +00:00
Steffen Schmitz and GitHub
e41f1c5e5b
build: notify slack on failed deployment ( #5617 )
2025-02-18 14:40:29 +01:00
Steffen Schmitz and GitHub
c419fd69fa
chore: remove superfluous container_name overwrites ( #5615 )
2025-02-18 13:03:45 +00:00
Steffen Schmitz and GitHub
485dc94444
feat: map langfuse data model to further otel attributes ( #5614 )
...
* feat: map langfuse data model to further otel attributes
* chore: expand tests
2025-02-18 11:29:17 +00:00
Steffen Schmitz and GitHub
c233c7fa8d
feat: parse mlflow attributes on otel spans ( #5609 )
...
* feat: parse mlflow attributes on otel spans
* chore: correct failing test
2025-02-18 09:07:12 +00:00
marliessophie and GitHub
0263b40987
perf(sessions): display only first 10 users; show rest in paginated popover ( #5599 )
...
* perf(sessions): show only up to 10 initial users and the rest in popover
* nit: fix header on traces page
2025-02-17 19:01:01 +00:00
Marc Klingen and GitHub
44621d0d1f
chore: remove the unnecessary file ( #5598 )
...
chore: remove unnecessary file
2025-02-17 18:34:01 +00:00
marliessophie and GitHub
5bd891ddc7
style(traces): style traces delete button in more menu in table ( #5596 )
2025-02-17 14:59:12 +00:00
marliessophie and GitHub
8e02f86fa7
chore(page-header): add new tabsComponent ( #5593 )
...
* chore(page-header): add tabs component
* style: replace tabs component on datasets pages
* style: replace tabs component on evals pages
* nit: fix dataset item page formatting
* style: replace tabs component on prompts pages
* chore: adjust col behaviour on header
* eslint
2025-02-17 13:34:57 +00:00
Max Deichmann and GitHub
d7582c66ee
security: upgrade jsonpath plus ( #5591 )
2025-02-17 12:41:12 +00:00
marliessophie and GitHub
75bef08f0b
style(page-header): optimise for mobile view ( #5590 )
...
* chore: fix demo banner
* fix(page-header): info icon relative positioning
* fix: header title wrap behaviour
* fix(page-header): have info icon follow title
* style: move dataset level buttons to more menu
* push
* push
2025-02-17 12:36:33 +00:00
Max Deichmann
5f7b50cea8
chore: release v3.28.3
2025-02-17 09:56:07 +01:00
Steffen Schmitz and GitHub
a9757d144f
chore: fallback to LLM http status for /api/chatCompletion ( #5554 )
2025-02-17 08:42:49 +00:00
Steffen Schmitz and GitHub
12fb26388c
fix: accept further content type formats on otel endpoint ( #5584 )
2025-02-17 08:41:14 +00:00
Max Deichmann
95d9aef705
chore: release v3.28.2
2025-02-15 13:29:06 +01:00
Max Deichmann
15fea028c2
chore: release v3.28.1
2025-02-15 01:04:28 +01:00
Max Deichmann and GitHub
ac6e94ee3c
security: upgrade release-it ( #5558 )
...
* security: upgrade release-it
* security: upgrade release-it
* security: upgrade release-it
2025-02-14 18:59:53 +00:00
Max Deichmann and GitHub
e7332bd1e5
security: upgrade dompurify ( #5557 )
2025-02-14 19:39:59 +01:00
Max Deichmann
fe8b2ba7ae
chore: release v3.28.0
2025-02-14 19:20:25 +01:00
marliessophie and GitHub
652e96ee9d
fix(header): breakpoint header behaviour ( #5555 )
...
fix(header): fix breakpoint header behaviour
2025-02-14 17:49:13 +00:00
Steffen Schmitz and GitHub
40ce493b06
fix: change numeric type parsing for sessions table filters ( #5553 )
2025-02-14 16:21:43 +00:00
aa7ba1a9c5
chore: add dashboard time filter test case ( #5526 )
...
* add tests
* Update web/src/__tests__/async/repositories/dashboard-repository.servertest.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-02-14 15:22:15 +00:00
Jannik Maierhöfer and GitHub
869b027110
docs: fix gif on Readme ( #5502 )
2025-02-14 15:18:05 +00:00
Hassieb Pakzad and GitHub
1243d9022e
feat(trace-ui): add graph view ( #5511 )
...
* feat(trace-ui): add graph view
* push
* rename
* fix build error
2025-02-14 15:08:15 +00:00
marliessophie and GitHub
d988c07d46
style(header): adjust minor paddings and relative scroll behaviour ( #5551 )
...
* style(header): relative positioning on scroll page
* style: add padding to container layout
* chore: rm top margin
2025-02-14 14:27:46 +00:00
0a53682ed6
chore: Update README.ja.md ( #5545 )
...
Update README.ja.md
modification in Japanese and put Japanese support info.
Co-authored-by: Marc Klingen <git@marcklingen.com >
2025-02-14 14:24:15 +00:00
Steffen Schmitz and GitHub
ac517c1849
chore: enhance ingestion api documentation ( #5550 )
2025-02-14 14:17:45 +00:00
Iaroslav Volkov and GitHub
2778be5abb
feat: add TLS env variable support for Redis ( #5393 )
2025-02-14 13:28:15 +01:00
56e4b92fd7
feat(ui): add new langfuse header ( #5451 )
...
* chore: extract PageContainer component
* chore: add ItemBadge component
* style: redesign publish trace switch
* style: redesign detail page nav
* chore: extract copybutton
* chore: wrap all pages in `PageContainer`
* chore: add settings-container; style nits
* chore: simplify langfuse header
* chore: replace session icon in itembadge
* chore: mv lg:container to settings-container level
* chore: refactor component logic in ProjectOverview
* style: make project button primary
* style: adjust light mode sidebar colors
* fix: rm unneccessary class
* fix: eslint
* chore: update readme
* chore: adjust page header to <h2/>
* chore: adjust colors
* style: button color
* style: refactor public/private highlight
* push
* chore: rename components
* style: add breadcrumb to pages
* style: add sidebar border
* style: adjust sharing logic
* push
* chore: eslint
* fix: header alignment
* push
* push
* eslint
---------
Co-authored-by: Max Deichmann <m.deichmann@tum.de >
2025-02-14 10:39:42 +00:00
Steffen Schmitz and GitHub
613126bbfb
chore: add clickhouse tags to queries ( #5535 ) ( #5538 )
...
* chore: add clickhouse tags to queries (#5535 )
* chore: add clickhouse tags to queries
* chore: linting
* chore: add dashboard tags
(cherry picked from commit 95d67d65d7 )
* chore: move tags to json
* chore: move to json format
* chore: fix build
* chore: remove redundant fallback
2025-02-14 10:09:08 +00:00
Max Deichmann
d8738e7594
chore: release v3.27.2
2025-02-13 23:01:58 +01:00
Max Deichmann and GitHub
b4f7aded4f
chore: increase static page generation timeout nextjs ( #5539 )
...
* add tests
* push
2025-02-13 21:59:17 +00:00
Max Deichmann
dd1ac129d1
chore: release v3.27.1
2025-02-13 20:19:28 +01:00
steffen911
7fd8c03aca
Revert "chore: add clickhouse tags to queries ( #5535 )"
...
This reverts commit 95d67d65d7 .
2025-02-13 19:03:13 +01:00
Steffen Schmitz and GitHub
95d67d65d7
chore: add clickhouse tags to queries ( #5535 )
...
* chore: add clickhouse tags to queries
* chore: linting
* chore: add dashboard tags
2025-02-13 15:59:54 +00:00
Hassieb Pakzad and GitHub
8b7b3570e8
fix(prompts-api): handle unique constraint errors ( #5534 )
2025-02-13 15:34:34 +00:00
Hassieb Pakzad and GitHub
7fa738693a
fix(model-prices): move gemini prices to Google AI values ( #5533 )
2025-02-13 14:46:23 +00:00
Hassieb Pakzad and GitHub
b554068713
fix(batch-exports): handle retries on stalled jobs for killed workers ( #5532 )
2025-02-13 14:42:50 +00:00
Marc Klingen
3396cc86a2
chore: release v3.27.0
2025-02-13 15:22:28 +01:00
Marc Klingen and GitHub
e41ca6baa1
fix(env): standardize AZURE_AD auth environment variables and add all to .env.prod.example ( #5530 )
...
* fix(env): standardize AZURE_AD auth environment variables and add all to .env.prod.example
* push
2025-02-13 14:05:15 +00:00
marliessophie and GitHub
2001630e4d
perf(tables): truncate large I/O content preview in tables ( #5531 )
...
* perf(tables): truncate large I/O content preview in tables
* push
2025-02-13 14:01:58 +00:00
Steffen Schmitz and GitHub
e9da31f26a
chore: delay project delete queue to allow for remaining events to be processed ( #5528 )
2025-02-13 12:58:59 +00:00
Steffen Schmitz and GitHub
6dd1a12bfc
chore: reduce authed request logging to debug ( #5527 )
2025-02-13 12:24:09 +00:00
marliessophie and GitHub
922f846ce8
chore: re-enable sentry; reverts #5505 ( #5524 )
...
* chore: re-enable sentry
* chore: revert back to original version
* chore: revert removing client config
2025-02-13 09:21:13 +00:00
marliessophie and GitHub
7f16fc353d
fix(datasets): broken link in compare view ( #5521 )
2025-02-13 09:01:39 +00:00
marliessophie and GitHub
becae4c720
chore: revert changes to session storage hook from #5314 ( #5513 )
2025-02-12 21:45:45 +00:00
Hassieb Pakzad and GitHub
fede3480d1
perf(exports): increase max row limit to 1M ( #5512 )
2025-02-12 22:01:14 +01:00
Steffen Schmitz and GitHub
9bf5b829a7
fix: delete event files from s3 after retention period end ( #5509 )
...
* fix: delete event files from s3 after retention period end
* chore: lint
2025-02-12 17:03:36 +00:00
marliessophie and GitHub
92d5591171
perf(tables): disable link prefetching in viewport, only prefetch on link hover ( #5508 )
2025-02-12 16:59:29 +00:00
40f7849444
fix: disable sentry ( #5505 )
...
* fix: disable sentry
* chore: remove usages of sentry
* dep: remove sentry dependency
* Revert "dep: remove sentry dependency"
This reverts commit 63fb207fce4fafc17993cc6be9905db3b4e5713c.
* dep: remove sentry dependency
* chore: lint
---------
Co-authored-by: Marlies Mayerhofer <74332854+marliessophie@users.noreply.github.com >
2025-02-12 16:44:00 +00:00
Steffen Schmitz and GitHub
9f21b1044f
chore: upgrade dd-trace-js ( #5506 )
2025-02-12 16:36:55 +01:00
Steffen Schmitz and GitHub
030e759c0d
fix: delete media and event files from S3 on project delete ( #5504 )
...
* fix: delete media and event files from S3 on project delete
* chore: update comment
* chore: test cleanup
2025-02-12 14:07:24 +00:00
Steffen Schmitz and GitHub
90a0b67ea2
chore: propagate otel trace context to clickhouse spans ( #5501 )
2025-02-12 12:45:13 +00:00
Steffen Schmitz and GitHub
731958ca11
chore: add additional attributes to ingestion spans ( #5499 )
2025-02-12 10:25:12 +00:00
marliessophie and GitHub
9d37cc4d34
chore(csv-upload): reduce min chunk size ( #5496 )
...
* chore(csv-upload): reduce min chunk size
* push
2025-02-12 09:15:09 +00:00
marliessophie and GitHub
55e0ff4169
chore: hide trace deletion button on cloud until enabled again ( #5495 )
...
* chore: hide trace deletion button on cloud until enabled again
* docs: add reasoning
2025-02-12 08:39:35 +00:00
Steffen Schmitz and GitHub
304c4fcb7e
chore: link to docs for batch export config errors ( #5484 )
2025-02-11 16:14:29 +00:00
Steffen Schmitz and GitHub
8ede19d263
feat: log all created s3 event files in clickhouse ( #5476 )
...
* feat: log all created s3 event files in clickhouse
* chore: remove empty module
* chore: bucket path for clickhouse events
* chore: add test
* chore: lint
2025-02-11 15:38:04 +00:00
Steffen Schmitz and GitHub
eda925c686
fix: map token filters for ui table to fitting clickhouse types ( #5482 )
2025-02-11 13:59:19 +00:00
Jannik Maierhöfer and GitHub
57e8de852e
docs: add translations of README for Chinese, Japanese and Korean ( #5479 )
2025-02-11 13:34:23 +00:00
Clemo and GitHub
7d77c36817
Update LICENSE
...
add clarification
2025-02-11 13:06:38 +01:00
c821d1b2fe
docs: new readme ( #5446 )
...
* docs: readme rework
* banner update
* docs: minor edits
* add star us cta
* add feature overview image
* delete image and careers
* push
---------
Co-authored-by: Clemo <121163007+clemra@users.noreply.github.com >
Co-authored-by: Marc Klingen <git@marcklingen.com >
2025-02-11 12:04:24 +00:00
Steffen Schmitz and GitHub
0ea80605b1
chore: drop postgres events table ( #5472 )
...
* chore: drop postgres events table
* chore: celanup
* chore: drop events table
2025-02-11 11:45:43 +00:00
Steffen Schmitz and GitHub
05e16e7d00
chore: remove event_log table ( #5471 )
...
* chore: remove event_log table
* chore: add fileKey for score events
2025-02-11 11:28:41 +00:00
Max Deichmann and GitHub
67876d4e4f
fix: add clickhouse final for traces grouped by name dashboard ( #5474 )
...
fix
2025-02-11 10:58:51 +00:00
marliessophie and GitHub
179751db91
style(dashboard): round to two decimals on model latencies chart ( #5473 )
2025-02-11 10:35:08 +00:00
marliessophie and GitHub
e2164c2f00
fix(dataset-upsert): filter on dataset evals triggered in trace-upsert queue ( #5353 )
2025-02-11 09:38:28 +00:00
marliessophie and GitHub
778dc24324
chore(datasets): reduce max payload size in csv upload ( #5466 )
2025-02-11 09:02:39 +00:00
Steffen Schmitz and GitHub
d48da06274
chore: instrument api authentication ( #5465 )
2025-02-11 08:54:49 +00:00
Steffen Schmitz and GitHub
185cb10d7c
feat(otel): map traceloop.entity.input/output to input/output ( #5460 )
...
* feat(otel): map traceloop.entity.input/output to input/output in langfuse
* chore: workaround to have `null` detections parsed in snyk
* chore: add workaround source note
* chore: formatting
* chore: add replace for worker
2025-02-11 08:43:13 +00:00
Steffen Schmitz and GitHub
92d5f3524b
chore: enable tracing on all platforms ( #5461 )
2025-02-11 07:41:16 +00:00
Steffen Schmitz and GitHub
e490147d73
feat(otel): accept application/json content type spans ( #5450 )
...
* feat(otel): accept application/json content type spans
* chore: apply suggestion
2025-02-11 07:22:02 +00:00
Max Deichmann
5a7ba1fcbc
chore: release v3.26.0
2025-02-10 22:44:15 +01:00
Max Deichmann and GitHub
8204fb2a24
fix: fix cost calculation discrepancies in dashboards ( #5448 )
...
* fix: fix charts
* security: upgrade jsonpath-plus
* security: upgrade jsonpath-plus
* fix
* fix
* fix
* fix
* push
* push
2025-02-10 21:13:05 +00:00
Steffen Schmitz and GitHub
2559a388aa
feat(otel): add input/output and name on traces ( #5449 )
2025-02-10 17:22:44 +00:00
Max Deichmann and GitHub
27e1785362
security: upgrade jsonpath-plus ( #5445 )
...
* security: upgrade jsonpath-plus
* push
2025-02-10 15:25:15 +00:00
Hassieb Pakzad and GitHub
3fc9cee53d
fix(model-prices): gemini 2 vertex AI prices ( #5444 )
2025-02-10 14:28:03 +00:00
Steffen Schmitz and GitHub
0dfefd2793
perf: skip processing of already seen events in worker ( #5437 )
...
* perf: skip processing of already seen events in worker
* chore: add queue delay to make use of seen events processing
2025-02-10 09:45:45 +00:00
25bc0fc660
perf: improve trpc session.id performance ( #5431 )
...
* perf: improve trpc session.id performance
* perf: improve trpc session.id performance
* push
* perf: improve trpc session.id performance
* Update web/src/server/api/routers/sessions.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-02-09 10:28:36 +00:00
Max Deichmann and GitHub
ccd5ab97a4
perf: improve performance for trace.id trpc route ( #5430 )
...
* push
* fix
2025-02-08 10:54:38 +00:00
Steffen Schmitz and GitHub
bf68a7edd5
feat: map additional properties for otel llm spans ( #5422 )
2025-02-07 15:40:20 +00:00
marliessophie and GitHub
2a697a9048
feat(tables): add select all interface to tables ( #5314 )
...
* feat(ui): extract generalized `TableActionMenu`
* chore(select-all): add queue infra
* chore(select-all): add `POST` selectAll trpc route
* fixup: register queue
* chore: improve state management
* fixup: handle select all job
* chore: handle streamed records in actions
* chore(ui): add `DataTableSelectAllBanner`
* chore: handle multi-select in interface
* chore: skip processed chunks on retries
* chore: clear select all state on route nav
* chore: extract select-column components
* feat: query options for create action
* refactor: rename router
* chore: add annotation queue item processing in select all job
* fix: TS typo
* fix: sync session storage across modals and tabs
* chore: block select all if job on table for project is in progress
* chore: fix blocking select all jobs
* chore: make specific to table name
* push
* revert: commited by mistake
* remove dead code
* fixup: test
* push
* push
* chore: simplify `TableSelectionManager`
* chore(ui): refactor `SelectAll` -> `BulkAction`
* chore(fixup): refactor `SelectAll` -> `BatchAction`
* chore: set a deterministic `jobId` on redis
* chore: drop progress indicator
* chore: refactor remove selectAll route and extend existing routes instead
* push
* chore: remove dead code
* chore: refactor extract `processPostgresTraceDelete`
* push
* fix test
* chore: add batch action capability to annotation queue
* eslint
* push
* push
* push
* push
* push
* push
* push
* fix: add trace entitlement check to trace.deleteMany
* style: show note if batch action is in progress
* push
* fix imports
* cleanup
2025-02-07 10:21:44 +00:00
marliessophie and GitHub
87a961be47
fix(gemini): pricing units ( #5420 )
...
* fix(gemini): pricing units
* push
2025-02-07 10:03:52 +00:00
Max Deichmann and GitHub
3a52c59f2a
fix: do not run snyk in merge groups ( #5415 )
...
fix
2025-02-06 22:55:23 +00:00
1722703623
chore(deps): bump jsonpath-plus from 10.0.7 to 10.2.0 ( #5411 )
...
Bumps [jsonpath-plus](https://github.com/s3u/JSONPath ) from 10.0.7 to 10.2.0.
- [Release notes](https://github.com/s3u/JSONPath/releases )
- [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md )
- [Commits](https://github.com/s3u/JSONPath/compare/v10.0.7...v10.2.0 )
---
updated-dependencies:
- dependency-name: jsonpath-plus
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-06 21:32:03 +00:00
Max Deichmann and GitHub
129c94c455
security: upgrade jsonpath-plus ( #5409 )
...
* fix
* fix
2025-02-06 14:24:19 +00:00
Steffen Schmitz and GitHub
23a62e3a03
chore: deduplicate postgres event list by bucketPath ( #5407 )
2025-02-06 13:56:46 +00:00
steffen911
d2a8d4e4b1
chore: release v3.25.0
2025-02-06 14:29:41 +01:00
Steffen Schmitz and GitHub
431f8ed941
chore: fetch file list for worker processing from s3 event log ( #5405 )
2025-02-06 13:08:35 +00:00
Iaroslav Volkov and GitHub
f50b69cbc8
feat: add custom gid and uid support ( #5355 )
2025-02-06 14:06:07 +01:00
Max Deichmann and GitHub
cdde86d96e
fix: improve working for eval jsonpath selector ( #5406 )
...
* fix
* push
2025-02-06 12:54:02 +00:00
marliessophie and GitHub
9e84150ce0
feat(model): add playground and eval support for Gemini 2.0 Flash, Gemini 2.0 Flash-Lite, and Gemini 2.0 Pro ( #5403 )
...
* feat(model): add playground and eval support for Gemini 2.0 Flash, Gemini 2.0 Flash-Lite, and Gemini 2.0 Pro
* chore: add costs
2025-02-06 11:51:38 +00:00
Max Deichmann and GitHub
a6fbceff84
feat: use json-path to select from tracing data for evals ( #5402 )
...
* push
* push
* push
* error handling
2025-02-06 11:02:57 +00:00
Max Deichmann and GitHub
3ca6dd48c0
fix: return empty results in dashboard if from is larger than to ( #5389 )
...
push
2025-02-05 16:36:22 +00:00
marliessophie and GitHub
03e80bac76
fix(ui-markdown): fallback to json view if markdown parsing is unsucessful ( #5386 )
...
fix(ui-markdown): fallback to json view if markdown parsing is unsuccessful
2025-02-05 15:13:10 +00:00
Steffen Schmitz and GitHub
005ba31740
chore: remove unused imports ( #5388 )
2025-02-05 15:00:49 +00:00
Max Deichmann and GitHub
727797e0ec
perf: do not load all models by default in the dashboards ( #5387 )
...
* fix
* push
* fix
2025-02-05 14:31:51 +00:00
Steffen Schmitz and GitHub
123f513199
chore: optionally log s3 event bucket uploads in postgres ( #5381 )
...
* chore: optionally log s3 event bucket uploads in postgres
* chore: reduce uniqueness constraints and separate eventId from eventLog id field
2025-02-05 14:05:45 +00:00
89896c70ee
fix: model aggregation for daily metrics ( #5384 )
...
* fix: model aggregation for daily metrics
* fix query
* remove comment
---------
Co-authored-by: Hassieb Pakzad <68423100+hassiebp@users.noreply.github.com >
2025-02-05 11:23:02 +00:00
marliessophie and GitHub
e52f9dd1e2
fix(dataset-evals): reference job.observationId rather than sourceObservationId ( #5350 )
...
* fix(dataset-evals): reference `job.observationId` rather than `sourceObservationId`
* chore: typo
2025-02-05 10:53:36 +00:00
marliessophie and GitHub
ace69419b3
fix(ui): input changes lost on focus in dataset item edit ( #5380 )
...
* fix(ui): input changes lost on focus in dataset item edit
* push
2025-02-05 09:21:01 +00:00
marliessophie and GitHub
6f3cc8982a
style(dataset-analytics): decrease chart height and width ( #5379 )
2025-02-05 08:55:09 +00:00
Steffen Schmitz and GitHub
c612109948
chore: fix flaky traces-api test ( #5370 )
2025-02-04 16:43:03 +00:00
Marc Klingen
2359d7f9ae
chore: release v3.24.1
2025-02-04 15:55:02 +01:00
Steffen Schmitz and GitHub
1baa0aaaed
chore: decrease ingestion queue delay outside of date boundaries ( #5364 )
...
* chore: decrease ingestion queue delay outside of date boundaries
* chore: check for non-null delay instead of truthy
2025-02-04 13:33:29 +00:00
c4186102eb
fix: fix flaky dataset test ( #5366 )
...
* fix(dataset-evals): reference `job.observationId` rather than `sourceObservationId`
* chore: typo
* push
* push
---------
Co-authored-by: Marlies Mayerhofer <74332854+marliessophie@users.noreply.github.com >
2025-02-04 13:29:27 +00:00
Steffen Schmitz and GitHub
016993c117
fix: instantiate the ratelimit redis client on first use to avoid connection errors ( #5362 )
2025-02-04 07:23:44 +00:00
Marc Klingen
909bdde9d8
chore: release v3.24.0
2025-02-03 20:54:10 +01:00
Marc Klingen and GitHub
6f074dc59f
feat(ui): add local iso date with utc on hover and ms precision on traces ( #5359 )
...
* feat(ui): add local iso date with utc on hover and ms precision on traces
* fixes
2025-02-03 19:48:06 +00:00
Hassieb Pakzad and GitHub
b8bc474b83
fix(playground): allow o3 ( #5357 )
2025-02-03 16:16:31 +00:00
Marc Klingen and GitHub
334d34ac15
chore: add cmd_k_menu:opened event for main menu "go to..." button ( #5351 )
2025-02-03 13:13:55 +00:00
marliessophie and GitHub
1efb37f3c1
fix(filter-ui): support mouse wheel scroll behaviour on desktop and mobile ( #5346 )
2025-02-03 10:26:23 +00:00
Steffen Schmitz and GitHub
5fc87cabeb
chore: upgrade prisma to version 6 ( #5266 )
...
* chore: upgrade prisma to version 6
* chore: update dockerfile
* chore: upgrade prisma
2025-02-03 10:03:07 +00:00
marliessophie and GitHub
a14fb003e6
fix(score-analytics): display categorical data in dashboard ( #5341 )
2025-02-03 08:36:24 +00:00
Max Deichmann and GitHub
e1521b4ef1
fix: add bedrock throttling exception to retries for evals ( #5338 )
...
push
2025-02-02 22:52:13 +00:00
Hassieb Pakzad and GitHub
fd8756ff4c
chore(media): add retries on media record write ( #5336 )
2025-02-02 09:14:11 +01:00
Marc Klingen and GitHub
d69808747c
chore(models): updated price for o1-mini ( #5335 )
2025-02-01 13:58:44 +00:00
Max Deichmann and GitHub
854e2c60c8
fix: fix observation frontend exception ( #5334 )
...
* fix
* push
* fix
* push
2025-02-01 10:57:40 +00:00
Hassieb Pakzad and GitHub
4567ed473e
chore(media-api): add instrumentation ( #5333 )
2025-02-01 10:00:08 +01:00
Steffen Schmitz and GitHub
2abc9fed7a
fix: handle multiple number types in otel parser ( #5323 )
...
* chore: add more otel logging
* chore: logging
* chore: enhance log message
* chore: handle number timestamps correctly
* chore: handle non-object intvalue
2025-02-01 07:19:55 +00:00
Marc Klingen and GitHub
f6de06d695
chore: remove polynomial regex from MUSTACHE_REGEX ( #5328 )
...
fix: optimize MUSTACHE_REGEX to remove polynomial regex
2025-01-31 21:53:42 +00:00
Marc Klingen
02b9220c14
chore: release v3.23.0
2025-01-31 22:09:29 +01:00
Marc Klingen and GitHub
e15a26d1de
feat(models): add o3-mini and o3-mini-2025-01-31 ( #5327 )
2025-01-31 22:08:50 +01:00
Max Deichmann
1c5c072eed
chore: release v3.22.0
2025-01-31 20:00:46 +01:00
Max Deichmann and GitHub
b805b9c93f
perf: improve observation list endpoint CH performance ( #5325 )
...
fix
2025-01-31 18:56:49 +00:00
Hassieb Pakzad and GitHub
da147ea5aa
fix(media-api): handle retries on existing UUIDs ( #5320 )
2025-01-31 18:07:29 +01:00
Marc Klingen and GitHub
8e15c9770b
chore(ui): improve sizing of chat message role button ( #5321 )
2025-01-31 16:12:04 +00:00
Steffen Schmitz and GitHub
799c7cf940
feat: create otel/v1/traces endpoint to accept otel spans ( #5241 )
...
* feat: create otel/v1/traces endpoint to accept otel spans
* chore: add comments
* chore: otel test
* chore: fallback for buffers
* chore: attribute parsing
* chore: empty fallback on attributes
* chore: remove otel collector
* chore: remove otlp-transformer dependency
* chore: remove unrelated test case
* chore: remove header logging
* chore: add traceloop example
* chore: update lockfile
* chore: revert lock
* chore: reduce delta
* chore: add otel specific rate limits
* chore: reuse ingestion rate-limit config
* chore: document generated code
* chore: test setup
* chore: adjust result parsing
* chore: typing
* chore: otel typing
2025-01-31 15:58:43 +00:00
Steffen Schmitz and GitHub
64d784e16e
fix: retry failed connections in RateLimiter and disable offlinequeue ( #5317 )
2025-01-31 14:58:57 +00:00
Marc Klingen and GitHub
096467d7dd
feat(ui): open cmd+k menu from main menu ( #5318 )
...
* feat(ui): open cmd+k menu from main menu
* fix lint and naming
* move provider to fix issue
2025-01-31 14:51:13 +00:00
Marc Klingen and GitHub
dc995ff377
fix(ui): deduplicate prompt variables in variable preview ( #5316 )
2025-01-31 13:46:57 +00:00
Marc Klingen and GitHub
935aa20dda
fix(ui): correct value for accent-foreground color ( #5315 )
2025-01-31 13:43:51 +00:00
Steffen Schmitz and GitHub
543ee3fb77
fix: disable autopipelining for rate limits to avoid uncaught exceptions ( #5300 )
...
* fix: disable autopipelining for rate limits to avoid uncaught exceptions
* chore: adjust
* chore: add shutdown logic for ratelimitservice
* chore: adjust tests
* chore: test setup
2025-01-31 10:13:13 +00:00
Max Deichmann
95c6047724
chore: release v3.21.0
2025-01-30 23:31:27 +01:00
Max Deichmann and GitHub
6e31e559f0
fix: parse inputs and outputs correctly when adding to datasets ( #5307 )
...
* fix
* fix
* fix
2025-01-30 22:18:31 +00:00
Marc Klingen and GitHub
4ec1fc53d1
feat(ui): customize codemirror theme ( #5305 )
...
* remove existing theme
* init themes
* push
* doesnt work
* hide gutters when no line numbers
* push
* push
* fix import
2025-01-30 22:13:29 +00:00
Max Deichmann and GitHub
7e24f5f42c
chore: download 20 S3 ingestion events at a time ( #5306 )
2025-01-30 21:54:58 +01:00
Marc Klingen and GitHub
fe00afa627
fix(ui): hide project-level routes in project overview main menu, disable active project in cmd+k menu ( #5303 )
2025-01-30 20:10:19 +00:00
Max Deichmann and GitHub
3e5dc4a551
fix: pass tracing input / output as string via trpc ( #5302 )
...
* fix
* fix
* fix
* fix
2025-01-30 19:37:46 +00:00
Marc Klingen and GitHub
fa75fb9245
feat(ui): use codemirror for text area input, highlighting/linting of prompt variables ( #5296 )
...
* abstract editor to support "text" mode in addition to "json" mode
* always use CodeMirrorEditor for prompts
* minheight on editor
* upgrade codemirror and add language package
* add linting for prompts and switch to githubDark theme
* package
* use codemirror for chat prompts
* imrpove scroll behavior of new dataset form
* improve dataset item editor view
* push
* remove dep pinning
* align editor linting with current variable definition
* defauklt value to value
2025-01-30 19:36:40 +00:00
Max Deichmann
a640a6a139
chore: release v3.20.0
2025-01-30 19:50:57 +01:00
Hassieb Pakzad and GitHub
b0c12f02ec
fix(llm-api-key): overwrite default top_p on key test ( #5301 )
2025-01-30 18:47:28 +01:00
Max Deichmann and GitHub
774efa4eaa
perf: batch read single S3 events ( #5298 )
...
* push
* fix
* push
* fix
2025-01-30 17:13:40 +00:00
Max Deichmann and GitHub
a866cba228
chore: improve 429 error handling ( #5282 )
2025-01-30 16:46:38 +00:00
Marc Klingen and GitHub
92b6963347
feat: add posthog events to cmd+k menu ( #5288 )
...
* feat: add posthog events to cmd+k menu
* ellipsis fix
2025-01-30 17:27:33 +01:00
Steffen Schmitz and GitHub
ba55837b71
chore: move create export job log to internal lib ( #5295 )
2025-01-30 15:50:27 +00:00
Marc Klingen and GitHub
966efa1b92
docs(tracing-users): add header tooltips to user table ( #5290 )
...
docs: add header tooltips to user table
2025-01-30 15:12:37 +00:00
Marc Klingen and GitHub
dbe5b93a8a
fix(ui): do not close dialogs on outside interactions by default ( #5294 )
2025-01-30 15:11:52 +00:00
Marc Klingen and GitHub
22371b4c32
feat(prompts): scroll selected prompt version into view ( #5293 )
...
* feat(prompts): scroll prompt versions independently from prompt itself
* feat(prompts): scroll selected prompt version into view
2025-01-30 15:00:23 +00:00
marliessophie and GitHub
8d1c381d46
fix(media-ui): fetch i/o media only for authed project member ( #5284 )
2025-01-30 15:57:49 +01:00
Marc Klingen and GitHub
1efce634e7
feat(prompts): scroll prompt versions independently from prompt itself ( #5292 )
2025-01-30 14:20:17 +00:00
Steffen Schmitz and GitHub
ec46e7d68e
fix: correct default timestamp order for traces table ( #5291 )
...
* fix: correct default timestamp order for traces table
* chore: correct order
* chore: typo
2025-01-30 14:18:58 +00:00
Hassieb Pakzad and GitHub
b302e8eb96
chore(evals): handle invalid JSON error if maxTokens too low ( #5289 )
2025-01-30 14:50:10 +01:00
marliessophie and GitHub
e04e21bf13
fix(rbac): load trace data in shared sessions ( #5283 )
...
* fix(rbac): load trace data in shared sessions
* chore: refactor and simplify
2025-01-30 13:12:16 +00:00
Marc Klingen and GitHub
273bcddc0f
feat: switch between projects/orgs via cmd+k menu ( #5285 )
...
* filter out dynamic routes
* add project deeplinks
2025-01-30 13:10:53 +00:00
Max Deichmann
e2099de653
chore: release v3.19.0
2025-01-30 11:46:17 +01:00
Max Deichmann and GitHub
435a09f7df
feat: add more x-axis chart ticks ( #5220 )
...
* push
* push
* push
* chore: release v2.58.0
* push
* push
* push
* fix
* push
* push
* fix
2025-01-30 10:06:28 +00:00
Steffen Schmitz and GitHub
037dbd8c9d
feat: add LANGFUSE_INIT_PROJECT_RETENTION support to init data retention ( #5281 )
...
* feat: accept LANGFUSE_INIT_PROJECT_RETENTION setting
* feat: add LANGFUSE_INIT_PROJECT_RETENTION support to init data retention
2025-01-30 09:52:30 +00:00
Marc Klingen and GitHub
02a3d91c56
feat(ui): add cmd+k menu ( #5276 )
...
* rename existing command exports
* move existing to input-command
* add comment
* wip cmd k menu for navigation
* fix types and paths of nested menu items
* add support for nested menu items
* filter correctly
2025-01-30 09:38:27 +00:00
Steffen Schmitz and GitHub
8821ad5b30
chore: remove data retention beta label and allow self-host enterprise plan ( #5279 )
...
* chore: remove data retention beta label
* chore: allow data-retention for self-host enterprise
2025-01-30 09:28:45 +00:00
Marc Klingen and GitHub
ae1ba493aa
chore(deps): bump cmdk 1.0.4 ( #5275 )
2025-01-30 00:01:04 +00:00
Max Deichmann and GitHub
5d2735ee14
security: upgrade sentry ( #5269 )
...
push
2025-01-29 17:48:29 +00:00
marliessophie and GitHub
38f3336ad5
style(prompts): add note explaining prompt commit message purpose ( #5268 )
2025-01-29 16:19:33 +00:00
marliessophie and GitHub
6224d7ad0f
fix(dataset-analytics): latency label should denote seconds (s) ( #5267 )
2025-01-29 15:03:39 +00:00
marliessophie and GitHub
30c8fc2239
fix(experiments): double brace in json syntax mistaken as variable ( #5264 )
...
* fix(experiments): double brace in json syntax mistaken as variable
* push
2025-01-29 13:33:51 +00:00
marliessophie and GitHub
edbf16f3a6
fix(experiments): change logger.warning to logger.error call ( #5263 )
...
fix(experiments): remove invalid `logger.warning` call from service
2025-01-29 12:41:42 +00:00
marliessophie and GitHub
8d050717a9
chore: support uploads of CSV files with just one column ( #5262 )
...
* chore: support uploads of CSV files with just one column
* chore: increase preview file byte size
* push
2025-01-29 10:45:18 +00:00
74703f62c4
ci: lock in current lint warning levels ( #2648 )
...
* ci(worker): enforce linting
* chore: lock current linting levels
* chore: lock current lint warning levels
---------
Co-authored-by: steffen911 <steffen@langfuse.com >
2025-01-29 08:53:19 +00:00
Max Deichmann and GitHub
09603a1f23
security: upgrade golang github.com/golang-jwt/jwt/v4 ( #5249 )
...
* push
* push
2025-01-28 16:53:48 +00:00
Steffen Schmitz and GitHub
34eb3e3d76
perf: reduce redundant parsing operations within ingestionservice ( #5243 )
...
* perf: reduce redundant parsing operations within ingestionservice
* chore: utils
* chore: move trace record parsing
* chore: cleanup
* chore: access input output correctly
* chore: avoid mutations
* chore: test cases
* chore: typo
2025-01-28 16:42:04 +00:00
Hassieb Pakzad and GitHub
b307a75a9a
feat(messages-ui): allow removing system message ( #5248 )
2025-01-28 17:44:41 +01:00
marliessophie and GitHub
9f20b3e1cd
feat(prompts): support commit_message ( #5197 )
...
* chore(prompts-ui): add nullable `commit_message` col
* chore(prompts-ui): add commit message to prompts
* chore(prompts-api): add commit message to prompts v2 api
* chore: rename migration
* chore: extract commit message length const
* fix: legacy types
* push
* chore: refactor types to not extend legancy, but create base types
* feat: add commit message to prompt diff view between versions
* chore: migration final in order
* push
2025-01-28 16:32:05 +00:00
Hassieb Pakzad and GitHub
4ae24f97f5
fix(ui-model-table): collapsed view ( #5246 )
2025-01-28 16:40:04 +01:00
Hassieb Pakzad and GitHub
58858de930
chore(llm-keys): rename vertex-ai to google-vertex-ai ( #5244 )
2025-01-28 16:11:16 +01:00
Max Deichmann
b8a9630731
chore: release v3.18.0
2025-01-27 23:56:51 +01:00
Max Deichmann and GitHub
aec58b1149
fix: use correct path for prompt versions api ( #5236 )
...
* push
* push
2025-01-27 22:54:50 +00:00
marliessophie and GitHub
d3634917d4
chore(datasets): increase csv upload limit to 10MB ( #5234 )
2025-01-27 21:33:23 +00:00
Max Deichmann and GitHub
52fa9eb1ff
fix: align naming of prompt patch docs ( #5233 )
...
push
2025-01-27 16:12:52 +00:00
Marc Klingen and GitHub
e27f0bdc1d
fix(cloud): fallback to clikchouse when usage meter cannot be fetched from stripe ( #5232 )
...
* fix(cloud): fallback to clikchouse when usage meter cannot be fetched from stripe
* use error
2025-01-27 15:28:51 +00:00
marliessophie and GitHub
0576f01641
fix(experiments): improve error handling ( #5209 )
...
* fixup: execute trace creation callback handler
* chore: create trace for experimentation on error
* push
* chore: adjust test to new behaviour
* push
* push
2025-01-27 15:23:15 +00:00
Hassieb Pakzad and GitHub
9f6fccfbeb
fix(evals): remove system message ( #5231 )
2025-01-27 16:07:39 +01:00
Marc Klingen and GitHub
7cb9b75897
fix(ui): tabIndex on sign in page to skip password reset and cloud region info ( #5230 )
2025-01-27 14:36:46 +00:00
Marc Klingen and GitHub
5857a9e61d
feat(ui): scroll deeplinked observation into view in trace tree ( #5228 )
...
* refactor component to single out the node
* push
2025-01-27 14:22:14 +00:00
Hassieb Pakzad
a9a9136010
chore: release v3.17.1
2025-01-27 15:32:23 +01:00
Hassieb Pakzad and GitHub
e5c45e381e
fix(llm-api-key): extra header JSON parsing ( #5229 )
2025-01-27 15:19:24 +01:00
Steffen Schmitz and GitHub
cb00d463c7
feat: remove data beyond retention limit from clickhouse ( #5226 )
...
* feat: remove data beyond retention limit from clickhouse
* chore: lint
* chore: log statement
* chore: typo
2025-01-27 13:37:56 +00:00
Steffen Schmitz and GitHub
e18ac03b44
perf: use final for traces and observations api if no skip indexes are filtered ( #5223 )
...
* perf: use final for traces and observations api if no skip indexes are filtered
* chore: operator order
2025-01-27 13:16:10 +00:00
Marc Klingen
d54cbc6c9b
chore: release v3.17.0
2025-01-27 13:38:42 +01:00
Marc Klingen and GitHub
332f6658d9
ci: run codespell also on v2 branch and prs ( #5224 )
2025-01-27 13:20:58 +01:00
Hassieb Pakzad and GitHub
25a559293b
fix(media): base id gen on project ID + content hash ( #5222 )
2025-01-27 11:57:47 +01:00
Max Deichmann and GitHub
9ff8643489
chore: add client side logging for auth errors ( #5221 )
...
push
2025-01-27 10:03:02 +00:00
Steffen Schmitz and GitHub
dd7e4f344e
fix: align input/output and metadata parsing between GET /traces and /traces/:id ( #5218 )
...
* fix: align input/output and metadata parsing between GET /traces and /traces/:id
* chore: lint
* chore: lint
2025-01-27 09:53:33 +00:00
Marc Klingen and GitHub
fe089e15f2
fix(openapi): upgrade openapi spec generator to correctly specify /ingestion 207 status code ( #5217 )
2025-01-27 10:44:33 +01:00
Marc Klingen and GitHub
9f8793e26a
feat(auth): make checks and auth method configurable across SSO providers ( #5203 )
...
push
2025-01-27 09:12:58 +00:00
Hassieb Pakzad and GitHub
a1cb4c727b
fix(media): remove transactions ( #5211 )
2025-01-25 23:44:34 +01:00
Hassieb Pakzad and GitHub
b39eb5445a
fix(media): reduce tx level to RepeateableRead ( #5210 )
2025-01-25 21:09:14 +01:00
Hassieb Pakzad and GitHub
b611301658
fix(media-api): increase tx maxWait ( #5208 )
2025-01-25 16:12:34 +01:00
Hassieb Pakzad and GitHub
c3fd8a74dc
fix(trace-timeline): first token label ( #5202 )
2025-01-24 16:38:47 +01:00
steffen911
aff8421dde
chore: release v3.16.0
2025-01-24 16:12:52 +01:00
Steffen Schmitz and GitHub
c442c4290e
feat: add proxy support for oauth flows ( #5198 )
2025-01-24 14:32:46 +00:00
Max Deichmann
01bc983b97
chore: release v3.15.0
2025-01-24 15:02:59 +01:00
Max Deichmann and GitHub
e2015bc52b
feat: update prompt versions ( #5106 )
...
* feat: update prompt versions
* push
* fix: return 404 error instead of 500 for not found observations trpc route
* fix
* fix
* fix
* fix
* fix
* feat: update prompts and invalidate cache
* feat: update prompts and invalidate cache
* feat: update prompts and invalidate cache
* feat: update prompts and invalidate cache
2025-01-24 13:40:59 +00:00
Max Deichmann and GitHub
91589d20c6
chore: add error logs for trpc add prompts label ( #5195 )
...
push
2025-01-24 12:45:00 +00:00
50f9444c36
feat(auth): Add AUTH_CUSTOM_ID_TOKEN environment variable ( #5193 )
...
* Add AUTH_CUSTOM_ID_TOKEN environment variable
* add to multi-tenant-sso (ee)
* add comment
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2025-01-24 11:14:39 +00:00
marliessophie and GitHub
4432223fd2
fix(comments-api): increase comment character limit to 3,000 ( #5194 )
2025-01-24 10:59:25 +00:00
marliessophie and GitHub
e3d58ff920
feat(traces): display number of all log kinds on trace table ( #5165 )
...
* feat(traces): display number of all log kinds on trace table
* chore: lint
* tests: adjust
* push
* chore: rename `computed_level` to `aggregated_level`
* chore: adjust ui labels
* chore: include level counts in export
2025-01-24 09:57:21 +00:00
Hassieb Pakzad and GitHub
ded00e6fdf
feat(trace-timeline): add time to first token ( #5185 )
2025-01-24 10:02:05 +01:00
Max Deichmann and GitHub
3fd1cc021c
perf: add timestamp filter to observations join in eval queue ( #5192 )
...
* push
* chore: disable secondary queue
2025-01-23 23:50:40 +00:00
Steffen Schmitz and GitHub
4b2e68017b
feat: add support for media asset deletion based on retention settings ( #5181 )
...
* feat: allow data retention configuration in project settings
* chore: remove prefix
* chore: hide data retention on cloud
* chore: lint
* feat: add support for media asset deletion based on retention settings
* chore: fix naming
* chore: increase expiry schedule
* chore: add logging
* chore: revert to intended schedule
2025-01-23 16:54:33 +00:00
Marc Klingen and GitHub
a52f87c64a
chore(cloud): add login issue banner, allow to open support chat ( #5183 )
2025-01-23 16:07:03 +00:00
Hassieb Pakzad
7500575a96
chore: release v3.14.0
2025-01-23 16:24:10 +01:00
Steffen Schmitz and GitHub
105284d756
feat: allow data retention configuration in project settings ( #5178 )
...
* feat: allow data retention configuration in project settings
* chore: remove prefix
* chore: hide data retention on cloud
* chore: lint
* chore: disable box on missing entitlement and add integer enforcement
2025-01-23 14:42:24 +00:00
Hassieb Pakzad and GitHub
29f7ace2ce
feat(llm-api-keys): allow for extra headers ( #5167 )
2025-01-23 14:59:00 +01:00
Hassieb Pakzad and GitHub
8fd17b52d1
fix(prompt-diff-dialog): keep open on cursor leaving window ( #5176 )
2025-01-23 10:44:07 +01:00
marliessophie and GitHub
484af10463
feat(prompts): support in UI prompt duplication ( #5110 )
...
* feat(prompts): support in UI prompt duplication
* chore(ui-ds): make `children` in `ActionButton` optional
* fix: extract custom hook for prompt name validation
* eslint
* fix: insert correct prompt count
* chore: validate prompt name uniqueness; attach latest label for single version
* chore: refactor duplication approach to use createMany and save on network-roundtrips
* chore: revert changes on action button
* push
2025-01-22 17:53:09 +00:00
Hassieb Pakzad and GitHub
33d43ca9bd
fix(diff-view-ui): add line breaks ( #5168 )
2025-01-22 17:27:58 +01:00
Hassieb Pakzad and GitHub
3658620540
feat(prompts): add diff view on new prompt version ( #5163 )
2025-01-22 15:54:06 +01:00
Steffen Schmitz and GitHub
83e1c5a3df
chore: use a distribution metric for langfuse.ingestion.count_files ( #5164 )
...
* chore: use a distribution metric for langfuse.ingestion.count_files
* chore: update name
* chore: update name
* chore: remove outdated import
2025-01-22 11:53:31 +00:00
Steffen Schmitz and GitHub
5efcef593f
chore: add additional metrics into ingestion pipeline ( #5160 )
...
* chore: add additional metrics into ingestion pipeline
* chore: spellcheck
2025-01-22 11:03:56 +00:00
Marc Klingen and GitHub
6c84c54a4a
feat(cloud): switch between available plans ( #5153 )
...
* feat(cloud): switch between available plans
* push
* inline comments
* entitlement check
* improve error message
* remove unused ids
* fix spellcheck
2025-01-22 10:38:25 +00:00
Max Deichmann and GitHub
9b3d77e1de
chore: disable secondary queue ( #5156 )
2025-01-21 23:25:56 +01:00
steffen911
f10e896545
chore: release v3.13.0
2025-01-21 17:10:01 +01:00
0047cbb367
fix: use unix timestamp for batch export file name to avoid invalid characters ( #5092 )
...
Co-authored-by: hopkinx <hopkinx@yanxihuadeMac-mini.local >
2025-01-21 17:08:33 +01:00
Marc Klingen and GitHub
8df120c186
feat(ee): add audit log view to project settings ( #5150 )
...
* add audit logs table
* push
* fix pagination zod schema
* copy
* add check that user is in org
* simplify
2025-01-21 15:10:22 +00:00
Max Deichmann and GitHub
a12b5b5006
fix: correctly upgrade katex ( #5151 )
2025-01-21 14:57:48 +00:00
marliessophie and GitHub
91f360ae29
chore(models-ui): move models into settings ( #5124 )
...
* chore(models-ui): move models into settings
* style: add notification to manage models in settings
* chore: mv button
2025-01-21 14:54:58 +00:00
Steffen Schmitz and GitHub
026f7f1b4b
chore: allow skipping ingestion CH reads for projects created after cutoff date ( #5116 )
...
* chore: allow skipping ingestion CH reads for projects created after cutoff date
* chore: add in memory cache for project skips
2025-01-21 14:08:36 +00:00
Max Deichmann and GitHub
29ad2965e6
security: upgrade katex ( #5149 )
2025-01-21 14:01:37 +00:00
Steffen Schmitz and GitHub
ae3f84125b
chore: remove legacy/batched ingestion pipeline code ( #5121 )
...
* chore: remove legacy/batched ingestion pipeline code
* chore: remove js-tiktoken dependency
* chore: partially revert updates
* chore: typing in gitHubEnterpriseProvider.ts
* chore: remove model-match test
2025-01-21 12:57:43 +00:00
Steffen Schmitz and GitHub
507a0eb7f4
chore: skip re-builds for same tree hash ( #5135 )
...
* chore: skip re-builds for same tree hash
* dummy
* chore: include do not skip
* chore: skip push
2025-01-21 11:58:10 +00:00
Max Deichmann and GitHub
64b29bce24
fix: observation table type alignment ( #5146 )
2025-01-21 11:27:50 +00:00
marliessophie and GitHub
60d6c5359b
feat(dataset-runs): add product analytics events ( #5145 )
...
* feat(dataset-runs): add product analytics events
* push
* push
2025-01-21 11:25:45 +00:00
Steffen Schmitz and GitHub
7f94a29c48
chore: reduce default write interval for CH queue to 1000 ( #5144 )
2025-01-21 11:19:44 +00:00
steffen911
a26f16b090
chore: release v3.12.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web-sync (node20, pg12) (push) Waiting to run
CI/CD / tests-web-sync (node20, pg15) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2025-01-21 12:28:38 +01:00
Steffen Schmitz and GitHub
b34da5a0de
feat: add support for DATABASE_ARGS config ( #5143 )
2025-01-21 11:14:39 +00:00
marliessophie and GitHub
9684768346
chore(traces): remove unsued code pulling trace data from prisma [deprecated] ( #5139 )
2025-01-21 10:24:27 +00:00
Steffen Schmitz and GitHub
1c51a319fd
chore: remove postgres fallback for generations table calls ( #5137 )
2025-01-21 10:55:54 +01:00
Steffen Schmitz and GitHub
9dd7aa833b
chore: remove queryClickhouse toggles ( #5123 )
...
* chore: remove queryClickhouse toggles
* chore: linting
2025-01-21 08:01:57 +00:00
Marc Klingen and GitHub
e14f8587af
revert: ask for github star during onboarding ( #5127 )
...
Revert "feat(onboarding): add GitHub star prompt with badge (#5125 )"
This reverts commit ed743c1f76 .
2025-01-20 21:04:24 +00:00
ed743c1f76
feat(onboarding): add GitHub star prompt with badge ( #5125 )
...
* feat(onboarding): add GitHub star prompt with badge
* ui improvements
* add posthog tracking
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2025-01-20 19:27:46 +00:00
Hassieb Pakzad and GitHub
0ee21fb98e
fix(llm-api-keys): improve form dialog for bedrock ( #5122 )
2025-01-20 18:28:09 +01:00
Hassieb Pakzad and GitHub
78d74ccb4e
fix(trace-view): show disabled jump to playground instead of hiding ( #5120 )
2025-01-20 18:05:38 +01:00
Hassieb Pakzad and GitHub
4cb5af71d3
fix(ingestion): allow nullish tokens_details in openai usage schema ( #5117 )
2025-01-20 18:03:51 +01:00
steffen911
7111ebfbeb
chore: release v3.11.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web-sync (node20, pg12) (push) Waiting to run
CI/CD / tests-web-sync (node20, pg15) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2025-01-20 17:02:28 +01:00
Steffen Schmitz and GitHub
a9506b40ab
fix: allow field overwrites with null in ingestion api ( #5114 )
...
* fix: allow field overwrites with `null` in ingestion api
* chore: add undefined check
* chore: check undefined does not overwrite value
* chore: explicit undefined check
2025-01-20 15:24:09 +00:00
Max Deichmann
3cd82c97cf
chore: release v3.11.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web-sync (node20, pg12) (push) Waiting to run
CI/CD / tests-web-sync (node20, pg15) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2025-01-20 15:49:51 +01:00
Max Deichmann and GitHub
f55bee2d36
fix: route all links to new observations table ( #5112 )
2025-01-20 15:32:54 +01:00
Max Deichmann and GitHub
5391dd90f4
fix: correct the rate limiter header return types ( #5111 )
2025-01-20 15:16:56 +01:00
Max Deichmann and GitHub
a1e670a729
feat: convert generations to observations table ( #5099 )
...
* feat: convert generations to observations table
* feat: add type col to generations table
* feat: add type col to generations table
* feat: add type col to generations table
* feat: add type col to generations table
* feat: add type col to generations table
* fix: fix
2025-01-20 13:40:41 +00:00
Max Deichmann and GitHub
b6e21fc44b
fix: return 404 error instead of 500 for not found observations trpc … ( #5105 )
...
fix: return 404 error instead of 500 for not found observations trpc route
2025-01-19 14:23:15 +01:00
Max Deichmann and GitHub
eb59082bf7
fix: flaky session export test ( #5103 )
2025-01-18 19:03:57 +00:00
Max Deichmann
950f36b87d
chore: release v3.10.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web-sync (node20, pg12) (push) Waiting to run
CI/CD / tests-web-sync (node20, pg15) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2025-01-18 19:55:56 +01:00
Max Deichmann and GitHub
c55b70d119
fix: fix session ui table ordering ( #5102 )
2025-01-18 19:55:26 +01:00
Marc Klingen and GitHub
c1109c91f1
feat(ui): single user view, simpler metrics, link to dashboard ( #5097 )
2025-01-17 21:14:42 +00:00
Marc Klingen and GitHub
3b737934f9
chore(cloud): run analytics jobs daily ( #5096 )
2025-01-17 18:14:22 +00:00
Steffen Schmitz and GitHub
a12f3f675e
fix: update ordering for get traces calls to avoid stale results ( #5090 )
...
* fix: update ordering for get traces calls to avoid stale results
* chore: explanation
* chore: remove stale test
* chore: lint
* chore: update comment
* chore: cleanup
2025-01-17 16:30:07 +00:00
Marc Klingen and GitHub
30d5755c24
fix(ui): support menu button width ( #5094 )
...
push
2025-01-17 15:04:49 +00:00
Marc Klingen and GitHub
39762cb1c0
feat(cloud): export billing meter backup to s3 ( #5091 )
2025-01-17 15:22:41 +01:00
marliessophie and GitHub
8ac4176aaf
feat(datasets): upload dataset via csv import ( #4656 )
...
* fixup: add csv import for datasets
* feat: include DnD logic
* add: fastest-levenshtein dep
* fixup: upload & parse .csv file
* fixup: uploading file
* fix: allow uploading .csv file
* chore: add csv-parse
* eslint
* chore: include project id in temp storage logic
* chore: access checks
* push
* chore: use s3 signed url to upload .csv file temporarily
fixup: env credentials
* deps: fix circular dep
* fixup
* create import bucket for uploads
* push
* push
* push
* remove s3 config for import
* remove server side processing
* fix: metadata display for items
* style: fix css styling and add progress bar
* push
* push
* push
* refactor: extract helper function
* wrap in try catch block
* fix: button logic in case of no access
* analytics: add posthog events
2025-01-17 13:51:25 +00:00
marliessophie and GitHub
f87af4f675
feat(model): add playground and eval support for gemini-2.0-flash-exp ( #5087 )
2025-01-17 13:19:06 +00:00
Max Deichmann
bc323772c1
chore: release v3.9.0
2025-01-17 12:26:06 +01:00
Marc Klingen and GitHub
fcef737dc0
feat(cloud): snapshot usage metering to postgres db ( #5075 )
2025-01-17 12:13:46 +01:00
marliessophie and GitHub
4bf77d68ed
feat(model): add support for o1 model costs ( #5073 )
...
* feat(model): add support for o1 model costs
* order cost list by ID
* push
* update contributing
* push
2025-01-17 10:23:25 +00:00
Steffen Schmitz and GitHub
d7ec924ed8
chore: remove outdated postgres executions ( #5069 )
2025-01-17 11:10:20 +01:00
Marc Klingen and GitHub
cefaf56613
chore(cloud): region details ( #5080 )
2025-01-17 00:18:00 +01:00
Max Deichmann and GitHub
6aff9b0f4a
fix: quickly recover from metering queue errors ( #5077 )
...
fix: quickly reciver from metering queue errors
2025-01-16 22:11:55 +01:00
Max Deichmann and GitHub
815de149aa
fix: retry stripe apis ( #5076 )
...
push
2025-01-16 21:57:05 +01:00
Max Deichmann and GitHub
bc8923485e
fix: add race condition check to billing queue ( #5074 )
2025-01-16 20:40:59 +01:00
Max Deichmann and GitHub
1a60425692
fix: retry stripe in metering logic and meter again if error ocurred ( #5072 )
2025-01-16 19:42:10 +01:00
marliessophie and GitHub
1d3ac98123
style(ui): improve observation type label colors for readbility, accessibility ( #5071 )
...
* style(ui): adjust muted colors for readbility, accessibility
* style(ui): adjust comment labels given type
* margins
* push
2025-01-16 16:27:47 +00:00
Max Deichmann and GitHub
de67ec1a02
chore: add cloud meter event trigger ( #5068 )
...
* push
* push
* feat: add metering event
2025-01-16 15:22:59 +00:00
marliessophie and GitHub
9510995a67
fix(ui-tables): populate filter operator by default ( #5067 )
2025-01-16 14:21:48 +00:00
Marc Klingen and GitHub
4623d76155
fix(cloud): remove race condition check in metering cron job ( #5066 )
2025-01-16 11:31:00 +01:00
Steffen Schmitz and GitHub
6a6abc6bd8
chore: skip zod parse for json parsing ( #5063 )
...
* chore: skip zod parse for json parsing
* chore: lint
* chore: add JsonNested type
* chore: add one more test for invalid json
2025-01-16 09:32:41 +00:00
Max Deichmann and GitHub
ddee827e22
chore: update architecture diagram ( #5055 )
2025-01-15 22:07:16 +00:00
Max Deichmann and GitHub
e327db8bbd
chore: correct data region ( #5054 )
2025-01-15 22:01:58 +00:00
Max Deichmann and GitHub
9229d759e1
chore: add project_id to get clickhouse query ingestion ( #5051 )
2025-01-15 20:09:53 +01:00
Hassieb Pakzad and GitHub
d8d8ab7060
fix(jump-to-playground): hide button if message parsing will fail ( #5048 )
2025-01-15 16:55:58 +01:00
Steffen Schmitz and GitHub
b851359923
chore: remove legacy v3-migration env variables ( #5041 )
...
* chore: remove legacy v3-migration env variables
* chore: linting
* chore: move legacy files to current env
* chore: remove outdated tests
* chore: add async ingestion test
* chore: reduce delay for tests
* chore: lint
* chore: skip scores and enable redis on CI
* chore: remove outdated test classes
2025-01-15 15:39:20 +00:00
marliessophie and GitHub
b36ea74314
fix(ui-annoation): bug when re-submitting score comments on categorical scores ( #5045 )
...
fix(ui-annoation): re-submit score comments on categorical scores
2025-01-15 15:12:46 +00:00
Hassieb Pakzad and GitHub
b2f103549a
feat(trace-tree-iu): add hint for hidden obs ( #5044 )
2025-01-15 14:47:39 +01:00
marliessophie and GitHub
f660b80438
style(ui-tables): fix position of No results. text if table has no data ( #5043 )
...
* style(ui-tables): fix position of `No results.` text if table has no data
* fix: dom nesting
2025-01-15 13:18:23 +00:00
Steffen Schmitz and GitHub
5bbfffef50
chore: allow any value for input/output in ingestion endpoint ( #5040 )
...
* chore: allow any value for input/output in ingestion endpoint
* chore: add explanation
2025-01-15 10:36:13 +00:00
Hassieb Pakzad and GitHub
cb6f95dc93
feat(trace-detail-ui): filter by minObservationlvl ( #5039 )
2025-01-15 11:40:57 +01:00
Max Deichmann
8345ce48fc
chore: release v3.8.0
2025-01-15 10:26:15 +01:00
Max Deichmann and GitHub
f71d28900a
perf: use streaming for observation and trace list endpoints ( #5038 )
...
push
2025-01-15 10:25:28 +01:00
Hassieb Pakzad and GitHub
14eaf62e45
fix(ingestion): overwriting of observation level ( #5027 )
2025-01-15 09:43:41 +01:00
Steffen Schmitz and GitHub
f8e61c2659
chore: fallback to error.status for eval error handling ( #5037 )
2025-01-15 07:40:36 +00:00
marliessophie and GitHub
3b205b45ce
chore(ui-dashboard): save selected score graphs in the dashboard to localStorage (project-bound) ( #5029 )
...
* chore(ui-dashboard): save selected score graphs in the dashboard to `localStorage` (project-bound)
* add comment
* push
2025-01-14 19:14:17 +00:00
Max Deichmann and GitHub
7260c44486
fix: correctly order sessions by time ( #5028 )
...
* fix: correctly order sessions by time
* fix: correctly order sessions by time
* fix: correctly order sessions by time
2025-01-14 19:00:53 +00:00
marliessophie and GitHub
92ec2b60e2
feat(ui-tabels): Count of group selection on column visibility ( #5024 )
2025-01-14 16:26:01 +00:00
Steffen Schmitz and GitHub
a856488f2d
chore: upgrade bullmq to 5.34.10 ( #5022 )
...
* chore: upgrade bullmq to 5.34.10
* chore: adjust tests
2025-01-14 13:59:55 +00:00
Steffen Schmitz and GitHub
a18f09fd8d
fix: process status codes on eval execution errors ( #5013 )
...
* fix: process status codes on eval execution errors
* chore: error handling
2025-01-14 12:29:44 +00:00
Hassieb Pakzad and GitHub
2a95dd1da0
fix(openapi-models): modelusageunit to optional ( #5015 )
2025-01-14 10:25:07 +01:00
Hassieb Pakzad and GitHub
04ebd5994f
fix(fern-models): unit to optional commons.model ( #5014 )
2025-01-14 10:22:32 +01:00
Hassieb Pakzad and GitHub
268b741a3a
chore(models): update fern types startDate unit ( #5004 )
2025-01-13 19:53:41 +01:00
Steffen Schmitz and GitHub
8b686e9b31
fix: fail open on redis errors in ratelimitservice ( #5001 )
2025-01-13 17:29:17 +00:00
Max Deichmann
e802a5c23a
chore: release v3.7.1
2025-01-13 14:39:24 +01:00
Max Deichmann and GitHub
5180e2382e
fix: drop dataset run item temp tables from all CH nodes ( #4999 )
2025-01-13 14:38:11 +01:00
Max Deichmann and GitHub
2cae1253d3
fix: fix session table sorting ( #4995 )
...
* fix: fix session table sorting
* push
2025-01-13 12:18:37 +00:00
Clemo and GitHub
be2414a82c
docs: fix typo
2025-01-13 10:54:43 +01:00
Clemo and GitHub
95e63c6f78
docs: Update careers
2025-01-13 10:53:54 +01:00
Marc Klingen
32b6502d13
chore: release v3.7.0
2025-01-12 09:59:41 +01:00
Marc Klingen and GitHub
1bc33c7b92
fix: telemetry error "invalid input syntax for type interval" ( #4991 )
2025-01-12 09:57:46 +01:00
Marc Klingen and GitHub
4967b20478
fix(ui): support menu forwardref error, memo list of options, keys for separators ( #4989 )
...
fix(ui): support menu forwardref error
2025-01-12 03:33:37 +00:00
Marc Klingen and GitHub
1130894cdc
chore: remove old launch week notifications ( #4986 )
2025-01-12 03:18:13 +00:00
Marc Klingen and GitHub
af276e9e78
feat(cloud): add banner for status page announcement ( #4988 )
...
* wip
* fix(ui): "chatisvisble not a function"
* csp
* feat(cloud): add banner for status page announcement
2025-01-12 03:17:45 +00:00
Marc Klingen and GitHub
d69dbd81a2
fix(ui): chatIsVisible rendering issues ( #4987 )
...
fix(ui): "chatisvisble not a function"
2025-01-12 02:43:25 +00:00
Marc Klingen and GitHub
7e807c0de8
feat(annotation-queue): show "add to dataset" button on trace preview ( #4985 )
2025-01-12 02:24:57 +00:00
Marc Klingen and GitHub
cfa2ac6da9
chore(ui): improve button labels for playground and experiments on prompt view ( #4984 )
2025-01-12 02:11:49 +00:00
Marc Klingen and GitHub
952a550847
feat(ui): add support dropdown menu to replace /support page ( #4983 )
2025-01-12 02:05:46 +00:00
Marc Klingen and GitHub
6199903117
chore(ui): add descriptions to the setup onboarding flow ( #4982 )
2025-01-12 00:00:19 +00:00
Marc Klingen and GitHub
88cdb8999d
chore(ui): do not collapse chat messages on prompt view ( #4981 )
2025-01-11 23:48:35 +00:00
9ad2ef1f91
fix(ui): docs menu item should open in new tab ( #4980 )
...
* fix(ui): docs menu item should open in new tab
* Update web/src/components/nav-main.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-01-11 21:11:37 +00:00
Marc Klingen and GitHub
7a9717cb5e
chore(ui): remove introducing orgs banner ( #4979 )
2025-01-11 20:59:51 +00:00
Marc Klingen and GitHub
ce31a806c7
chore(cloud): improve ui of cloud region selection, remove login error notice ( #4978 )
...
chore(cloud): imrpove ui of cloud region selection, remove login error notice
2025-01-11 18:03:20 +00:00
Max Deichmann and GitHub
e7e6cf1b99
feat: script to replay missing events ( #4966 )
...
* feat: script to replay missing events
* feat: script to replay missing events
2025-01-10 15:40:49 +00:00
Steffen Schmitz and GitHub
9f76457f22
chore: stream clickhouse results to posthog to reduce memory consumption ( #4967 )
...
* chore: stream clickhouse results to posthog to reduce memory consumption
* chore: end span after streaming all results
* chore: tracing for clickhouse streaming
2025-01-10 13:42:03 +00:00
Marc Klingen
c79c84ea96
chore: release v3.6.2
2025-01-10 14:49:19 +01:00
Hassieb Pakzad and GitHub
4634669fcd
chore(docker-compose): add ingestion env vars ( #4969 )
2025-01-10 14:47:25 +01:00
Marc Klingen and GitHub
549e0eb629
chore: daily instead of hourly telemetry ( #4968 )
2025-01-10 14:10:51 +01:00
Steffen Schmitz and GitHub
80adf63fe6
fix: adjust deletion order for apikey invalidation on project delete ( #4964 )
2025-01-10 10:24:26 +00:00
Hassieb Pakzad
6c1d7534bb
chore: release v3.6.1
2025-01-10 09:15:57 +01:00
Max Deichmann and GitHub
23a4bbd2cb
fix: fix trace exports ( #4958 )
...
* fix: fix trace exports
* push
* fix: fix trace exports
2025-01-09 19:36:07 +00:00
Steffen Schmitz and GitHub
07d048d46f
chore: enable clickhouse cluster mode by default ( #4956 )
2025-01-09 16:32:55 +00:00
Hassieb Pakzad and GitHub
bd7226bbb8
fix(pubic-api): observations and traces FINAL ( #4951 )
2025-01-09 17:41:35 +01:00
Steffen Schmitz and GitHub
fe70d92211
chore: set created_at in ClickHouse based on min S3 timestamp ( #4955 )
...
* chore: set created_at in ClickHouse based on min S3 timestamp
* chore: fix worker tests
2025-01-09 16:12:23 +00:00
Max Deichmann and GitHub
bb3621f31d
fix: sessions metrics api performance ( #4954 )
2025-01-09 17:15:30 +01:00
Steffen Schmitz and GitHub
63225a9fd6
chore: accept projectId list which skips clickhouse reads during ingestion ( #4952 )
2025-01-09 14:13:23 +00:00
Max Deichmann and GitHub
947da9cc84
fix: sessions table id filter ( #4953 )
2025-01-09 14:33:09 +01:00
Max Deichmann and GitHub
93a0ab6f3a
fix: remove trace tracesession fk ( #4946 )
...
* fix: remove trace tracesession fk
* push
* push
* push
* fix: remove trace tracesession fk
* fix: remove trace tracesession fk
* fix: remove trace tracesession fk
2025-01-09 09:50:58 +00:00
Hassieb Pakzad and GitHub
68ad079d8c
fix(models-table): sorting across pages ( #4947 )
2025-01-09 10:30:00 +01:00
Max Deichmann and GitHub
cf29c6b7e4
feat: backup redis queues to postgres ( #4943 )
...
feat: backup redis queuer
2025-01-08 23:15:03 +00:00
Max Deichmann and GitHub
e4d2a5ec6c
perf: improve session all time search performance ( #4926 )
...
* push
* fix: correctly export categorical scores for trace exports
* fixes
* push
* Merge branch 'max/lfe-3345-fix-session-table-all-time-search' of https://github.com/langfuse/langfuse into max/lfe-3345-fix-session-table-all-time-search
* fix
* fixes
2025-01-08 16:54:01 +00:00
Steffen Schmitz and GitHub
35f3092a1c
feat: retry 429 errors for eval executions for up to 24h ( #4933 )
...
* feat: retry 429 errors for eval executions for up to 24h
* chore: skip type error retries for eval execution
2025-01-08 14:51:36 +00:00
Hassieb Pakzad and GitHub
7b222318e1
chore(cost): add langchain-compatible price keys ( #4932 )
2025-01-08 15:49:21 +01:00
Steffen Schmitz and GitHub
d9c077ea56
chore: add BUILD_ID to otel setup and exclude health from tracing ( #4930 )
...
* chore: add BUILD_ID to otel setup
* chore: remove comment
2025-01-08 13:17:00 +00:00
Hassieb Pakzad and GitHub
1ec7325b85
feat(models): lastUsed column to full lookback ( #4931 )
2025-01-08 14:21:07 +01:00
Steffen Schmitz and GitHub
96b2127f36
chore: reduce number of parsing iterations for observations and traces ( #4927 )
...
* chore: reduce number of parsing iterations for observations and traces
* chore: lint
2025-01-08 12:36:37 +00:00
Max Deichmann and GitHub
d3c2b8cf27
fix: correctly export categorical scores for trace exports ( #4928 )
...
* fix: correctly export categorical scores for trace exports
* push
2025-01-08 11:31:50 +00:00
Hassieb Pakzad and GitHub
beeef222e4
feat(models): sort models table by lastUsed ( #4925 )
2025-01-08 12:06:57 +01:00
steffen911
ee376f9cad
chore: release v3.6.0
2025-01-07 14:43:35 +01:00
c8936ec68d
feat: add CLICKHOUSE_DB support ( #4911 )
...
* take CLICKHOUSE_DB environment variable into account
Fixes : #4888
Signed-off-by: Aleksandar Pesic <peske.nis@gmail.com >
* chore: cleanup env usage
* chore: extend env.prod.example
---------
Signed-off-by: Aleksandar Pesic <peske.nis@gmail.com >
Co-authored-by: Aleksandar Pesic <peske.nis@gmail.com >
2025-01-07 13:18:03 +00:00
Max Deichmann and GitHub
8d8170c62c
security: prevent prototype pollution in dataset compare view ( #4910 )
2025-01-07 12:15:33 +00:00
Max Deichmann and GitHub
72e1a43192
security: upgrade nanoid ( #4909 )
2025-01-07 11:47:31 +00:00
Hassieb Pakzad and GitHub
a842625bd1
chore(media): increase rate-limit to use ingestion budget ( #4907 )
2025-01-07 11:42:07 +01:00
Max Deichmann and GitHub
890a542759
fix: do not error on 403 by model provider for eval executions ( #4905 )
...
* fix: do not error on 403 by model provider
* push
2025-01-07 10:23:58 +00:00
Steffen Schmitz and GitHub
1e8af5b821
chore: move sessions, traces, comments router logs to logger ( #4902 )
...
* chore: move sessions router logs to logger
* chore: adjust traces and comments
2025-01-07 07:45:44 +00:00
Hassieb Pakzad and GitHub
d3f3f354db
fix(models): allow string tokenizer config ( #4898 )
2025-01-06 16:24:49 +01:00
steffen911
18a7cb6684
chore: release v3.5.3
2025-01-06 13:43:19 +01:00
Steffen Schmitz and GitHub
2d70ca574e
chore: skip existence check for score deletion ( #4896 )
...
* chore: skip existence check for score deletion
* chore: lint
2025-01-06 11:03:51 +00:00
Steffen Schmitz and GitHub
1c980c78dd
fix: use singular unit in clickhouse datediff for 23.x support ( #4894 )
2025-01-06 10:35:53 +00:00
5170718aad
fix(prompt-experiments): do not restrict to evalModelsOnly in order to use anthropic, bedrock, vertex ( #4872 )
...
* fix(prompt-experiments): do not restrict to evalModelsOnly in order to use anthropic, bedrock, vertex
* chore(cloud): disable deletion of traces via UI as it caused performance issues (#4873 )
chore(cloud): disable deletion of traces via the UI as it caused performance issues
* docs: add link to data model documentation to api reference of ingestion endpoint (#4877 )
* fix: use database upserts correctly (#4884 )
* fix: use database upserts correctly
* fix: use database upserts correctly
* push
* fix: use database upserts correctly
* fix: use database upserts correctly
* push
* fix: use database upserts correctly
* chore(deps): bump next from 14.2.15 to 14.2.21 (#4887 )
Bumps [next](https://github.com/vercel/next.js ) from 14.2.15 to 14.2.21.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v14.2.15...v14.2.21 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: release v3.5.2
* chore: remove postgres from ingestion merge (#4467 )
* chore: remove postgres from ingestion merge
* chore: remove pg tests
* chore: remove postgres tracing
* remove evalModelsOnly
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Max Deichmann <m.deichmann@tum.de >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steffen Schmitz <steffen@langfuse.com >
Co-authored-by: Hassieb Pakzad <68423100+hassiebp@users.noreply.github.com >
2025-01-06 10:29:57 +00:00
Steffen Schmitz and GitHub
a01c27f4cc
chore: remove postgres from ingestion merge ( #4467 )
...
* chore: remove postgres from ingestion merge
* chore: remove pg tests
* chore: remove postgres tracing
2025-01-06 09:29:26 +00:00
Max Deichmann
51354e6c6d
chore: release v3.5.2
2025-01-06 10:34:55 +01:00
10dd50cff0
chore(deps): bump next from 14.2.15 to 14.2.21 ( #4887 )
...
Bumps [next](https://github.com/vercel/next.js ) from 14.2.15 to 14.2.21.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v14.2.15...v14.2.21 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-06 09:19:47 +00:00
Max Deichmann and GitHub
d8783f8698
fix: use database upserts correctly ( #4884 )
...
* fix: use database upserts correctly
* fix: use database upserts correctly
* push
* fix: use database upserts correctly
* fix: use database upserts correctly
* push
* fix: use database upserts correctly
2025-01-03 21:45:56 +00:00
Marc Klingen and GitHub
16a572f51d
docs: add link to data model documentation to api reference of ingestion endpoint ( #4877 )
2025-01-02 21:10:26 +00:00
Marc Klingen and GitHub
947641cbbf
chore(cloud): disable deletion of traces via UI as it caused performance issues ( #4873 )
...
chore(cloud): disable deletion of traces via the UI as it caused performance issues
2025-01-02 19:03:40 +01:00
Marc Klingen and GitHub
249e161473
chore: remove beta label from evaluation menu ( #4871 )
2025-01-02 15:14:32 +00:00
Marc Klingen and GitHub
90bab4386f
fix(ui): improve /trace/:id redirect when trace is accessed while still being processed ( #4868 )
2025-01-02 13:51:56 +00:00
Max Deichmann and GitHub
33fddb1344
fix: support large amount of traces for sessions in session.byid ( #4847 )
2024-12-29 21:42:50 +00:00
Hassieb Pakzad and GitHub
c24dcb068a
fix(legacy-ingestion): usageDetails support ( #4841 )
2024-12-27 10:11:24 +01:00
Max Deichmann and GitHub
2986723254
fix: ensure idemptence of project deletion queue ( #4831 )
2024-12-24 11:49:29 +00:00
Max Deichmann and GitHub
b45b2fd8f8
chore: clean up error message bullmq endpoint ( #4826 )
2024-12-23 21:09:57 +00:00
Marc Klingen
8936fb4ad9
chore: release v3.5.0
2024-12-23 17:39:13 +01:00
Marc Klingen and GitHub
7d7e25b39c
fix: use clickhouse for tracing usage stats ( #4825 )
2024-12-23 17:07:50 +01:00
Marc Klingen and GitHub
138d2f1c09
feat(ui): switch to github discussions and issues for in-product feedback ( #4822 )
2024-12-21 14:16:27 +01:00
Steffen Schmitz and GitHub
51595eb15d
chore: export core information tables to S3 daily ( #4821 )
2024-12-21 12:23:10 +00:00
Marc Klingen and GitHub
6ee68cf508
chore: posthog integration out of beta ( #4820 )
...
chore: Posthog integration out of Beta
2024-12-21 12:03:30 +00:00
Marc Klingen and GitHub
308513e644
chore(ui): remove dateRangeFilter on prompt metrics table as no longer necessary on CH ( #4818 )
...
* chore(ui): remove dateRangeFilter on prompt metrics table as no longer necessary on CH
* fix lint
2024-12-21 11:49:03 +00:00
Marc Klingen and GitHub
155543bc93
feat(ui): enable the creation of a new LLM connection from the LLM selection dropdown ( #4819 )
...
feat(ui): allow to create new llm connection from llm selection dropdown
2024-12-21 11:46:34 +00:00
Marc Klingen and GitHub
8f961925d5
feat(ui): add export status table to project settings ( #4816 )
2024-12-21 04:38:03 +01:00
Marc Klingen and GitHub
7ddc844d7d
fix(ui): clarify what applying producation label to a new prompt does ( #4812 )
...
* fix(ui): clarify what applying producation label to a new prompt does
* fix lint and copy
2024-12-21 01:54:52 +00:00
Marc Klingen and GitHub
5381c5f19b
feat(cloud): improve open/close state of support chat ( #4815 )
...
chore(cloud): hide chat by default, show when opened manually or on incoming/unread messages, persist in session storage
2024-12-21 01:40:39 +00:00
Marc Klingen
dcd6060665
chore: release v3.4.0
2024-12-20 22:41:08 +01:00
Chris Tran and GitHub
0bfba7d690
feat(auth): add AUTH_CUSTOM_CLIENT_AUTH_METHOD to support PKCE code flow ( #4810 )
2024-12-20 22:34:02 +01:00
Hassieb Pakzad
25b363e1bc
chore: fix eslint error
2024-12-20 18:54:34 +01:00
Hassieb Pakzad and GitHub
0de37b0437
feat(models): add UI to add all usage types ( #4802 )
2024-12-20 18:49:44 +01:00
Max Deichmann and GitHub
ab5febb9c7
fix: include time filter into user metrics query ( #4808 )
...
* fixes: fix user table sorting and filters
* fixes: fix user table sorting and filters
* fixes: fix user table sorting and filters
2024-12-20 15:59:11 +00:00
marliessophie and GitHub
0e5cade9e7
chore(ui): toggle json editor for text prompts ( #4807 )
2024-12-20 15:22:28 +00:00
Max Deichmann and GitHub
1438e052df
fix: fix json parsing of trace / observation i/o ( #4805 )
...
* remove only
* push
* remove only
2024-12-20 12:54:47 +00:00
Max Deichmann and GitHub
9917aff8cf
fix: add latencies to trace exports ( #4804 )
...
* fix: add latencies to trace exports
* remove only
2024-12-20 12:23:52 +00:00
marliessophie and GitHub
c915c2b678
chore(ui): move dataset details into popover on runs table ( #4801 )
...
* chore(ui): move dataset details into popover on runs table
* push
2024-12-20 11:41:38 +00:00
marliessophie and GitHub
50379bd4b5
feat(datasets): support charts for scores and resource metrics ( #4754 )
...
* fixup: dataset run analytics; compare
* refactor: extract common timeseries component
* push
* fix: proper limit and offset settings
* chore: extend route to accept run ids
* eslint
* chore: order chart data ASC
* styles
* push
* push
* style: adjust multi-select component
* push
* push
* push
2024-12-20 10:14:37 +00:00
Marc Klingen and GitHub
8fd93ecff9
fix(cloud): remove unnecessary posthog events ( #4798 )
2024-12-20 01:59:39 +01:00
Max Deichmann and GitHub
046c6c6125
fix: fix tests ( #4797 )
2024-12-20 00:04:31 +01:00
Max Deichmann and GitHub
ba750a2d55
fix: fix time to first token in trace detail view ( #4796 )
2024-12-19 23:41:40 +01:00
Marc Klingen
485120806e
chore: release v3.3.0
2024-12-19 22:02:50 +01:00
87acc4f7f3
feat: redirect ingestion traffic for specific projects to secondary queue ( #4792 )
...
* feat: redirect specific projects to secondary ingestion queue
* feat: redirect specific projects to secondary ingestion queue
* push
* Update worker/src/queues/ingestionQueue.ts
Co-authored-by: Steffen Schmitz <steffen@langfuse.com >
* push
* push
---------
Co-authored-by: Steffen Schmitz <steffen@langfuse.com >
2024-12-19 16:06:20 +00:00
Steffen Schmitz and GitHub
21b1faa21b
fix: adjust clickhouse type mapping for session duration filter ( #4791 )
2024-12-19 13:04:39 +00:00
Max Deichmann and GitHub
76cfaf1069
chore: measure lookup hits in ingestion pipeline ( #4787 )
2024-12-19 10:20:10 +01:00
dbe808d520
feat(auth): add AUTH_IGNORE_ACCOUNT_FIELDS to sanitize IDP fields before creating an account ( #4728 )
...
* feat: Field sanitization before creating an Account
* add comments
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-12-18 23:26:56 +00:00
6c977429c2
chore(deps-dev): bump tailwindcss from 3.4.13 to 3.4.17 ( #4784 )
...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) from 3.4.13 to 3.4.17.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.17 )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-18 23:24:43 +00:00
Marc Klingen and GitHub
c42c6a0f91
chore: do not add latest, major, and major.minor tags to docker images of -rc versions ( #4781 )
2024-12-18 21:37:46 +01:00
Max Deichmann and GitHub
f14b69f68d
chore: add attributes to ingestion queue processing ( #4779 )
...
git push
2024-12-18 19:54:32 +00:00
marliessophie and GitHub
dd892459a4
chore(ui): order score names alphabetically in dropdowns ( #4776 )
...
* chore(ui): order score names alphabetically in dropdowns
* push
2024-12-18 16:40:04 +00:00
Marc Klingen and GitHub
3488b5c443
docs: Update README.md
2024-12-18 03:51:09 +01:00
Max Deichmann and GitHub
6e0f4483b4
chore: increase rate limits ( #4751 )
2024-12-17 15:55:18 +00:00
Marc Klingen and GitHub
b5d9fb3e63
chore(cloud): remove posthog metrics cron job ( #4753 )
2024-12-17 15:52:42 +00:00
Marc Klingen and GitHub
e087da6b6e
docs: update README.md
2024-12-17 12:53:21 +01:00
Marc Klingen and GitHub
ea8734d709
docs: update readme ( #4749 )
2024-12-17 12:49:14 +01:00
Hassieb Pakzad and GitHub
9cf4e57da1
fix(dashboard-modelUsage): none model name handling ( #4748 )
2024-12-17 10:52:36 +01:00
Marc Klingen and GitHub
292501b6dd
feat(ui): add organizations menu item link for all global pages ( #4741 )
2024-12-16 20:46:57 +00:00
Hassieb Pakzad and GitHub
2a1424e4d0
fix(dashboard-modelUsage): NaN handling on totals ( #4738 )
2024-12-16 18:28:19 +01:00
steffen911
fd37e2c35e
chore: release v3.2.0
2024-12-16 18:04:14 +01:00
marliessophie and GitHub
0352e7fad6
chore(annotation): return previous score props in delete method ( #4737 )
...
chore: return previous annotation score in delete method
2024-12-16 16:47:37 +00:00
Hassieb Pakzad and GitHub
6c4482ff56
feat(cost-tracking): allow additional cost and usage keys ( #4536 )
2024-12-16 17:30:24 +01:00
marliessophie and GitHub
cc62b32b82
fix(annotation): fail postgres upsert, delete silentley while Clickhouse is in lead ( #4733 )
...
* fix(annotation): fail postgres upsert, delete silentley while Clickhouse is in lead
* chore: disable deletion of score while update operation is in progress
2024-12-16 14:40:04 +00:00
Steffen Schmitz and GitHub
b421c2dec5
feat: add posthog integration processing ( #4685 )
...
* feat: add posthog integration processing
* chore: add times for query optimization
* chore: cleanups
* chore: remove unused join
* chore: run posthog integration every hour
* chore: rename to langfuse_event_version
* chore: add date workaround for initial sync
* chore: query updates
* chore: remove scheduling info
2024-12-16 13:43:07 +00:00
Marc Klingen and GitHub
3a67533ac8
feat(ui): new experiment modal to highlight prompt and custom experiments ( #4731 )
...
* feat(ui): new experiment modal to highlight prompt and custom experiments
* push
* fix lint
* fix lint
2024-12-16 12:00:22 +00:00
steffen911
21303a275a
chore: release v3.1.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web-sync (node20, pg12) (push) Waiting to run
CI/CD / tests-web-sync (node20, pg15) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-12-16 11:03:21 +01:00
Steffen Schmitz and GitHub
284494c62a
fix: use correct golang-migrate in build ( #4729 )
...
* fix: use correct golang-migrate in build
* chore: skip docker push
* chore: run docker build right away
* chore: add args for targetplatform and buildplatform
* chore: add TARGETPLATFORM args
2024-12-16 09:44:58 +00:00
Marc Klingen and GitHub
b37ec03483
fix(ui): redirect after org/project deletion when using custom base path ( #4727 )
2024-12-16 09:18:53 +00:00
Steffen Schmitz and GitHub
a49a410a04
chore: remove filterlist console log ( #4718 )
2024-12-13 15:48:09 +00:00
Steffen Schmitz and GitHub
1e9d8de305
fix: rate limit deletions globally to 1 per 3s ( #4715 )
2024-12-13 10:09:53 +00:00
Marc Klingen and GitHub
0fa88aea57
feat: in HF Spaces, prompt opening in new tab when running in iframe ( #4713 )
2024-12-13 02:41:37 +01:00
Max Deichmann and GitHub
61240d7c92
fix: fix pagination on public api ( #4710 )
...
* fix: fix pagination
* fix: fix pagination
* fix: fix pagination
* fix: fix pagination
* fix: fix pagination
* fix: fix pagination
2024-12-12 23:02:46 +00:00
marliessophie and GitHub
d54c888cd9
chore(evals/experiments): support retries via bullmq; set 2 minute LLM call completion timeouts ( #4709 )
...
* chore(eval/experiments): support job retries via bullmq instead of within worker
* chore: timeout model completion calls after 2 minutes
* chore: set retries on llm completion calls to 1
* chore: do not propogate expected error cases in experiment creation
* eslint
2024-12-12 20:53:56 +00:00
Max Deichmann and GitHub
b87a00fa03
fix: do not fetch dataset run items which are not active ( #4708 )
...
* fix
* fix
* push
* fix
2024-12-12 20:31:43 +00:00
marliessophie and GitHub
8b8d1086e5
fix(organizations): block org deletion in case of active projects ( #4707 )
...
* fix(organizations): block org deletion in case of active projects
* chore: count soft and hard deleted projects as
2024-12-12 19:23:27 +00:00
Max Deichmann and GitHub
d88902316b
fix: fix level filter on trace upsert queue ( #4704 )
2024-12-12 15:40:47 +01:00
Steffen Schmitz and GitHub
5dd5adf850
fix: use clickhouse for failIfRecentEvent condition in healthcheck ( #4701 )
2024-12-12 12:22:19 +00:00
Max Deichmann
a56246059c
chore: release v3.1.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web-sync (node20, pg12) (push) Waiting to run
CI/CD / tests-web-sync (node20, pg15) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-12-12 13:34:26 +01:00
Max Deichmann and GitHub
833f4165ce
chore: improve naming for observations by level chart ( #4700 )
...
* feat: add observations status chart
* fix: improve naming for observations by level chart
2024-12-12 12:20:18 +00:00
Max Deichmann and GitHub
ebe0c034fd
security: upgrade next-auth ( #4690 )
...
* upgrade next-auth
* push
* eval execution time
2024-12-12 12:14:33 +00:00
Max Deichmann and GitHub
64492f3002
feat: add observations status chart ( #4697 )
2024-12-12 12:56:53 +01:00
Max Deichmann and GitHub
27faebe244
chore: improve trace export tests ( #4694 )
2024-12-12 10:15:37 +00:00
Marc Klingen and GitHub
5e681e5a6d
feat(ui): add editable note for each api key ( #4686 )
...
* feat(ui): add editable note for each api key
* fix access scopes
2024-12-11 16:51:17 +00:00
marliessophie and GitHub
8af88a0cec
fix(playground): Model side menu in playground not scrollable ( #4687 )
2024-12-11 16:48:18 +00:00
marliessophie and GitHub
1770579fa6
feat(annotation): optimistic updates on annotation form ( #3859 )
...
* wip: optimistic updates on annotation form
* refactor to handle sequence of create, update operations correctly
* fix: don't check postgres for score existence when running on clickhouse
* disable annotation button while score updates are saving
* fix: await for all mutations to complete before opening modal again
* rm console log
* fix: update api response clickhouse
2024-12-11 12:39:05 +00:00
Max Deichmann and GitHub
273d29c383
fix: export i/o for traces ( #4673 )
2024-12-10 16:21:08 +01:00
marliessophie and GitHub
0047a3dec6
fix(experiments): don't require name in experiment creation ( #4659 )
...
* fix(experiments): don't require name in experiment creation
* push
* push
* push
* push
2024-12-10 15:00:15 +00:00
Hassieb Pakzad and GitHub
b63aeeeae7
fix(vertex): at least 1 user message always ( #4666 )
2024-12-10 10:46:17 +01:00
Marc Klingen and GitHub
f5dc7eea07
docs: update upgrade guide url in entrypoint ( #4655 )
2024-12-09 13:36:27 +00:00
Steffen Schmitz and GitHub
8560a10e53
fix: handle non-existent projects gracefully on delete ( #4654 )
...
* fix: handle non-existent projects gracefully on delete
* chore: return early on project does not exist
2024-12-09 13:14:20 +00:00
Marc Klingen and GitHub
609a330c37
chore: update default docker compose to use 3 docker tag ( #4653 )
2024-12-09 13:31:58 +01:00
Hassieb Pakzad and GitHub
07ad7e54e3
fix(model-form): increase max token limit to 16384 ( #4651 )
2024-12-09 11:52:18 +01:00
Max Deichmann and GitHub
4781b91e90
fix: always restart all docker services ( #4649 )
...
fix
2024-12-09 10:10:27 +00:00
marliessophie and GitHub
2c68223402
fix(experiments): ensure experiment runs on all valid inputs ( #4643 )
...
* fix(experiments): ensure experiment runs on all valid inputs
* refactor: extract common function
2024-12-09 10:01:18 +00:00
Max Deichmann
1211de3efb
chore: release v3.0.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web-sync (node20, pg12) (push) Waiting to run
CI/CD / tests-web-sync (node20, pg15) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-12-09 11:15:37 +01:00
Zhiqiang ZHOU and GitHub
9b9fd35f13
fix(openapi): MediaContentType to enum ( #4627 )
...
Signed-off-by: STRRL <im@strrl.dev >
2024-12-09 11:13:00 +01:00
Steffen Schmitz and GitHub
407f5dd1ce
build: add latest tags to v3 tags ( #4648 )
2024-12-09 09:59:32 +00:00
Steffen Schmitz and GitHub
d7832336dd
fix: allow userId filter on /api/public/observations again ( #4644 )
...
* fix: allow userId filter on /api/public/observations again
* Update observation-api.servertest.ts
2024-12-09 09:46:51 +00:00
Max Deichmann and GitHub
6362d8bcc9
fix: always pull the project_id for generations queries ( #4641 )
...
push
2024-12-09 08:19:15 +00:00
Max Deichmann
35057ea443
chore: release v3.0.0-rc.6
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web-sync (node20, pg12) (push) Waiting to run
CI/CD / tests-web-sync (node20, pg15) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
2024-12-09 08:52:46 +01:00
Max Deichmann and GitHub
9adc3bee5b
fix: default to empty string for csv export in case of null ( #4640 )
2024-12-08 22:56:48 +01:00
Max Deichmann and GitHub
e57af47d84
fix: fix trace tagging without postgres ( #4639 )
...
* fix: fix trace tagging without postgres
* fix: fix trace tagging without postgres
2024-12-08 21:43:00 +00:00
Max Deichmann and GitHub
8f0247d311
fix: fix trace bookmarking ( #4638 )
...
fix: fix trace publishing
2024-12-08 22:22:07 +01:00
Max Deichmann and GitHub
e96b2a4b0f
feat: move exports to ch ( #4634 )
2024-12-08 22:07:33 +01:00
Max Deichmann and GitHub
c389d4f01a
feat: move session tests to async suite ( #4636 )
...
* feat: move session tests to async suite
* feat: move session tests to async suite
* feat: move session tests to async suite
2024-12-08 13:21:14 +00:00
Max Deichmann
4d8bb0fb95
chore: release v3.0.0-rc.5
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web-sync (node20, pg12) (push) Waiting to run
CI/CD / tests-web-sync (node20, pg15) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
2024-12-08 10:52:56 +01:00
Marc Klingen and GitHub
79068ef93f
chore: use s3 region auto in docker-compose.yml ( #4630 )
2024-12-07 17:26:43 +00:00
6c1c231ba7
fix: support reading observations from clickhouse for observations in annotation queue ( #4621 )
...
Co-authored-by: Max Deichmann <m.deichmann@tum.de >
2024-12-07 18:10:20 +01:00
Max Deichmann and GitHub
b722892c00
fix: check postgres negative flag ( #4624 )
...
* fix: check postgres negative flag
* improve dashboard
* improve dashboard
* improve dashboard
* improve dashboard
* perf: fetch observations using timestamps
* perf: fetch observations using timestamps
* perf: fetch observations using timestamps
* perf: fetch observations using timestamps
2024-12-07 14:52:55 +00:00
Max Deichmann and GitHub
4cd1d167da
perf: fetch observations using timestamps ( #4629 )
2024-12-07 13:35:45 +00:00
Steffen Schmitz and GitHub
c0f38a8eda
chore: hide background migrations on cloud and show queued status ( #4628 )
2024-12-07 07:59:02 +00:00
marliessophie and GitHub
6be87994a9
fix: only read trace and score from prisma if LANGFUSE_POSTGRES_INGESTION_ENABLED ( #4618 )
...
* chore: remove reading trace and score from prisma, only read from clickhouse
* fixup: keep create logic behind flag
* chore: only read from postgres for updating annoation score if `LANGFUSE_POSTGRES_INGESTION_ENABLED`
* chore: only read from postgres for deleting annoation score if `LANGFUSE_POSTGRES_INGESTION_ENABLED`
* chore: throw errors if scores not found in CH
* chore: add audit logs in clickhouse scenario
* only create audit log once on cloud
2024-12-06 18:42:01 +00:00
Max Deichmann and GitHub
e90bb60ec8
fix: fix traces publishing in V3 without postgres ( #4620 )
...
* make sleep great again
* make sleep great again
2024-12-06 18:22:53 +00:00
Max Deichmann and GitHub
439a65b926
fix: fix numeric chart for dashboards ( #4615 )
2024-12-06 18:15:25 +00:00
Max Deichmann and GitHub
11af1f4167
feat: increase trace upsert delay ( #4619 )
...
* fix: increase trace upsert delay
* fix: increase trace upsert delay
2024-12-06 17:15:23 +00:00
marliessophie and GitHub
2d265eb3f9
feat(comments): add support for comment button on each trace preview in session view ( #3848 )
...
* feat(comments): add support for comment button on each trace preview in single session view
* perf: manually timeout comment count query at 500ms without failing overall operation
* push
* chore: query comment reference objects in clickhouse if `env.clickhouse_url`
* remove: deprecated code
* chore: support fetching traces per session from clickhouse
* push
* refactor: adjust tests to populate traces and observations in clickhouse
* refactor: adjust tests and remove redundant code
* push
2024-12-06 16:35:15 +00:00
Max Deichmann and GitHub
a93b8ff119
chore: move eval to correct ee directory ( #4616 )
...
* chore: move eval to correct ee directory
* chore: move eval to correct ee directory
* chore: move eval to correct ee directory
2024-12-06 16:31:10 +00:00
Max Deichmann and GitHub
81cf48ddf0
feat: set v3 default variables ( #4613 )
2024-12-06 16:46:09 +01:00
816eec0f75
chore: drop FK v3 constraints ( #4612 )
...
* chore: drop FK v3 constraints
* make sleep great again
* make sleep great again
* make sleep great again
* make sleep great again
---------
Co-authored-by: steffen911 <steffen@langfuse.com >
2024-12-06 13:02:54 +00:00
steffen911
fa630d34de
chore: release v3.0.0-rc.4
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web-sync (node20, pg12) (push) Waiting to run
CI/CD / tests-web-sync (node20, pg15) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
2024-12-06 14:01:36 +01:00
0eb129e186
feat: add ui for background migrations ( #4602 )
...
* feat: add ui for background migrations
* chore: add retry for background migrations
* chore: remove redundant import
* chore: invalidate correct state
* chore: unused import
* chore: update the popup text
* chore: add status icon
* chore: move to update menu
---------
Co-authored-by: steffen911 <steffen@langfuse.com >
2024-12-06 12:49:26 +00:00
marliessophie and GitHub
2defaf273a
fix(experiments): don't create experiment run items for archived dataset items ( #4611 )
...
* fix(experiments): don't create experiment run items for archived dataset items
* fix: type check for input, `typeof null === "object"` in js
2024-12-06 12:02:46 +00:00
Max Deichmann and GitHub
b9305e76f5
fix: fix front end confirmations to delete traces ( #4601 )
2024-12-05 16:55:28 +01:00
Max Deichmann and GitHub
241d1119f9
feat: adjust trace redirect to uniqueness of trace ids to projects ( #4598 )
2024-12-05 15:24:11 +00:00
Steffen Schmitz and GitHub
4a44adcedd
chore: add wait time during validation of clickhouse background migra… ( #4596 )
...
chore: add wait time during validation of clickhouse background migrations
2024-12-05 13:53:09 +00:00
Steffen Schmitz and GitHub
9a861dff37
chore: make project deletion asynchronous ( #4399 )
...
* chore: make project deletion asynchronous
* chore: delete projects on the worker
* chore: indicate in UI overview that project is being deleted
* chore: remove API keys from Postgres in project deletion call
2024-12-05 13:13:22 +00:00
Steffen Schmitz and GitHub
12ee00f273
chore: check early whether clickhouse url is configured ( #4595 )
...
* chore: check early whether clickhouse url is configured
* Update entrypoint.sh
2024-12-05 12:51:23 +00:00
Steffen Schmitz and GitHub
f2513fbebf
fix: return timestamps in API response as ISO strings ( #4593 )
2024-12-05 10:49:22 +00:00
marliessophie and GitHub
5be98906e3
feat(url): support AWS S3 signed images in trace/observation preview ( #4575 )
...
* feat(url): support AWS S3 signed images in trace/observation preview
* push
* push
* chore: also validate content-type of pre-signed urls
2024-12-05 09:35:20 +00:00
marliessophie and GitHub
4bac94e3fc
feat(comments): increase content character limit to 3,000 ( #4577 )
...
* feat(comments): increase content character limit to 3,000
* push
* push
* push
2024-12-05 08:38:43 +00:00
Max Deichmann and GitHub
86980da792
fix: show correct scores if dataset runs link same traces ( #4582 )
...
* fix: fix scores when dataset runs are linked to the same traces
* fix: fix scores when dataset runs are linked to the same traces
2024-12-04 22:14:18 +00:00
Max Deichmann and GitHub
f9be079d62
chore: add aggregateScores tests ( #4580 )
...
* chore: add aggregateScores tests
* chore: add aggregateScores tests
2024-12-04 21:06:43 +00:00
Marc Klingen and GitHub
d66fac5e29
chore: explicitly mention worker/src/ee ( #4581 )
2024-12-04 21:02:51 +00:00
Hassieb Pakzad and GitHub
83c01bb444
fix(media): add self host env vars ( #4578 )
2024-12-04 19:07:37 +01:00
Hassieb Pakzad and GitHub
c937fc7280
chore(cost-tracking): add gpt-4o-2024-11-20 prices ( #4576 )
2024-12-04 17:10:36 +00:00
Hassieb Pakzad and GitHub
c8aa4a2d70
chore(ingestion): add back async ingestion processing flag ( #4573 )
2024-12-04 17:28:18 +01:00
Marc Klingen and GitHub
5d459f0143
fix(cloud): only active evals count towards free plan limit ( #4572 )
...
* fix(cloud): only active evals count towards free plan limit
* remove log
2024-12-04 15:22:45 +00:00
Steffen Schmitz and GitHub
faa1b71f48
fix: perform batch trace deletion on clickhouse ( #4570 )
2024-12-04 14:17:09 +00:00
Max Deichmann and GitHub
99e9825e66
perf: improve user metrics for large projects ( #4568 )
...
* feat: improve user metrics
* feat: improve user metrics
* feat: improve user metrics
* feat: improve user metrics
* feat: improve user metrics
2024-12-04 14:11:28 +00:00
marliessophie and GitHub
11ad444632
fix(ui): show scrollbar for scores in column visibility ( #4569 )
2024-12-04 13:56:56 +00:00
f132aa3969
fix: convert json strings to json in traces api metadata field ( #4564 )
...
* fix: convert json strings to json in traces api metadata field
* Update web/src/__tests__/async/traces-api.servertest.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* chore: stupid ai
* chore: typing
* chore: lint
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2024-12-04 11:11:43 +00:00
Steffen Schmitz and GitHub
fa69d4dc75
chore: increase timeout for daily metrics query ( #4565 )
2024-12-04 10:46:52 +00:00
Max Deichmann and GitHub
6ef6fba4dc
chore: double ingestion API rate limits ( #4544 )
...
feat
2024-12-04 09:31:44 +00:00
Max Deichmann and GitHub
a5078ccbaf
chore: remove public users api ( #4553 )
2024-12-04 09:20:09 +00:00
Marc Klingen and GitHub
ba5c1cd70e
fix: disable x frame options header on Hugging Face ( #4558 )
2024-12-04 00:06:19 +01:00
Max Deichmann and GitHub
19ea989b5a
perf: add a user_id bloom filter ( #4554 )
...
* perf: add a user_id bloom filter
* push
* perf: add a user_id bloom filter
2024-12-03 21:28:52 +00:00
Max Deichmann and GitHub
ec0bf37d0b
chore: refactor tests async ( #4552 )
...
* chore: refactor tests
* chore: refactor tests
2024-12-03 20:03:57 +00:00
Max Deichmann and GitHub
3b4790270f
fix: fix time to first token ( #4549 )
...
* fix: fix time to first token
* fix: fix time to first token
* fix: fix time to first token
* push
* fix: fix time to first token
2024-12-03 18:05:40 +00:00
Marc Klingen
ca3b95312b
chore: release v3.0.0-rc.3
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web-sync (node20, pg12) (push) Waiting to run
CI/CD / tests-web-sync (node20, pg15) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
2024-12-03 18:53:59 +01:00
b9aaf05acb
feat(auth): add KeyCloak authentication option ( #2866 )
...
---------
Co-authored-by: RTae <natthanan.bhu@doctorasa.co >
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-12-03 18:46:09 +01:00
Marc Klingen and GitHub
004aee9f35
feat(ui): add "not found" error page for unknown traces and sessions ( #4548 )
...
* feat(ui): add "not found" page for unknown trace ids
* also apply to session
2024-12-03 16:56:03 +00:00
Steffen Schmitz and GitHub
0c9070f78f
chore: migrate /metrics/daily API route to Clickhouse ( #4546 )
...
* chore: migrate /metrics/daily API route to Clickhouse
* chore: apply final
2024-12-03 16:35:09 +00:00
Marc Klingen and GitHub
a91357a958
fix: remove LANGFUSE_CSP_DISABLE (did not work) and disable csp headers on HF Spaces ( #4545 )
2024-12-03 17:31:18 +01:00
Hassieb Pakzad and GitHub
80050cee00
fix(media): add wait time before retries ( #4547 )
2024-12-03 17:24:43 +01:00
Steffen Schmitz and GitHub
b533b1dccd
chore: migrate traces all API route to Clickhouse ( #4542 )
...
* chore: migrate traces all API route to Clickhouse
* chore: lint
* chore: remove console logs
* chore: naming
2024-12-03 14:04:15 +00:00
Max Deichmann and GitHub
25657d11e4
perf: improve count query performance for scores public api ( #4538 )
...
feat
2024-12-03 10:38:41 +00:00
Max Deichmann and GitHub
3dd616a3dc
perf: improve single trace public API performance ( #4537 )
...
feat
2024-12-03 10:11:04 +00:00
Steffen Schmitz and GitHub
995ec498f4
chore: include projectId in event processing error message ( #4535 )
2024-12-03 09:22:56 +00:00
Max Deichmann and GitHub
12d7b7f753
perf: improve scores API query performance ( #4534 )
...
* feat
* feat
* feat
* push
* feat
* feat
* feat
2024-12-03 09:17:55 +00:00
Marc Klingen and GitHub
2630327a86
chore: add LANGFUSE_CSP_DISABLE to .env.prod.example ( #4533 )
2024-12-03 01:23:15 +01:00
Marc Klingen and GitHub
4a1fa69af7
feat: optionally disable csp headers via LANGFUSE_CSP_DISABLE=true ( #4529 )
2024-12-03 01:04:23 +01:00
Max Deichmann and GitHub
e53d101b49
fix: show dataset run if not run item exists yet ( #4528 )
...
feat
2024-12-02 21:46:54 +00:00
Marc Klingen and GitHub
39539300c1
fix: on cache schema change, delete cached api keys ( #4527 )
2024-12-02 20:36:12 +00:00
Hassieb Pakzad and GitHub
59982db267
fix(io-ui): padding additional input ( #4526 )
2024-12-02 19:29:37 +01:00
Hassieb Pakzad and GitHub
fe4299d30d
fix(IO-ui): render additional input in pretty view ( #4524 )
2024-12-02 18:58:25 +01:00
Marc Klingen and GitHub
304b290ab1
fix: no need to decode nextjs path variables, causes issues with special characters ( #4522 )
2024-12-02 17:09:06 +00:00
Hassieb Pakzad and GitHub
97423aa95d
fix(media): use db upserts instead of prisma ( #4521 )
2024-12-02 17:42:53 +01:00
Max Deichmann and GitHub
7aff8e0c26
fix: fix score source public api filter ( #4520 )
...
feat
2024-12-02 15:46:59 +00:00
Max Deichmann and GitHub
22761d55c3
chore: add logging for datasets router ( #4519 )
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web-sync (node20, pg12) (push) Waiting to run
CI/CD / tests-web-sync (node20, pg15) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
2024-12-02 16:29:40 +01:00
steffen911
965cf1445d
chore: release v3.0.0-rc.2
2024-12-02 16:28:36 +01:00
Marc Klingen and GitHub
922bbb0ce1
docs: add list of dependents to readme ( #4518 )
...
* docs: add list of dependents to readme
* push
2024-12-02 15:05:56 +00:00
Max Deichmann and GitHub
d821423c6a
perf: improve dataset run item performance ( #4514 )
2024-12-02 15:57:20 +01:00
Steffen Schmitz and GitHub
84b0b7f680
chore: remove backend cloud version checks ( #4512 )
...
* chore: remove backend cloud version checks
* chore: lint
* chore: adjust clickhouse healthcheck
2024-12-02 14:41:18 +00:00
Steffen Schmitz and GitHub
fba7f4f0c3
build: cancel concurrent PR jobs on new commit ( #4517 )
...
* build: cancel concurrent PR jobs on new commit
* chore: adjust pattern
* chore: adjust pattern
2024-12-02 14:31:58 +00:00
Steffen Schmitz and GitHub
a9405a2e8b
chore: ignore latency for prompts-ui.servertest.ts ( #4513 )
2024-12-02 14:20:05 +00:00
Marc Klingen and GitHub
2cb3529707
fix(ui): disallow creation of projects if project name already exists in the org ( #4516 )
2024-12-02 14:12:46 +00:00
Marc Klingen and GitHub
2f13204836
fix(ui): overflow of session view on mobile ( #4515 )
2024-12-02 14:12:20 +00:00
Steffen Schmitz and GitHub
ae2a42bf80
chore: move batch export s3 env variable names into new naming pattern ( #4511 )
...
* chore: move batch export s3 env variable names into new naming pattern
* chore: add prefixes correctly
* chore: overwrite batch export feature in CI
2024-12-02 13:49:15 +00:00
Marc Klingen and GitHub
039dee045b
feat(cloud): update entitlements to account for limits, add self-hosted pro plan ( #3913 )
...
* wip
* push
* add migration
* render correct usage event type in settings
* render number of seats in settings
* wip
* add entitlement limits
* add new actionbutton
* migrate annotation queue create
* add to table date range selectors
* add limit to dashboard date range
* move migration
* fix usage preview in billing settings
* get seats from subscription instead of next invoice
* remove old console.log
* ad pro plan self-hosted
* fix
* readme
* rename / fixes
* push
* only alert on over 90% usage
* push
* push
* push
* push
* add new self host entitlements for v3
* drop batch-export entitlement
* push
* move logic to clickhouse
* push
* fix padding
* fix clickhouse logic
2024-12-02 13:39:02 +00:00
Max Deichmann and GitHub
9831bb8e44
fix: increase attempts for evals ( #4487 )
...
feat
2024-12-02 13:37:00 +00:00
Steffen Schmitz and GitHub
c6e3a12b08
chore: apply v3 defaults to environment variables ( #4498 )
2024-12-02 13:50:44 +01:00
Marc Klingen and GitHub
9b01b562a8
fix(ui): account for prereleases in update check ( #4503 )
2024-11-29 18:34:12 +00:00
Hassieb Pakzad
e5a0cec7d6
chore: add sha256 hash to media url span
2024-11-29 18:33:26 +01:00
Steffen Schmitz and GitHub
9375250c5a
chore: fix typo in ingestion queue concurrency and adjust default ( #4495 )
2024-11-29 10:30:11 +00:00
Hassieb Pakzad and GitHub
82e5f1a932
feat(playground+evals): add gemini and vertex support ( #4485 )
2024-11-29 10:07:33 +01:00
Max Deichmann and GitHub
64a62c9f6d
perf: improve datasets view ( #4486 )
2024-11-28 21:21:05 +01:00
44d856747a
feat(auth): add GitHub Enterprise Authentication Provider ( #4463 )
...
feat: Add GitHub Enterprise Authentication Provider
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-11-28 01:43:43 +00:00
Marc Klingen
e17bd364c9
chore: fix ci on fork prs
2024-11-28 02:30:08 +01:00
Marc Klingen and GitHub
f38c756244
fix: do not authenticate with Docker Hub for pull request CI ( #4477 )
2024-11-28 02:20:29 +01:00
6c62f4b31a
chore(deps): bump posthog-node from 3.6.3 to 4.3.1 ( #4450 )
...
* chore(deps): bump posthog-node from 3.6.3 to 4.3.1
Bumps [posthog-node](https://github.com/PostHog/posthog-js-lite/tree/HEAD/posthog-node ) from 3.6.3 to 4.3.1.
- [Release notes](https://github.com/PostHog/posthog-js-lite/releases )
- [Changelog](https://github.com/PostHog/posthog-js-lite/blob/main/posthog-node/CHANGELOG.md )
- [Commits](https://github.com/PostHog/posthog-js-lite/commits/posthog-node-v4.3.1/posthog-node )
---
updated-dependencies:
- dependency-name: posthog-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix flush
* shutdown instead of shutdownasync
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-11-28 00:07:51 +00:00
fb686d45ee
chore(deps): bump stripe from 16.8.0 to 17.4.0 ( #4377 )
...
Bumps [stripe](https://github.com/stripe/stripe-node ) from 16.8.0 to 17.4.0.
- [Release notes](https://github.com/stripe/stripe-node/releases )
- [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stripe/stripe-node/compare/v16.8.0...v17.4.0 )
---
updated-dependencies:
- dependency-name: stripe
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-27 23:47:54 +00:00
1901c8cb39
chore(deps): bump lucide-react from 0.447.0 to 0.462.0 ( #4475 )
...
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react ) from 0.447.0 to 0.462.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases )
- [Commits](https://github.com/lucide-icons/lucide/commits/0.462.0/packages/lucide-react )
---
updated-dependencies:
- dependency-name: lucide-react
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-27 23:47:05 +00:00
Marc Klingen
66d925ee1f
chore: do not run codeql on merge queue
2024-11-28 01:05:07 +01:00
Marc Klingen
1b06385111
chore: run ci on merge groups
2024-11-28 00:23:08 +01:00
Hassieb Pakzad and GitHub
6e290b9ad4
fix(media): increase retries ( #4474 )
2024-11-27 22:57:53 +00:00
Max Deichmann and GitHub
8b8afff705
fix: fix generations search in clickhouse ( #4472 )
2024-11-27 23:20:21 +01:00
Max Deichmann and GitHub
89fcf27f84
chore: add logs for media API ( #4471 )
2024-11-27 22:46:44 +01:00
Max Deichmann and GitHub
6717b16679
perf: add improved default performance to traces table ( #4469 )
...
* feat
* feat
2024-11-27 21:07:29 +00:00
Cole Winstanley and GitHub
98e29cb512
fix(auth): add nonce check for Cognito NextAuth provider ( #4401 )
2024-11-27 17:59:31 +01:00
Marc Klingen and GitHub
c7b7a784d7
feat(ui): add more explicit confirmation prompt before deleting a dataset ( #4424 )
2024-11-27 16:51:44 +00:00
Marc Klingen and GitHub
e778d04523
perf: single clickhouse query for cloud usage job across all orgs/projects ( #4453 )
2024-11-27 17:39:31 +01:00
Hassieb Pakzad and GitHub
2a2f50e2d9
feat(media): broaden content type support ( #4442 )
...
* feat(media): broaden content type support
* fix file extensions
* add media attachment view in pretty mode
2024-11-27 17:19:54 +01:00
Max Deichmann and GitHub
9d9820dacc
chore: remove log line ( #4466 )
2024-11-27 15:54:39 +01:00
Max Deichmann and GitHub
6e4065eff3
perf: extract traces table metrics from clickhouse traces.all query ( #4460 )
2024-11-27 14:24:15 +00:00
Marc Klingen and GitHub
993e2a8323
fix(ui): trace timeline peek drawer should not be full-width ( #4462 )
2024-11-27 14:04:45 +00:00
Steffen Schmitz and GitHub
f0c117b35b
chore: expand error logging for queue worker errors ( #4457 )
2024-11-27 12:29:59 +00:00
Max Deichmann and GitHub
b7d353a821
perf: increase performance for traces default table ( #4459 )
2024-11-27 11:36:14 +00:00
Hassieb Pakzad and GitHub
1bdc6a4068
fix(media): increase isolationLevel on concurrent upserts ( #4458 )
2024-11-27 12:23:08 +01:00
Marc Klingen and GitHub
851de49789
perf: prevent duplicated parallel executions of cloud metering job ( #4455 )
2024-11-27 01:27:07 +00:00
Max Deichmann and GitHub
202a9b715d
perf: improve clickhouse traces table perfromance ( #4451 )
2024-11-26 23:25:45 +00:00
Marc Klingen and GitHub
5fae362b29
refactor(cloud): move usage metering job to clickhouse ( #4448 )
2024-11-26 21:27:04 +00:00
Max Deichmann and GitHub
38e5c3fac7
Max/lfe 2988 adjust generations table default again ( #4446 )
2024-11-26 21:01:10 +00:00
Marc Klingen and GitHub
3d6d94fb16
chore(cloud): improve logs of usage metering job ( #4447 )
...
chore: improve logs of usage metering job
2024-11-26 20:27:14 +00:00
Marc Klingen and GitHub
cb7230ac41
fix: override score name when config is set ( #4445 )
2024-11-26 20:08:36 +00:00
Steffen Schmitz and GitHub
44ba6eaddf
chore: restrict trace.name length to 1000 characters ( #4441 )
2024-11-26 19:47:54 +01:00
Max Deichmann and GitHub
e566dfa5a9
feat: improve generations table default query time ( #4440 )
2024-11-26 18:12:13 +00:00
Steffen Schmitz and GitHub
f9c3f60d49
chore: make trace deletion asynchronous ( #4398 )
2024-11-26 16:26:31 +00:00
Steffen Schmitz and GitHub
aeb56ecde7
chore: explicitly cast names for traces table ( #4433 )
2024-11-26 17:15:32 +01:00
Marc Klingen and GitHub
9ac84fbd61
fix: do not log stack trace in trpc checkupdate when no internet access ( #4436 )
2024-11-26 16:33:33 +01:00
Hassieb Pakzad and GitHub
fe9af426dc
fix(playground): unique prompt names in save to prompt ( #4437 )
2024-11-26 16:22:44 +01:00
Marc Klingen and GitHub
583e90321e
fix(auth): improve name and password verification ( #4434 )
...
* fix(auth): improve name and password verification
* password complexity
* no url in name
* e2e test
2024-11-26 13:28:43 +00:00
Hassieb Pakzad
e52530351a
chore: update v3preview docker compose to main tagged images
2024-11-26 13:49:28 +01:00
Hassieb Pakzad
8a52c0b888
chore: update v3preview docker compose to 3 tagged images
2024-11-26 13:32:16 +01:00
Hassieb Pakzad
d02c9b4902
chore: release v3.0.0-rc.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web-sync (node20, pg12) (push) Waiting to run
CI/CD / tests-web-sync (node20, pg15) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
2024-11-26 12:20:20 +01:00
Hassieb Pakzad
014c3d9dad
chore: do not tag v3 tags as latest image
2024-11-26 12:17:51 +01:00
Max Deichmann and GitHub
1d3c74435b
fix: change the default of the migration script ( #4419 )
2024-11-26 09:48:37 +00:00
Steffen Schmitz and GitHub
6b48d7771c
build: adjust docker actions to handle v2 branch ( #4416 )
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web-sync (node20, pg12) (push) Waiting to run
CI/CD / tests-web-sync (node20, pg15) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode) (push) Waiting to run
CI/CD / tests-worker (node20, pg12, mode-azure) (push) Waiting to run
CI/CD / tests-worker (node20, pg15, mode-azure) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
2024-11-26 09:59:57 +01:00
Max Deichmann and GitHub
cd0d39b3c2
fix: fix bullmq api ( #4425 )
2024-11-25 23:18:16 +00:00
Max Deichmann and GitHub
8fcbcdd29d
fix: order datasets API correctly ( #4423 )
2024-11-25 22:09:49 +00:00
Max Deichmann and GitHub
e24f65c51d
feat: add all queues to get api for bullmq api ( #4422 )
2024-11-25 21:53:27 +00:00
Marc Klingen and GitHub
38e6464219
chore: improve logging of cloud metering queue ( #4420 )
2024-11-25 21:22:13 +00:00
Steffen Schmitz and GitHub
86f5c885a1
chore: skip string parsing for metadata string values ( #4415 )
2024-11-25 18:04:49 +01:00
Hassieb Pakzad and GitHub
c0ebd06c0c
feat(evaluators): add updates ( #4360 )
2024-11-25 16:51:46 +01:00
Steffen Schmitz and GitHub
0ce5ddcd00
feat: add azure storage provider support ( #4386 )
2024-11-25 14:57:40 +00:00
Steffen Schmitz and GitHub
7539af3bd9
chore: overwrite numerical type for second filters on observations table ( #4412 )
2024-11-25 14:39:04 +00:00
Steffen Schmitz and GitHub
60f9147873
fix: use larger numeric type for latency filters ( #4385 )
2024-11-25 13:53:27 +00:00
Steffen Schmitz and GitHub
a594c142e0
chore: use clickhouse in evaluations queues ( #4319 )
2024-11-25 13:42:17 +00:00
Max Deichmann and GitHub
18905a9872
feat: add all scores to run items UI ( #4409 )
2024-11-25 14:31:11 +01:00
Hassieb Pakzad and GitHub
27f5dd837d
chore(costs): add chatgpt-4o-latest prices ( #4407 )
2024-11-25 13:55:58 +01:00
Max Deichmann and GitHub
a921f9db94
feat: exclude env defined operations from clickhouse ( #4405 )
2024-11-25 12:56:12 +01:00
Marc Klingen
b3cd940c73
chore(ui): remove ph badge ( #4403 )
2024-11-25 10:41:33 +01:00
Max Deichmann and GitHub
f91cf1ca65
feat: refactor clickhouse filter builder for SDK APIs ( #4402 )
2024-11-24 22:45:29 +00:00
Max Deichmann and GitHub
c438e89bd0
feat: support scores list endpoint from clickhouse ( #4400 )
2024-11-24 21:08:44 +00:00
Max Deichmann and GitHub
9b1746b7ed
feat: fetch observations via api from clickhouse ( #4395 )
2024-11-24 09:48:17 +00:00
Steffen Schmitz and GitHub
0611a72c40
fix: allow special characters in openai tokenization ( #4396 )
...
* fix: allow special characters in openai tokenization
* chore: update test
2024-11-24 05:26:45 +00:00
Max Deichmann and GitHub
0ba66526e9
fix: do not use memory tables in clickhouse ( #4394 )
2024-11-23 18:21:30 +01:00
Max Deichmann and GitHub
425202dd1e
fix: correctly retrieve scores for datasets ( #4387 )
2024-11-22 17:20:48 +00:00
Hassieb Pakzad and GitHub
882ad83aad
chore: upgrade langfuse-langchain ( #4384 )
2024-11-22 12:12:00 +01:00
Max Deichmann and GitHub
9b12783d08
fix: fix dataset run table to show all scores ( #4383 )
2024-11-22 10:44:23 +00:00
Marc Klingen and GitHub
c6817ae32f
chore: add Product Hunt Launch note ( #4364 )
2024-11-22 08:50:23 +01:00
marliessophie and GitHub
42711a8cc9
fix: don't show error message to user if trace is not yet available for dataset ( #4382 )
2024-11-22 08:27:54 +01:00
Marc Klingen and GitHub
0344ab2cf9
fix: experimentation should not use structured output ( #4379 )
2024-11-22 04:57:47 +01:00
Marc Klingen and GitHub
df0d12af43
chore: rename default experiment tag langfuse-prompt-experiment ( #4378 )
2024-11-22 01:01:40 +00:00
marliessophie and GitHub
d058ba8861
docs: add link to experimentation docs ( #4371 )
2024-11-21 22:42:36 +00:00
marliessophie and GitHub
d1309905d0
chore: create dataset run items in order of dataset items timestamp ( #4370 )
...
* chore: create dataset run items in order of dataset items timestamp
2024-11-21 22:36:47 +01:00
Max Deichmann and GitHub
ca6ac3912f
fix: fix dataset run item api to always return traceid ( #4367 )
2024-11-21 20:25:30 +00:00
Max Deichmann and GitHub
9eabc32681
fix: return i/o from single object APIs ( #4368 )
2024-11-21 20:14:21 +00:00
marliessophie and GitHub
8798e4a499
feat(experiments): trigger experiments via UI ( #4333 )
2024-11-21 20:00:07 +01:00
Max Deichmann
ea8b2da37c
chore: release v2.92.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web-sync (node20, pg12) (push) Waiting to run
CI/CD / tests-web-sync (node20, pg15) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-11-21 18:44:30 +01:00
Max Deichmann and GitHub
b7f7d10fea
fix: fix dataset item api for self-hosters ( #4366 )
2024-11-21 17:43:48 +00:00
Marc Klingen and GitHub
0279c0f48e
docs: add notification for lw 2 - day 4 ( #4362 )
2024-11-21 17:16:58 +01:00
Max Deichmann and GitHub
c29cf3855f
feat: SDK API for observations by id ( #4295 )
2024-11-21 15:28:34 +00:00
Max Deichmann and GitHub
c73901369c
fix: fix cost filters for traces table ( #4325 )
2024-11-21 14:21:01 +00:00
Hassieb Pakzad and GitHub
0e70f03fc3
fix(media): lookup env var by exact string ( #4356 )
2024-11-21 10:48:33 +01:00
Max Deichmann and GitHub
74d1f7f717
feat: fetch single trace via API from clickhouse ( #4344 )
2024-11-21 10:38:24 +01:00
Marc Klingen and GitHub
dfcf67184d
docs: add lw2-3 info for multi-modal ( #4351 )
2024-11-20 23:15:19 +01:00
Max Deichmann and GitHub
ce641d1e2b
fix: do not fail on invalid prompt templates for evals ( #4349 )
2024-11-20 19:45:12 +00:00
Max Deichmann and GitHub
166b84a81a
fix: do not use temp tables for dataset runs ( #4347 )
...
fix
2024-11-20 17:56:55 +00:00
Max Deichmann and GitHub
f4097a1ae5
fix: dataset item api fix for large dataset runs ( #4313 )
2024-11-20 16:33:51 +00:00
Max Deichmann and GitHub
8374e889cf
security: upgrade cross-spawn ( #4339 )
2024-11-20 13:32:19 +00:00
Max Deichmann and GitHub
62deaf7e00
sec: upgrade sentry ( #4338 )
2024-11-20 13:10:54 +00:00
Max Deichmann and GitHub
a4cd68b1ad
security: upgrade json path ( #4335 )
2024-11-20 13:32:01 +01:00
marliessophie and GitHub
dde28f21fa
chore: don't create traces in evaluation service ( #4334 )
2024-11-20 13:18:56 +01:00
Hassieb Pakzad and GitHub
a4c040b314
feat(core): add server side tracing of LLM invocations ( #4317 )
2024-11-20 12:00:31 +01:00
Max Deichmann and GitHub
87995625ca
fix: correct traces pagination ( #4329 )
2024-11-20 02:31:34 +01:00
Marc Klingen and GitHub
e717854909
docs: add launch week day 2 note ( #4328 )
2024-11-20 00:20:47 +01:00
Max Deichmann and GitHub
9e37f2cb17
feat: add more bullmq helpers ( #4324 )
2024-11-19 21:51:51 +00:00
Max Deichmann and GitHub
fc08db08f3
fix: fix bullmq retry ( #4323 )
2024-11-19 21:24:55 +01:00
Max Deichmann and GitHub
270bc793ba
feat: add service endpoint for failed bull events ( #4321 )
2024-11-19 21:18:40 +01:00
Max Deichmann and GitHub
ced2d339ee
fix: increase dataset item delay ( #4318 )
2024-11-19 17:46:49 +01:00
Max Deichmann
43acee5a29
chore: release v2.91.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web-sync (node20, pg12) (push) Waiting to run
CI/CD / tests-web-sync (node20, pg15) (push) Waiting to run
CI/CD / tests-web-async (node20, pg12) (push) Waiting to run
CI/CD / tests-web-async (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-11-19 15:43:51 +01:00
Max Deichmann and GitHub
723098994b
feat: move trace not found to 404 ( #4270 )
2024-11-19 14:40:22 +00:00
Max Deichmann and GitHub
684159abd1
chore: add logging to ingestion API ( #4306 )
2024-11-19 14:06:40 +00:00
Steffen Schmitz and GitHub
dbb482553f
chore: move invalid tokenizer errors to warning ( #4311 )
2024-11-19 13:21:53 +00:00
Hassieb Pakzad and GitHub
c99a43559d
fix(model-prices): upsert if prices are missing ( #4312 )
2024-11-19 14:08:30 +01:00
Steffen Schmitz and GitHub
3cbe56861f
chore: upgrade prisma to 5.22.0 ( #4308 )
2024-11-19 10:54:13 +00:00
Steffen Schmitz and GitHub
2ef9aad41c
chore: only warn on upsert failures if traceSession exists ( #4307 )
2024-11-19 10:42:40 +00:00
marliessophie and GitHub
087f4a526b
feat(datasets): show linked evaluators on dataset ( #4277 )
2024-11-19 09:40:17 +00:00
Steffen Schmitz and GitHub
f876cf6e34
chore: make migrations self-host replica compatible ( #4287 )
2024-11-19 08:37:08 +00:00
Marc Klingen and GitHub
75fbd56c67
docs: add sidebar notification for dataset comparison view ( #4300 )
2024-11-19 01:23:39 +00:00
Max Deichmann and GitHub
0c326e56ba
feat: fetch sessions by id for public API ( #4292 )
2024-11-18 22:39:30 +01:00
Max Deichmann and GitHub
2068ba7314
feat: fetch scores by id via API from clickhouse ( #4291 )
2024-11-18 20:33:05 +00:00
Max Deichmann and GitHub
9841973b16
chore: add web async test setup ( #4294 )
2024-11-18 21:05:32 +01:00
Max Deichmann and GitHub
1c44000933
perf: do not fetch models for UI ( #4288 )
2024-11-18 15:56:45 +00:00
Hassieb Pakzad and GitHub
f71e1aebed
feat(media): add ui support ( #4285 )
2024-11-18 16:22:43 +01:00
marliessophie and GitHub
252fe184b6
feat(evals_on_datasets): remove feature flag ( #4289 )
2024-11-18 14:35:35 +00:00
marliessophie and GitHub
8034148313
fix(dataset_compare): show latency only if not null ( #4282 )
2024-11-18 11:41:33 +00:00
marliessophie and GitHub
f6746e8f84
feat(datasets): add header to peek view ( #4278 )
...
* refactor: extract peek view
* feat: add consistent header view
* link to dataset item detail view
2024-11-18 10:46:05 +01:00
marliessophie and GitHub
a48817300b
feat(ui): peek view on dataset run compare table ( #4131 )
2024-11-18 08:28:18 +01:00
Max Deichmann and GitHub
a74a820e32
fix: fix dataset runs api ( #4275 )
2024-11-17 21:49:11 +00:00
Max Deichmann and GitHub
e0f9333d2f
fix: fix dataset id api ( #4274 )
2024-11-17 17:54:21 +01:00
Max Deichmann and GitHub
34d4feae27
fix: fix dataset run items api ( #4273 )
2024-11-17 17:34:33 +01:00
Max Deichmann and GitHub
f09ff1f070
feat: serve datasets from clickhouse ( #4272 )
2024-11-17 17:06:12 +01:00
Max Deichmann and GitHub
9a89c3f002
fix: fix dataset route ( #4271 )
2024-11-17 16:33:19 +01:00
Max Deichmann and GitHub
f1e55b8ac7
feat: move datasets results to logs only ( #4269 )
2024-11-17 13:39:45 +00:00
Max Deichmann and GitHub
d908fb13b3
feat: read dataset fetures from clickhouse ( #4264 )
2024-11-17 14:18:20 +01:00
Max Deichmann and GitHub
3c02e525bc
fix: session id filter on session table ( #4267 )
2024-11-16 19:09:23 +01:00
Max Deichmann and GitHub
2cf04e4ab0
feat: configure to read from clickhouse only ( #4266 )
2024-11-16 13:02:01 +00:00
Max Deichmann and GitHub
24a549dc54
feat: move traces.hasany to clickhouse ( #4265 )
2024-11-16 12:51:25 +00:00
marliessophie and GitHub
63749970c6
chore(ui): enable all feature flags for admins ( #4256 )
2024-11-15 19:10:19 +01:00
Marc Klingen and GitHub
0d1b4f384a
fix(cloud): usage indicator only on hobby plan ( #4257 )
2024-11-15 18:10:03 +01:00
marliessophie and GitHub
8517670ac2
feat: support evals triggered via dataset run ( #4086 )
2024-11-15 16:37:55 +01:00
Steffen Schmitz and GitHub
6157287549
chore: upsert tracesessions from clickhouse ingestion pipeline ( #4254 )
2024-11-15 14:43:39 +00:00
Max Deichmann and GitHub
041345ad3d
perf: improve prompt metrics performance ( #4251 )
2024-11-15 14:28:08 +00:00
Hassieb Pakzad and GitHub
7ed865cb4a
chore: add media env to v3preview docker compose ( #4250 )
2024-11-15 14:32:52 +01:00
steffen911
b4d59960c0
chore: release v2.90.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-11-15 14:16:38 +01:00
Steffen Schmitz and GitHub
611b32e965
chore: add tzdata package ( #4253 )
2024-11-15 14:15:58 +01:00
Steffen Schmitz and GitHub
fc94c02058
fix: fail on errors in database migrations ( #4252 )
2024-11-15 13:49:42 +01:00
Max Deichmann
853ca3c252
chore: release v2.90.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-11-15 11:25:56 +01:00
Steffen Schmitz and GitHub
74e378fe4d
chore: fill clickhouse trace for observations with missing traceId ( #4246 )
2024-11-15 10:14:35 +00:00
Steffen Schmitz and GitHub
a4d1288b00
chore: add note for future score create removal ( #4248 )
2024-11-15 11:03:59 +01:00
Steffen Schmitz and GitHub
91d27dd231
chore: add clickhouse migrations to web entrypoint ( #4245 )
2024-11-15 09:26:59 +01:00
Max Deichmann and GitHub
6d90635476
feat: exclude project_ids from clickhouse experimentation ( #4242 )
2024-11-14 21:47:01 +00:00
Max Deichmann and GitHub
e9be67efb4
feat: read metrics for prompts table ( #4224 )
2024-11-14 20:39:47 +00:00
Max Deichmann and GitHub
71d1f2d8e6
feat: add reverse feature flag for clickhouse reads ( #4241 )
2024-11-14 18:43:38 +00:00
Marc Klingen and GitHub
56233d52eb
feat(cloud): move hobby plan usage info to sidebar ( #4240 )
2024-11-14 18:06:21 +00:00
Max Deichmann and GitHub
5b5c3ba439
chore: improve clickhouse experimentation ( #4239 )
2024-11-14 18:23:02 +01:00
Steffen Schmitz and GitHub
a0c6acf4e4
chore: add query parameter to healthcheck which enables failure on unavailable database ( #4238 )
2024-11-14 17:08:16 +00:00
Max Deichmann and GitHub
bf54c123c1
fix: sessions metrics query ( #4237 )
2024-11-14 17:43:37 +01:00
Max Deichmann and GitHub
6a30fed1c6
fix: use todate for trace timestamps ( #4235 )
2024-11-14 15:30:54 +00:00
Steffen Schmitz and GitHub
8c2f8e6247
chore: reduce use of FINAL in clickhouse queries ( #4233 )
2024-11-14 16:16:34 +01:00
Steffen Schmitz and GitHub
593d1a087d
chore: add timestamp filter for dashboard queries ( #4234 )
2024-11-14 15:10:39 +01:00
Hassieb Pakzad and GitHub
633f76f64a
feat(multimodal): add media upload / download endpoints ( #3989 )
2024-11-14 10:26:30 +01:00
Max Deichmann and GitHub
ec89fabc5d
fix: fix trace filter on score analytics charts ( #4225 )
2024-11-13 22:45:08 +00:00
Hassieb Pakzad and GitHub
26c02ad49c
fix(playground): jump to playground for clickhouse reads ( #4222 )
2024-11-13 20:10:01 +01:00
Max Deichmann and GitHub
e1841e016f
fix: fix order by in clickhouse ( #4221 )
2024-11-13 18:38:47 +01:00
Max Deichmann and GitHub
8ebfb3d8a2
fix: fix observations order by ( #4220 )
2024-11-13 17:25:05 +00:00
Max Deichmann and GitHub
4c0320c565
feat: fetch number of generations for prompts table form clickhouse ( #4218 )
2024-11-13 17:09:15 +00:00
Max Deichmann and GitHub
5c1f2202cd
chore: add experimentation execution time metrics ( #4219 )
2024-11-13 17:55:03 +01:00
Steffen Schmitz and GitHub
e1abbecabd
chore: migrate users table to clickhouse ( #4191 )
2024-11-13 15:40:41 +00:00
Steffen Schmitz and GitHub
52466da955
chore: use event_ts instead of final for obs and score retrieval ( #4214 )
2024-11-13 15:19:13 +00:00
Max Deichmann and GitHub
ede7ad49bf
revert: "security: upgrade dd-trace ( #4211 )" ( #4216 )
2024-11-13 16:08:07 +01:00
Max Deichmann and GitHub
c61acee8e8
security: upgrade dd-trace ( #4211 )
2024-11-13 13:41:45 +00:00
Steffen Schmitz and GitHub
7ea0a368af
chore: handle clickhouse errors gracefully and correct formatting for getTraceById timestamp ( #4210 )
2024-11-13 13:10:32 +00:00
Steffen Schmitz and GitHub
bb07b3508d
chore: apply trace timestamp filter correctly on user model query ( #4209 )
2024-11-13 12:36:35 +00:00
Steffen Schmitz and GitHub
4df24cfde5
chore: remove superfluous isClickhouseAdminEligible checks ( #4207 )
2024-11-13 10:21:51 +01:00
Hassieb Pakzad and GitHub
47c06a77bd
fix(playground): disable stream_options for openai adapter ( #4206 )
2024-11-13 08:45:42 +00:00
Steffen Schmitz and GitHub
7a95b1e1da
chore: migrate score analytics dashboard to clickhouse ( #4196 )
2024-11-13 08:18:05 +00:00
Max Deichmann and GitHub
b09f9cbf5a
chore: add tests for traces table UI ( #4202 )
2024-11-12 22:40:50 +00:00
Max Deichmann
780880cf07
chore: release v2.89.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-11-12 19:34:07 +01:00
Max Deichmann and GitHub
eb6f93bd9c
fix: fix public trace access ( #4195 )
2024-11-12 18:32:45 +00:00
Max Deichmann and GitHub
a0d4a2e599
fix: fix indefinite table queries ( #4194 )
2024-11-12 17:04:23 +00:00
Max Deichmann and GitHub
8458443a2e
chore: remove logs ( #4193 )
2024-11-12 16:37:49 +01:00
Max Deichmann and GitHub
feafc1b7d3
feat: move scores table apis to experimentation setup ( #4192 )
2024-11-12 15:14:33 +00:00
Max Deichmann and GitHub
fcd54180bc
chore: centralize lookback guarantees ( #4188 )
2024-11-12 15:56:33 +01:00
Max Deichmann and GitHub
d73c3ec8d3
fix: fix clickhouse filters ( #4190 )
2024-11-12 14:48:45 +00:00
Max Deichmann and GitHub
ca7210b26f
feat: use timestamp to link single traces from navigation ( #4187 )
2024-11-12 11:50:51 +00:00
Max Deichmann and GitHub
d9e22324d4
feat: up/down detail navigation support params ( #4186 )
2024-11-12 12:13:44 +01:00
Max Deichmann and GitHub
0a18e59274
perf: add timestamp to traces table link ( #4185 )
2024-11-12 10:38:00 +00:00
Max Deichmann and GitHub
ffc5f81fb5
chore: add error logs in trpc route ( #4184 )
2024-11-12 09:56:03 +00:00
marliessophie and GitHub
b4668ed851
Revert "fix(dataset_runs): ensure consistent ordering to fetch score data for dataset run aggregation metrics table" ( #4182 )
...
Revert "fix(dataset_runs): ensure consistent ordering to fetch score data for…"
This reverts commit 2b2022ae85 .
2024-11-12 09:20:12 +00:00
Steffen Schmitz and GitHub
999ff06c58
chore: migrate spammy log messages to debug level ( #4181 )
2024-11-12 07:41:01 +00:00
Steffen Schmitz and GitHub
e494b2c215
chore: remove uninstantiated projectId from clickhouse seeder ( #4180 )
2024-11-12 06:56:42 +00:00
marliessophie and GitHub
2b2022ae85
fix(dataset_runs): ensure consistent ordering to fetch score data for dataset run aggregation metrics table ( #4176 )
2024-11-11 16:07:56 +00:00
Steffen Schmitz and GitHub
3afa137130
chore: update latency calculation for clickhouse dashboard queries ( #4175 )
2024-11-11 16:28:43 +01:00
Max Deichmann and GitHub
0b88ddf438
fix: correctly filter observations by generations for generations ui table ( #4173 )
2024-11-11 14:16:01 +00:00
Marc Klingen and GitHub
f878bd1317
perf(cloud): add 60 min stale time for usage indicator ( #4171 )
2024-11-11 14:10:58 +01:00
Marc Klingen and GitHub
72075b29de
fix(ui): width of date range time input ( #4170 )
2024-11-11 14:06:58 +01:00
Max Deichmann and GitHub
edf1a0b879
fix: fix aggregated user consumption ( #4167 )
2024-11-11 11:21:03 +00:00
Max Deichmann and GitHub
df763ff09c
perf: improve performance for latency dashboard ( #4164 )
2024-11-11 10:23:49 +00:00
Max Deichmann and GitHub
83e09bcf47
chore: read dashboards form clickhouse flag ( #4162 )
2024-11-10 20:24:50 +00:00
Max Deichmann and GitHub
10e9aef044
feat: move sessions api to experimentation setup ( #4161 )
2024-11-10 20:09:59 +00:00
Max Deichmann and GitHub
45a0c2eb3d
feat: move generations api to experimentation setup ( #4160 )
...
chore: move generations api to experimentation setup
2024-11-10 19:09:44 +00:00
Max Deichmann and GitHub
99c2a75964
perf: add time filter for sessions ( #4159 )
2024-11-10 18:49:11 +00:00
Max Deichmann and GitHub
9cc61eb851
perf: add timestamp to filteroptions api ( #4158 )
2024-11-10 18:35:06 +00:00
Max Deichmann and GitHub
62e51b8cf6
feat: add traces experimentation ( #4157 )
2024-11-10 17:45:31 +00:00
Max Deichmann and GitHub
b147560a80
feat: steer reading from CH and PG ( #4153 )
2024-11-10 18:14:30 +01:00
Max Deichmann and GitHub
97a0b1f44c
perf: increase traces metrics performance ( #4155 )
2024-11-10 17:08:00 +01:00
Max Deichmann and GitHub
8c1e6647e0
feat: query model latencies from clickhouse ( #4152 )
2024-11-10 14:37:56 +00:00
Max Deichmann and GitHub
8432327127
fix: traces aggregate trace filter ( #4151 )
2024-11-10 14:12:29 +00:00
Max Deichmann and GitHub
231f8e8f0c
feat: read latency tables from clickhouse ( #4150 )
2024-11-10 13:47:58 +00:00
Max Deichmann and GitHub
28e43eb74c
feat: query scores over time ( #4149 )
2024-11-10 12:57:30 +00:00
Steffen Schmitz and GitHub
e2d3647d76
chore: set source: API if no source provided ( #4148 )
2024-11-10 13:41:01 +01:00
Max Deichmann and GitHub
876509d9e5
feat: add user charts ( #4146 )
2024-11-10 12:18:38 +00:00
Max Deichmann and GitHub
1647a79198
perf: scores dashboard performance improvement ( #4144 )
...
fix
2024-11-10 12:01:16 +00:00
Steffen Schmitz and GitHub
622d8a89a7
chore: update bookmarked, tags, and public for clickhouse traces ( #4132 )
2024-11-10 11:29:48 +00:00
Max Deichmann and GitHub
d5e66e10d6
feat: add table search for clickhouse ( #4142 )
2024-11-09 15:55:11 +01:00
Max Deichmann and GitHub
5b1776710f
chore: clean ups of clickhouse read logic ( #4141 )
2024-11-09 14:35:04 +01:00
Max Deichmann and GitHub
7e7e3b77d4
fix: correctly parse model params from clickhouse ( #4140 )
2024-11-09 12:48:45 +00:00
Max Deichmann and GitHub
28ecd9600a
fix: fix latency calculations when reading from clickhouse ( #4139 )
2024-11-09 10:59:52 +00:00
Max Deichmann and GitHub
1ef6834a31
feat: delete traces from clickhouse from the UI ( #4138 )
2024-11-09 11:49:44 +01:00
Marc Klingen and GitHub
b88f3bed40
feat(ui): add notification card in sidebar ( #4137 )
2024-11-09 00:30:36 +00:00
Steffen Schmitz and GitHub
eaa885f5f5
chore: inject eval and annotation scores into clickhouse ( #4081 )
2024-11-08 17:42:41 +00:00
Max Deichmann and GitHub
f7f48c2509
fix: reduce ingestion concurrency ( #4130 )
2024-11-08 18:18:40 +01:00
Steffen Schmitz and GitHub
07344e89b1
chore: move legacy api endpoints to async ingestion ( #4109 )
2024-11-08 18:00:59 +01:00
Max Deichmann and GitHub
e6bc717612
perf: improve generations table on clickhouse ( #4124 )
2024-11-08 11:18:41 +00:00
Max Deichmann and GitHub
11521fc24d
perf: improve generations performance ( #4111 )
2024-11-07 20:54:49 +00:00
Max Deichmann and GitHub
213ec6027d
perf: add sessions index in clickhouse ( #4108 )
2024-11-07 18:09:41 +01:00
Max Deichmann and GitHub
259d832d37
feat: support sessions API from Clickhouse ( #4065 )
2024-11-07 16:52:07 +00:00
Marc Klingen and GitHub
62deb83520
chore(cloud): stripe checkout settings ( #4107 )
2024-11-07 16:34:07 +00:00
Max Deichmann and GitHub
edc4cd7873
perf: query traces via timestamps ( #4105 )
2024-11-07 14:52:33 +01:00
Steffen Schmitz and GitHub
05b75fbee0
chore: merge observation backfill states in table ( #4104 )
2024-11-07 13:20:18 +00:00
Steffen Schmitz and GitHub
d6065e8b89
chore: add stateSuffix to observation migration for potential parallelization ( #4101 )
2024-11-07 12:46:58 +00:00
Steffen Schmitz and GitHub
617d129542
chore: swap negative provided usage for null ( #4100 )
2024-11-07 12:29:44 +00:00
Max Deichmann
057424b269
chore: release v2.88.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-11-07 11:44:46 +01:00
Max Deichmann and GitHub
63d1b85a6c
fix: pagination for clickhouse tables ( #4098 )
2024-11-07 11:41:46 +01:00
Max Deichmann and GitHub
9481c3b424
feat: build scores table for clickhouse ( #4092 )
2024-11-07 10:18:14 +00:00
Steffen Schmitz and GitHub
15e174fc2f
chore: convert starttime filter to DateTime in Ingestion pipeline ( #4095 )
2024-11-07 09:51:35 +01:00
Steffen Schmitz and GitHub
5efd4ec0a4
chore: include backgroundmigration state default in schema.prisma ( #4094 )
2024-11-07 08:25:32 +00:00
marliessophie and GitHub
895b61fd62
fix(ui): render dataset run description and metadata on screen given table ( #4089 )
...
fix(ui): render dataset run description and metadata on screen without cutting off table
2024-11-06 19:47:01 +00:00
Steffen Schmitz and GitHub
5d4125208c
chore: restrict domain timestamp updates to one day in clickhouse ingestion ( #4085 )
2024-11-06 17:27:25 +00:00
Steffen Schmitz and GitHub
ff3bfe75ec
chore: drop redundant observation project_id index on Clickhouse ( #4084 )
2024-11-06 16:45:53 +01:00
Steffen Schmitz and GitHub
89c31fdbc2
chore: add type filter to observation lookup in ingestion queue ( #4083 )
2024-11-06 15:18:19 +00:00
Steffen Schmitz and GitHub
9445c7ca78
chore: forward /api/public/scores to /api/public/ingestion ( #4064 )
2024-11-06 11:32:38 +01:00
marliessophie and GitHub
b3d5833520
fix: unify ordering of dataset_items and dataset_run_items ( #4063 )
...
* fix: unify ordering of `dataset_items` and `dataset_run_items`
* fix: filter trace scores by observation id NULL
2024-11-05 19:03:30 +00:00
Steffen Schmitz and GitHub
20ed40510a
chore: update cost calculation to handle null values from DB ( #4057 )
2024-11-05 18:22:10 +01:00
Steffen Schmitz and GitHub
9c5c57f134
chore: add test case for different input/output values ( #4061 )
2024-11-05 16:46:17 +00:00
Steffen Schmitz and GitHub
09b916aac9
chore: do not send auth errors to DLQ in bull ( #4062 )
2024-11-05 16:23:17 +00:00
marliessophie and GitHub
92843fef28
feat(datasets): view to compare different dataset runs ( #3971 )
2024-11-05 16:10:28 +01:00
Steffen Schmitz and GitHub
433951afda
chore: retry legacy ingestion batches on errors ( #4058 )
2024-11-05 15:25:25 +01:00
Steffen Schmitz and GitHub
aa1f861e4e
chore: ignore all .env files aside from examples ( #4059 )
2024-11-05 13:25:27 +00:00
Hassieb Pakzad and GitHub
66b6a09400
feat(models): add claude haiku 3.5 support ( #4055 )
2024-11-05 12:14:25 +01:00
Max Deichmann and GitHub
edf0dc8399
feat: add metadata filter for all UI tables using clickhouse ( #4022 )
...
* feat: add metadata filter for all UI tables using clickhouse
* feat: add metadata filter for all UI tables using clickhouse
* push
2024-11-05 10:05:22 +00:00
Marc Klingen and GitHub
8d0c1219ca
fix: env configuration for telemetry ( #4052 )
2024-11-04 23:04:07 +00:00
Max Deichmann and GitHub
33b3f69076
feat: query distinct models for charts ( #4051 )
2024-11-04 22:42:46 +01:00
Max Deichmann and GitHub
f582941ad3
perf: fix timeseries clickouse ( #4049 )
2024-11-04 21:14:14 +00:00
Max Deichmann and GitHub
9fd57b4fbf
feat: query second row of dashboards using clickhouse ( #4048 )
2024-11-04 20:18:37 +00:00
Max Deichmann and GitHub
f61f69c238
perf: only join in dashboard if required ( #4047 )
2024-11-04 18:17:22 +00:00
Steffen Schmitz and GitHub
55c626d627
chore: reduce startTime missing logs to create events ( #4044 )
2024-11-04 14:52:09 +00:00
Max Deichmann and GitHub
c6d3257916
feat: add first three dashboards in clickhouse ( #4023 )
2024-11-04 15:02:29 +01:00
Marc Klingen and GitHub
34f91e9872
chore(ui): slightly lighter bg of darkmode sidebar ( #4042 )
2024-11-04 15:01:58 +01:00
Steffen Schmitz and GitHub
5acd509fc0
chore: init migration scripts with state on restarts ( #4039 )
2024-11-04 13:37:28 +00:00
marliessophie and GitHub
765756b002
fix: scores tab in observation preview to only show scores liked to observation and trace id ( #4030 )
2024-11-04 12:54:21 +00:00
Steffen Schmitz and GitHub
64525744de
chore: include usagedetails from postgres in ingestion pipeline ( #4034 )
2024-11-04 12:41:47 +00:00
Steffen Schmitz and GitHub
2b89f62add
chore: remove temporary column from PG to CH migrations ( #4031 )
2024-11-04 13:26:42 +01:00
marliessophie and GitHub
0a67adf3e7
fix: show generations count on prompt metrics table ( #4003 )
2024-11-04 09:56:18 +00:00
marliessophie and GitHub
4ef7296e37
fix: multi-select header partially cut off on Firefox ( #4029 )
2024-11-04 09:45:18 +00:00
Max Deichmann
0cef46cd78
chore: release v2.87.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-11-03 18:34:51 +01:00
Max Deichmann and GitHub
243d72772c
perf: improve select by id observations performance ( #4021 )
2024-11-03 16:45:43 +00:00
Max Deichmann and GitHub
91214cc6a6
feat: add order by to clickhouse tables ( #4020 )
2024-11-03 16:35:05 +00:00
Max Deichmann and GitHub
da85e80689
feat: add generations table clickhouse support ( #4015 )
2024-11-03 14:48:10 +01:00
Max Deichmann and GitHub
e22827d380
perf: improve traces metrics API performance ( #4017 )
2024-11-02 21:03:51 +00:00
Marc Klingen and GitHub
7161643574
docs: add star history to readme
2024-11-02 21:52:31 +01:00
Max Deichmann and GitHub
77f1c6cd0c
fix: respect limit and offset for traces table query ( #4016 )
2024-11-02 19:38:06 +01:00
Max Deichmann and GitHub
0a4b56eb28
chore: improve clickhouse observability ( #4014 )
2024-11-02 17:50:26 +00:00
Max Deichmann and GitHub
b5f94d78f3
fix: fix clickhouse untis and conversions ( #4013 )
2024-11-02 17:39:52 +00:00
Max Deichmann and GitHub
a9fd1e1832
fix: fix timestamps in clickhouse reading and refactor clickhouse reads ( #4011 )
2024-11-02 15:53:37 +01:00
Max Deichmann and GitHub
762a7e3489
chore: fix fetching model for clickhouse reads ( #4008 )
2024-11-02 11:02:13 +00:00
Max Deichmann and GitHub
0f3717db0d
fix: fix eval execution retries ( #4010 )
2024-11-02 10:22:19 +00:00
Max Deichmann and GitHub
8590ab84ba
fix: fix traces table latency ( #4005 )
2024-11-01 16:49:48 +01:00
marliessophie and GitHub
9d17903392
fix: select all functionality on prompt metrics table ( #4004 )
2024-11-01 15:16:24 +00:00
Max Deichmann and GitHub
7d94831c01
feat: support for traces detail view with clickhouse ( #3982 )
2024-11-01 14:51:59 +00:00
Marc Klingen and GitHub
b97900f5b8
perf(ui): do not refetch filter options on page mount ( #4002 )
2024-11-01 14:38:58 +00:00
marliessophie and GitHub
887947a967
fix: opening public langfuse urls ( #3999 )
...
* fix: opening public langfuse urls
* push
2024-11-01 14:14:07 +00:00
Max Deichmann and GitHub
85661c0e58
fix: remove final from ingestion ( #3998 )
2024-11-01 13:21:46 +00:00
fc2ba97792
feat(ui): add new sidebar and main navigation ( #3837 )
...
Co-authored-by: Marlies Mayerhofer <74332854+marliessophie@users.noreply.github.com >
2024-11-01 12:12:47 +01:00
Max Deichmann and GitHub
4b6cd3fd2b
revert: revert clickhouse trace check ( #3993 )
2024-10-31 23:54:08 +01:00
Max Deichmann and GitHub
d758821817
feat: support traces.countAll api with clickhouse ( #3974 )
2024-10-31 20:35:18 +00:00
Steffen Schmitz and GitHub
4685d0b1b6
chore: ensure model parameters are cast correctly in clickhouse ingestion ( #3992 )
2024-10-31 20:14:13 +00:00
Max Deichmann and GitHub
e88946f0b5
fix: fix zod schema ( #3991 )
2024-10-31 19:45:56 +01:00
Steffen Schmitz and GitHub
f14c611aac
chore: correct number parsing from postgres in clickhouse merge ( #3987 )
2024-10-31 17:07:58 +00:00
Max Deichmann and GitHub
84ccdc24ed
feat: log all project_ids with missing domain id ( #3984 )
2024-10-31 16:29:39 +00:00
Steffen Schmitz and GitHub
04a0366af5
chore: add fallback to event timestamp again, log warning ( #3983 )
2024-10-31 15:43:19 +00:00
Max Deichmann and GitHub
1a956c909c
feat: add additional traces table filter ( #3973 )
2024-10-31 16:28:09 +01:00
Steffen Schmitz and GitHub
8e150701cb
chore: join postgres state into Clickhouse results and add event_ts ( #3978 )
2024-10-31 15:44:26 +01:00
Max Deichmann and GitHub
b9d8b5026e
feat: add clickhouse support for traces filter options endpoint ( #3969 )
2024-10-30 21:05:31 +00:00
Max Deichmann and GitHub
a6dfc58c72
feat: read traces and observations from clickhouse ( #3810 )
2024-10-30 21:32:08 +01:00
Steffen Schmitz and GitHub
6266cd8f0b
chore: update traces and observations tables to use map type, full mapping script for migration ( #3960 )
2024-10-30 19:51:24 +00:00
Steffen Schmitz and GitHub
e6e6328594
chore: remove remaining zod parses in worker pipeline ( #3968 )
2024-10-30 11:05:24 +00:00
Steffen Schmitz and GitHub
8b8826437a
chore: remove zod parsing from worker ( #3967 )
2024-10-30 09:21:07 +00:00
marliessophie and GitHub
b77c51512e
feat(evals): option to update ref eval configs when creating new version ( #3919 )
2024-10-30 09:54:44 +01:00
marliessophie and GitHub
10d2299fae
chore: global error handling for trpc routes ( #3959 )
...
* refactor: extract middleware for trpc routers to consistently throw trpc error
* chore: drop user-facing message in case of trpc error to not expose internals
* drop cause from error object
2024-10-29 19:02:59 +01:00
marliessophie and GitHub
83e1eb50bd
Revert "chore(deps): bump react-hook-form from 7.51.5 to 7.53.0 ( #3917 )" ( #3958 )
...
Revert "chore(deps): bump react-hook-form from 7.51.5 to 7.53.0 (#3613 )"
2024-10-29 14:24:26 +00:00
Hassieb Pakzad and GitHub
c7546bcafd
fix(models): upsert prices on model drift; ( #3955 )
2024-10-29 14:39:10 +01:00
b26a537181
refactor: full-screen-page to drop magic in height calculation ( #3944 )
...
* fix: remove magic from full screen page
* fix: wrap prompts table as full page
* style: account for sticky header layout for mobile
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-10-29 10:34:45 +00:00
marliessophie and GitHub
e5cbca7f95
style(evals): add table metadata view for eval config detail ( #3916 )
2024-10-29 09:18:54 +00:00
Max Deichmann and GitHub
73c7a554c2
chore: add external packages to next config ( #3950 )
2024-10-29 10:07:14 +01:00
Steffen Schmitz and GitHub
c460029704
chore: add additional requirements for background migrations ( #3951 )
2024-10-29 08:45:20 +00:00
Max Deichmann and GitHub
2808157200
chore: add bullmq to external package ( #3947 )
2024-10-28 22:21:11 +00:00
Max Deichmann and GitHub
79913e3816
chore: adjust eval execution retries ( #3946 )
2024-10-28 22:58:31 +01:00
Marc Klingen and GitHub
c9b79f4277
chore: pnpm dx pulls latest infra containers, waits for healthcheck, prunes old volumes ( #3945 )
2024-10-28 20:03:51 +01:00
Steffen Schmitz and GitHub
5897db3880
chore: add background migrations for long-running tasks ( #3895 )
2024-10-28 14:24:08 +00:00
Steffen Schmitz and GitHub
4a4d08d9f1
chore: create v3beta docker compose file ( #3936 )
2024-10-28 14:10:33 +00:00
marliessophie and GitHub
f383a3f50f
chore: support table-level-tab navigation through eval configs, templates, log ( #3899 )
2024-10-28 14:55:51 +01:00
Max Deichmann and GitHub
79954cf188
fix: treat api call failures for eval executions the same way as parsing errors. ( #3942 )
2024-10-28 12:59:54 +00:00
Max Deichmann and GitHub
f87adc209a
fix: do not fail eval queue on LLM Api errors ( #3939 )
2024-10-28 11:50:02 +00:00
marliessophie and GitHub
3a71bfd763
fix: populate default metadata when adding observation as dataset item ( #3938 )
2024-10-28 11:22:53 +00:00
Steffen Schmitz and GitHub
c8ff61057e
chore: remove hasCreateEvent check in ingestion pipeline ( #3937 )
2024-10-28 10:01:28 +00:00
Steffen Schmitz and GitHub
10d5975e26
chore: add is_deleted column to clickhouse seeder ( #3934 )
2024-10-28 08:14:03 +00:00
Steffen Schmitz and GitHub
7b34c6fc32
chore(deps): dependency updates ( #3917 )
2024-10-25 15:34:22 +02:00
Steffen Schmitz and GitHub
1ac6e51271
chore: validate clickhouse data quality ( #3809 )
2024-10-25 12:31:45 +00:00
Steffen Schmitz and GitHub
8435080ec7
chore: remove prod-eu-temp deploy environment ( #3849 )
2024-10-25 09:22:06 +00:00
Marc Klingen and GitHub
3b474e596d
chore: faster healthcheck of minio in dev docker compose ( #3914 )
2024-10-25 11:11:45 +02:00
marliessophie and GitHub
16b40917c6
feat(evals): allow creating template from eval config form ( #3896 )
2024-10-25 08:39:00 +00:00
Hassieb Pakzad
d0e5a6bfe3
chore(models): increase upsert diff tolerance
2024-10-24 19:48:52 +02:00
Hassieb Pakzad
0048dbfae2
docs(models): add note on how to update default models
2024-10-24 19:01:25 +02:00
Hassieb Pakzad and GitHub
bc612a8384
fix(models): allow for time tolerance in updateat diff ( #3903 )
2024-10-24 18:47:11 +02:00
Hassieb Pakzad and GitHub
541765f8a0
feat(cost): make cost tracking flexible ( #3811 )
2024-10-24 18:12:38 +02:00
Marc Klingen and GitHub
7b4663e373
feat(cloud): add event usage metering ( #3898 )
...
push
2024-10-24 15:25:37 +02:00
marliessophie and GitHub
5eb792e2f5
fix(evals): show eval filters in eval-configs table ( #3897 )
2024-10-24 13:03:49 +00:00
Max Deichmann and GitHub
5499da8cc3
feat: add is_deleted to clickhouse ( #3887 )
2024-10-24 10:01:49 +00:00
Hassieb Pakzad and GitHub
35b212954c
fix(models): update sonnet model name ( #3894 )
2024-10-24 11:48:34 +02:00
Max Deichmann and GitHub
11c791ae38
fix: improve ingestion pipeline by id query ( #3883 )
2024-10-23 20:50:53 +02:00
Max Deichmann and GitHub
4ab1cbd03c
perf: remove query cache in ingestion pipeline ( #3882 )
2024-10-23 15:48:34 +00:00
Max Deichmann and GitHub
d33fb015d5
feat: adjust clickhouse writer ( #3881 )
2024-10-23 16:45:18 +02:00
Max Deichmann and GitHub
5b1704c95e
perf: improve CH primary keys and order by ( #3880 )
2024-10-23 14:26:50 +00:00
Max Deichmann and GitHub
03659f3e82
feat: remove io from wide tables ( #3878 )
2024-10-23 15:45:28 +02:00
Max Deichmann and GitHub
cf3b7f4603
chore: add clickhouse writer attributes ( #3867 )
2024-10-22 21:31:49 +00:00
Max Deichmann
07c6c95eff
chore: release v2.86.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-10-22 20:49:49 +02:00
Max Deichmann and GitHub
74cbe04fe9
feat: add new claude model ( #3865 )
2024-10-22 20:42:35 +02:00
marliessophie and GitHub
05aa62aa9e
style: unify dataset buttons/badge with langfuse design system, add UI access check on archive dataset item ( #3864 )
...
* style: `New dataset` button as `secondary`
* fix: missing UI-only access check on archive item
* style button consistently
2024-10-22 18:30:27 +00:00
marliessophie and GitHub
4acb01086b
fix: don't throw unauthorized errors when viewing a public trace ( #3852 )
2024-10-22 11:59:54 +02:00
Max Deichmann and GitHub
d12941576b
feat: format logs ( #3860 )
2024-10-22 10:48:56 +02:00
Max Deichmann and GitHub
d99f12fe64
feat: improve clickhouse seeder ( #3853 )
2024-10-22 09:02:01 +02:00
marliessophie and GitHub
187e64c8d2
fix(ui): table pagination distinguish between no data and loading states ( #3851 )
2024-10-21 17:33:37 +02:00
Max Deichmann and GitHub
de152e4728
chore: remove prettier config ( #3806 )
...
fix
2024-10-21 14:20:48 +00:00
Steffen Schmitz and GitHub
d3669eeef2
chore: add prod-eu deployment option ( #3847 )
2024-10-21 16:07:02 +02:00
Max Deichmann and GitHub
38a453eebb
fix: local postgres query logging ( #3846 )
2024-10-21 13:04:44 +00:00
marliessophie and GitHub
53dc3c3473
feat(api): add traceTags query param to GET /scores ( #3843 )
...
* feat(api): add `traceTags` query param to GET /scores
* docs
2024-10-21 14:11:34 +02:00
Max Deichmann and GitHub
b573d9035f
chore: add tokenisation metrics ( #3830 )
2024-10-18 15:21:22 -07:00
Steffen Schmitz and GitHub
bc0485c91a
chore: publish custom metrics to CloudWatch ( #3828 )
2024-10-18 14:45:08 -07:00
Marc Klingen and GitHub
63fa223e54
bug: UI prompt edit changes go away when tab switching ( #3827 )
...
Fixes langfuse/langfuse#3807
2024-10-18 18:29:03 +00:00
marliessophie and GitHub
06b3839fd2
feat: support DnD reordering of playground messages ( #3826 )
2024-10-18 18:14:26 +00:00
Marc Klingen and GitHub
254c399ec6
fix: use trace/observation createdAt for health endpoint ( #3825 )
2024-10-18 16:38:08 +00:00
Max Deichmann and GitHub
6567e93a96
chore: add traces wide table ( #3808 )
2024-10-17 22:42:34 +00:00
Max Deichmann and GitHub
7f6de12256
chore: set ingestion delay to zero ( #3804 )
2024-10-17 20:15:44 +00:00
Max Deichmann and GitHub
5090e521a1
fix: only error eval execution for unexpected cases ( #3805 )
2024-10-17 19:12:54 +00:00
marliessophie and GitHub
81847e7bc5
feat(ui): support comments on annotation queue view ( #3792 )
...
* feat: support comments on annotation queue view
* refactor: queue header accessibility
2024-10-17 18:59:54 +00:00
marliessophie and GitHub
b4fff64169
feat(ui): render plain string as markdown by default on single trace/observation page ( #3788 )
...
* feat: render plain string as markdown by default
* fix: markdown button margins
2024-10-17 16:45:48 +00:00
Max Deichmann and GitHub
3cba71d5be
feat: add ingestion delay ( #3803 )
2024-10-17 16:29:08 +00:00
marliessophie and GitHub
ce6a96f3d1
fix(tables): serialization issue in score column visibility ( #3793 )
...
* previously score columns including a "." in name could not be hidden
2024-10-17 01:38:54 +00:00
Steffen Schmitz and GitHub
f7a00ff0eb
chore: add error listeners on queues ( #3791 )
2024-10-16 17:54:28 -07:00
Steffen Schmitz and GitHub
56306bb456
chore: reconnect redis on errors ( #3785 )
2024-10-16 23:29:08 +00:00
Steffen Schmitz and GitHub
eab3268386
chore: fix queue metric names ( #3790 )
2024-10-16 22:37:04 +00:00
marliessophie and GitHub
f68dfac8b4
fix: don't use accessible title for queue item ( #3787 )
2024-10-16 22:08:37 +00:00
Steffen Schmitz and GitHub
bb76ae4aea
chore(refactor): calculate queue metrics in WorkerManager ( #3732 )
2024-10-16 21:55:01 +00:00
marliessophie and GitHub
7babcbd170
feat(api): POST /comments GET /comments GET /comments/${commentId} ( #3383 )
2024-10-16 23:22:23 +02:00
Hassieb Pakzad and GitHub
ef12dd1b5f
fix(evals): put reasoning key before score ( #3784 )
2024-10-16 12:00:49 -07:00
Max Deichmann and GitHub
6200a9844f
chore: improve clickhouse schema ( #3638 )
2024-10-16 18:00:45 +00:00
Steffen Schmitz and GitHub
1e5717d13d
chore: batch events by eventBodyId for reduces S3 interactions ( #3770 )
2024-10-16 17:48:24 +00:00
Hassieb Pakzad and GitHub
c97ed69874
chore(prompts): config data type to JSON ( #3759 )
2024-10-16 10:36:01 -07:00
marliessophie and GitHub
c258776a68
feat(api): add queueId query param to GET /scores ( #3771 )
2024-10-16 17:29:13 +00:00
marliessophie and GitHub
892ff766e8
fix(ui): transition from uncontrolled to controlled component, add screen reader drawer title ( #3774 )
2024-10-16 19:16:59 +02:00
marliessophie and GitHub
80470cb812
chore: support consistent empty and loading states in dashboard ( #3763 )
2024-10-16 05:26:27 +02:00
Steffen Schmitz and GitHub
5949a659a9
chore: remove trace sampler on worker ( #3762 )
2024-10-15 21:00:02 +00:00
marliessophie and GitHub
151d305b02
chore: support more decimal digits for cost in session view ( #3758 )
2024-10-15 16:37:17 +00:00
Marc Klingen and GitHub
74819a1d1f
fix(self-host): LANGFUSE_INIT_USER_EMAIL lowercased for headless initialization ( #3754 )
2024-10-15 07:01:50 +00:00
marliessophie and GitHub
45edcde550
style(ui): standardize table header line height across selection states ( #3753 )
2024-10-15 03:03:06 +00:00
marliessophie and GitHub
2b04b9d9b8
fix(user_table): reset orderBy state on tab navigation ( #3751 )
2024-10-15 01:35:33 +02:00
marliessophie and GitHub
3150c655fd
fix: loading state of annotation queue dropdown ( #3750 )
2024-10-14 23:04:11 +00:00
Hassieb Pakzad and GitHub
26375885a9
fix(llm-api-keys): add exact bedrock permission needed ( #3749 )
2024-10-14 15:43:37 -07:00
marliessophie and GitHub
b584684593
fix: add default minimum width for dynamic score columns, allow column reordering for prompts metrics table ( #3747 )
...
* fix: define fallback width for dynamic columns
* feat: allow column reordering on metrics table
2024-10-14 22:13:32 +00:00
marliessophie and GitHub
6f00b67055
feat: add select all / deselect all button to all tables columns visibility picker ( #3740 )
...
* feat: add select all / deselect all button to all tables columns picker
* fix: don't hide columns that we shouldn't
2024-10-14 23:53:06 +02:00
Max Deichmann
cdbae876e8
chore: release v2.85.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-10-14 12:34:33 -07:00
Max Deichmann and GitHub
d1c61b4eba
chore: upgrade json path ( #3741 )
2024-10-14 19:32:27 +00:00
Steffen Schmitz and GitHub
e443730e66
chore: group events on S3 by clickhouse entity ( #3733 )
2024-10-14 18:34:06 +00:00
marliessophie and GitHub
4c55165c2f
fix: show number of observations in trace table ( #3743 )
2024-10-14 18:22:12 +00:00
Hassieb Pakzad and GitHub
34a4a22cba
fix(models): start_date type to datetime in fern ( #3742 )
2024-10-14 10:49:01 -07:00
Steffen Schmitz and GitHub
4cb688929e
chore: add otel trace sampling support ( #3739 )
2024-10-14 17:25:37 +00:00
Steffen Schmitz and GitHub
0b86f3207b
chore: authenticate with docker hub for CI ( #3734 )
2024-10-14 09:45:20 -07:00
Steffen Schmitz and GitHub
4a83749425
chore: migrate clickhouse ingestion to S3 based events ( #3719 )
2024-10-14 14:48:26 +00:00
Hassieb Pakzad
8b686c9eca
chore: release v2.85.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-10-11 13:53:59 -07:00
Marc Klingen and GitHub
1c8b81843c
feat(ui): add toggle for color coding of metrics on trace tree ( #3722 )
2024-10-11 20:30:33 +00:00
Steffen Schmitz and GitHub
d26a54fc02
fix: fail open on rate limit errors ( #3721 )
2024-10-11 19:24:16 +00:00
Hassieb Pakzad and GitHub
39ce15aa4d
feat(playground+evals): add bedrock support ( #3711 )
2024-10-11 10:18:29 -07:00
marliessophie and GitHub
7e933e89cb
chore: enable annotation queue on cloud:hobby and remove feature flags ( #3712 )
2024-10-11 17:45:43 +02:00
Marc Klingen
3373943f24
chore: make new prompt version button secondary
2024-10-10 17:33:06 -07:00
Steffen Schmitz and GitHub
194f2f61f5
chore: normalize ingestion span attributes ( #3710 )
2024-10-11 00:13:57 +00:00
Max Deichmann and GitHub
4ed1ad7bc2
chore: bring log line back ( #3702 )
...
fix
2024-10-10 19:41:15 +00:00
marliessophie and GitHub
3129baa2c6
style: adjust prompt icons, move edit/new version to action button, and always show prompt controls for current version ( #3701 )
2024-10-10 18:34:02 +00:00
Steffen Schmitz and GitHub
fa7cdca96b
chore: move span tagging to top of ingestion processing ( #3700 )
2024-10-10 17:10:39 +00:00
Marlies Mayerhofer
736855b5fa
chore: release v2.84.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-10-09 23:42:05 -07:00
3fa2cc8957
fix: show add to annotation queue only when flag is set ( #3693 )
...
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-10-10 08:04:07 +02:00
Marc Klingen
33e6be3215
docs: add readme to feature flags
2024-10-09 22:48:11 -07:00
Marc Klingen and GitHub
9c2884a56f
fix(ui): md-view, ordered lists with many items ( #3694 )
2024-10-10 07:44:11 +02:00
5734a9619a
chore(deps-dev): bump eslint-config-next from 14.2.6 to 14.2.15 in the next group across 1 directory ( #3682 )
...
chore(deps-dev): bump eslint-config-next
Bumps the next group with 1 update in the / directory: [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next ).
Updates `eslint-config-next` from 14.2.6 to 14.2.15
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/commits/v14.2.15/packages/eslint-config-next )
---
updated-dependencies:
- dependency-name: eslint-config-next
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: next
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-10 05:42:29 +00:00
marliessophie and GitHub
a3d58f6727
Revert "chore(deps): bump react-hook-form from 7.51.5 to 7.53.0" ( #3692 )
2024-10-10 05:19:13 +00:00
Marc Klingen and GitHub
408fb64c69
feat: add posthog event for tracing_check_active ( #3691 )
2024-10-10 06:58:57 +02:00
5200390427
chore(deps): bump @headlessui/react from 1.7.18 to 2.1.9 ( #3683 )
...
Bumps [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react ) from 1.7.18 to 2.1.9.
- [Release notes](https://github.com/tailwindlabs/headlessui/releases )
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.1.9/packages/@headlessui-react )
---
updated-dependencies:
- dependency-name: "@headlessui/react"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-10 04:47:30 +00:00
6f2be5225b
chore(deps-dev): bump postcss from 8.4.38 to 8.4.47 ( #3684 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.38 to 8.4.47.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.38...8.4.47 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-10 04:33:26 +00:00
f01a110bce
chore(deps): bump @langchain/core from 0.3.7 to 0.3.9 ( #3690 )
...
Bumps [@langchain/core](https://github.com/langchain-ai/langchainjs ) from 0.3.7 to 0.3.9.
- [Release notes](https://github.com/langchain-ai/langchainjs/releases )
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js )
- [Commits](https://github.com/langchain-ai/langchainjs/commits )
---
updated-dependencies:
- dependency-name: "@langchain/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 21:21:23 -07:00
Max Deichmann
b6e49b440e
chore: release v2.84.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-10-09 20:57:25 -07:00
marliessophie and GitHub
ff6e0648f3
chore: allow updating annotation queue name ( #3687 )
2024-10-09 23:01:14 +00:00
c4fa31be9f
feat(annotation): add annotation queue in feature flagged beta release ( #3499 )
...
Co-authored-by: Marc Klingen <git@marcklingen.com >
Co-authored-by: Max Deichmann <m.deichmann@tum.de >
2024-10-09 23:59:24 +02:00
e68394abc6
chore: upgrade nextjs to 14.2.14 ( #3643 )
...
Co-authored-by: Max Deichmann <m.deichmann@tum.de >
2024-10-09 13:30:54 -07:00
Max Deichmann and GitHub
c24032391d
fix: do not retry when api key is missing for evals ( #3680 )
2024-10-09 18:28:18 +00:00
Max Deichmann and GitHub
6c7faf61f8
fix: adjust queue wait time metrics ( #3677 )
...
fix
2024-10-09 14:47:47 +00:00
Marc Klingen and GitHub
43bedf2afe
fix: encode all links to objects with user-provided ids ( #3672 )
2024-10-09 08:59:01 +00:00
Marc Klingen and GitHub
674bdbd976
fix(ui): disable sign-in and sso buttons while email/pw are empty ( #3670 )
2024-10-09 08:42:41 +00:00
ed1f6d8563
chore(deps): bump the observability group with 3 updates ( #3657 )
...
Bumps the observability group with 3 updates: [@opentelemetry/resource-detector-aws](https://github.com/open-telemetry/opentelemetry-js-contrib ), [@opentelemetry/resource-detector-container](https://github.com/open-telemetry/opentelemetry-js-contrib ) and [@opentelemetry/instrumentation-express](https://github.com/open-telemetry/opentelemetry-js-contrib ).
Updates `@opentelemetry/resource-detector-aws` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/resource-detector-aws-v1.6.1...resource-detector-aws-v1.6.2 )
Updates `@opentelemetry/resource-detector-container` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-tedious-v0.4.1...resource-detector-instana-v0.4.2 )
Updates `@opentelemetry/instrumentation-express` from 0.42.0 to 0.43.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-pg-v0.42.0...instrumentation-pg-v0.43.0 )
---
updated-dependencies:
- dependency-name: "@opentelemetry/resource-detector-aws"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: observability
- dependency-name: "@opentelemetry/resource-detector-container"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: observability
- dependency-name: "@opentelemetry/instrumentation-express"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: observability
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 06:52:58 +00:00
b49d335eb0
chore(deps): bump @aws-sdk/lib-storage from 3.645.0 to 3.667.0 ( #3661 )
...
Bumps [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage ) from 3.645.0 to 3.667.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.667.0/lib/lib-storage )
---
updated-dependencies:
- dependency-name: "@aws-sdk/lib-storage"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 06:36:58 +00:00
e9bc76fe89
chore(deps): bump @heroicons/react from 2.1.3 to 2.1.5 ( #3662 )
...
Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons ) from 2.1.3 to 2.1.5.
- [Release notes](https://github.com/tailwindlabs/heroicons/releases )
- [Changelog](https://github.com/tailwindlabs/heroicons/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/heroicons/compare/v2.1.3...v2.1.5 )
---
updated-dependencies:
- dependency-name: "@heroicons/react"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 06:24:35 +00:00
Marc Klingen and GitHub
7cdbc7f464
feat: add crisp events in posthog ( #3667 )
...
* feat: add crisp events in posthog
* fix dep
* add comment
2024-10-09 06:12:03 +00:00
237e539c4c
fix: add Gitlab Issuer and Account.created_at col ( #3651 )
...
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-10-09 06:46:17 +02:00
Max Deichmann and GitHub
b1357a0bae
feat: front-end cloud admin flag for clickhouse ( #3666 )
2024-10-09 02:37:45 +00:00
Max Deichmann and GitHub
fa51789ac2
chore: add projectid to ingestion logs ( #3665 )
2024-10-09 00:23:27 +00:00
Max Deichmann and GitHub
894ffdda69
chore: remove metrics by users datadog ( #3664 )
2024-10-08 17:04:31 -07:00
Max Deichmann and GitHub
0c2e6a5b5d
chore: add orgid and projectid to ingestion event metric ( #3654 )
2024-10-08 15:27:07 -07:00
Max Deichmann and GitHub
0d7e5bfcca
feat: invalidate API keys via cloud admin api ( #3653 )
2024-10-08 22:16:48 +00:00
Max Deichmann and GitHub
7cc5a9e229
chore: reduce auth logging ( #3652 )
2024-10-08 21:54:48 +00:00
629b30e42d
fix: properly split tags when passed as a string ( #3621 ) ( #3650 )
...
Co-authored-by: Joris ANDRADE <joris@front.com >
2024-10-08 19:00:25 +00:00
Steffen Schmitz and GitHub
3e98df566c
chore: update metric name for eval exec queue length ( #3649 )
2024-10-08 15:50:43 +00:00
Steffen Schmitz and GitHub
0a88294202
chore: use s3 event store to avoid event data in redis ( #3537 )
2024-10-08 11:05:25 +00:00
Steffen Schmitz and GitHub
6e9f5ace41
chore: update bullmq instrumentation ( #3644 )
2024-10-08 12:53:48 +02:00
Marc Klingen
1b662c95e5
chore: release v2.83.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-10-08 02:42:25 -07:00
Marc Klingen and GitHub
87e94289ff
revert: next upgrade due to incompatibility issues ( #3640 )
2024-10-08 11:25:41 +02:00
Steffen Schmitz and GitHub
ed08331927
chore: remove explicit context propagation for queues ( #3622 )
2024-10-08 09:16:29 +02:00
02e5c0119a
chore(deps-dev): bump prettier from 3.2.5 to 3.3.3 ( #3626 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.2.5 to 3.3.3.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.2.5...3.3.3 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-08 05:27:30 +00:00
adc39d58e4
chore(deps-dev): bump tsx from 4.19.0 to 4.19.1 ( #3627 )
...
Bumps [tsx](https://github.com/privatenumber/tsx ) from 4.19.0 to 4.19.1.
- [Release notes](https://github.com/privatenumber/tsx/releases )
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs )
- [Commits](https://github.com/privatenumber/tsx/compare/v4.19.0...v4.19.1 )
---
updated-dependencies:
- dependency-name: tsx
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-08 05:15:27 +00:00
19987e9816
chore(deps): bump @langchain/core from 0.3.3 to 0.3.7 ( #3628 )
...
Bumps [@langchain/core](https://github.com/langchain-ai/langchainjs ) from 0.3.3 to 0.3.7.
- [Release notes](https://github.com/langchain-ai/langchainjs/releases )
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js )
- [Commits](https://github.com/langchain-ai/langchainjs/commits )
---
updated-dependencies:
- dependency-name: "@langchain/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-08 05:03:19 +00:00
746299431f
chore(deps): bump lucide-react from 0.436.0 to 0.447.0 ( #3630 )
...
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react ) from 0.436.0 to 0.447.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases )
- [Commits](https://github.com/lucide-icons/lucide/commits/0.447.0/packages/lucide-react )
---
updated-dependencies:
- dependency-name: lucide-react
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-08 04:51:00 +00:00
74224a04cd
chore(deps-dev): bump msw from 2.4.1 to 2.4.9 ( #3631 )
...
Bumps [msw](https://github.com/mswjs/msw ) from 2.4.1 to 2.4.9.
- [Release notes](https://github.com/mswjs/msw/releases )
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mswjs/msw/compare/v2.4.1...v2.4.9 )
---
updated-dependencies:
- dependency-name: msw
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-08 04:38:56 +00:00
874d574a9e
chore(deps-dev): bump nodemon from 3.1.3 to 3.1.7 ( #3632 )
...
Bumps [nodemon](https://github.com/remy/nodemon ) from 3.1.3 to 3.1.7.
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v3.1.3...v3.1.7 )
---
updated-dependencies:
- dependency-name: nodemon
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-08 04:22:00 +00:00
Max Deichmann
13655515a2
chore: release v2.83.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-10-07 17:45:14 -07:00
Max Deichmann and GitHub
204ce02bd1
chore: reduce log level ( #3636 )
2024-10-07 17:41:12 -07:00
Max Deichmann and GitHub
b87f84bf67
chore: upgrade webpack ( #3633 )
2024-10-07 15:03:41 -07:00
Max Deichmann and GitHub
e139b40167
chore: upgrade next ( #3603 )
2024-10-07 19:41:33 +00:00
Steffen Schmitz and GitHub
f3596fac10
chore: update GHA checkout and setup-node actions ( #3620 )
2024-10-07 15:47:22 +02:00
Steffen Schmitz and GitHub
f1d15ea268
chore: correlate logs with traces ( #3619 )
2024-10-07 11:57:19 +00:00
5183cf4859
chore(deps): bump the radix-ui group with 15 updates ( #3609 )
...
Bumps the radix-ui group with 15 updates:
| Package | From | To |
| --- | --- | --- |
| [@radix-ui/react-accordion](https://github.com/radix-ui/primitives ) | `1.2.0` | `1.2.1` |
| [@radix-ui/react-alert-dialog](https://github.com/radix-ui/primitives ) | `1.1.1` | `1.1.2` |
| [@radix-ui/react-avatar](https://github.com/radix-ui/primitives ) | `1.1.0` | `1.1.1` |
| [@radix-ui/react-checkbox](https://github.com/radix-ui/primitives ) | `1.1.1` | `1.1.2` |
| [@radix-ui/react-collapsible](https://github.com/radix-ui/primitives ) | `1.1.0` | `1.1.1` |
| [@radix-ui/react-dialog](https://github.com/radix-ui/primitives ) | `1.1.1` | `1.1.2` |
| [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives ) | `2.1.1` | `2.1.2` |
| [@radix-ui/react-hover-card](https://github.com/radix-ui/primitives ) | `1.1.1` | `1.1.2` |
| [@radix-ui/react-popover](https://github.com/radix-ui/primitives ) | `1.1.1` | `1.1.2` |
| [@radix-ui/react-scroll-area](https://github.com/radix-ui/primitives ) | `1.1.0` | `1.2.0` |
| [@radix-ui/react-select](https://github.com/radix-ui/primitives ) | `2.1.1` | `2.1.2` |
| [@radix-ui/react-slider](https://github.com/radix-ui/primitives ) | `1.2.0` | `1.2.1` |
| [@radix-ui/react-switch](https://github.com/radix-ui/primitives ) | `1.1.0` | `1.1.1` |
| [@radix-ui/react-tabs](https://github.com/radix-ui/primitives ) | `1.1.0` | `1.1.1` |
| [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives ) | `1.1.2` | `1.1.3` |
Updates `@radix-ui/react-accordion` from 1.2.0 to 1.2.1
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-alert-dialog` from 1.1.1 to 1.1.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-avatar` from 1.1.0 to 1.1.1
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-checkbox` from 1.1.1 to 1.1.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-collapsible` from 1.1.0 to 1.1.1
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-dialog` from 1.1.1 to 1.1.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-dropdown-menu` from 2.1.1 to 2.1.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-hover-card` from 1.1.1 to 1.1.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-popover` from 1.1.1 to 1.1.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-scroll-area` from 1.1.0 to 1.2.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-select` from 2.1.1 to 2.1.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-slider` from 1.2.0 to 1.2.1
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-switch` from 1.1.0 to 1.1.1
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-tabs` from 1.1.0 to 1.1.1
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-tooltip` from 1.1.2 to 1.1.3
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
---
updated-dependencies:
- dependency-name: "@radix-ui/react-accordion"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-alert-dialog"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-avatar"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-checkbox"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-collapsible"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-dialog"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-dropdown-menu"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-hover-card"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-popover"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-scroll-area"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-select"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-slider"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-switch"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-tabs"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-tooltip"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: radix-ui
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 07:46:40 +00:00
604ff3203e
chore(deps): bump js-tiktoken from 1.0.12 to 1.0.15 ( #3610 )
...
Bumps [js-tiktoken](https://github.com/dqbd/tiktoken ) from 1.0.12 to 1.0.15.
- [Release notes](https://github.com/dqbd/tiktoken/releases )
- [Changelog](https://github.com/dqbd/tiktoken/blob/main/CHANGELOG.md )
- [Commits](https://github.com/dqbd/tiktoken/compare/js-tiktoken@1.0.12...js-tiktoken@1.0.15 )
---
updated-dependencies:
- dependency-name: js-tiktoken
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 07:25:05 +00:00
ca8ba2f233
chore(deps): bump the observability group with 2 updates ( #3608 )
...
Bumps the observability group with 2 updates: [@appsignal/opentelemetry-instrumentation-bullmq](https://github.com/appsignal/opentelemetry-instrumentation-bullmq ) and [@opentelemetry/api](https://github.com/open-telemetry/opentelemetry-js ).
Updates `@appsignal/opentelemetry-instrumentation-bullmq` from 0.7.1 to 0.7.2
- [Changelog](https://github.com/appsignal/opentelemetry-instrumentation-bullmq/blob/main/CHANGELOG.md )
- [Commits](https://github.com/appsignal/opentelemetry-instrumentation-bullmq/commits/v0.7.2 )
Updates `@opentelemetry/api` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/v1.8.0...v1.9.0 )
---
updated-dependencies:
- dependency-name: "@appsignal/opentelemetry-instrumentation-bullmq"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: observability
- dependency-name: "@opentelemetry/api"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: observability
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 07:10:03 +00:00
Max Deichmann and GitHub
f9c5534a20
chore: remove auto merge ( #3616 )
2024-10-06 23:28:57 -07:00
f652c75304
chore(deps): bump @uiw/codemirror-theme-tokyo-night from 4.22.2 to 4.23.5 ( #3611 )
...
chore(deps): bump @uiw/codemirror-theme-tokyo-night
Bumps [@uiw/codemirror-theme-tokyo-night](https://github.com/uiwjs/react-codemirror ) from 4.22.2 to 4.23.5.
- [Release notes](https://github.com/uiwjs/react-codemirror/releases )
- [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.22.2...v4.23.5 )
---
updated-dependencies:
- dependency-name: "@uiw/codemirror-theme-tokyo-night"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-06 23:23:17 -07:00
879a72b821
chore(deps): bump react-hook-form from 7.51.5 to 7.53.0 ( #3613 )
...
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form ) from 7.51.5 to 7.53.0.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases )
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md )
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.51.5...v7.53.0 )
---
updated-dependencies:
- dependency-name: react-hook-form
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 06:08:35 +00:00
d3cb8469c0
chore(deps-dev): bump @playwright/test from 1.43.1 to 1.47.2 ( #3612 )
...
Bumps [@playwright/test](https://github.com/microsoft/playwright ) from 1.43.1 to 1.47.2.
- [Release notes](https://github.com/microsoft/playwright/releases )
- [Commits](https://github.com/microsoft/playwright/compare/v1.43.1...v1.47.2 )
---
updated-dependencies:
- dependency-name: "@playwright/test"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 02:00:06 +00:00
b5b93cf710
chore(deps-dev): bump @types/lodash from 4.17.9 to 4.17.10 in the lodash group ( #3606 )
...
chore(deps-dev): bump @types/lodash in the lodash group
Bumps the lodash group with 1 update: [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash ).
Updates `@types/lodash` from 4.17.9 to 4.17.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash )
---
updated-dependencies:
- dependency-name: "@types/lodash"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: lodash
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Deichmann <m.deichmann@tum.de >
2024-10-07 00:27:53 +00:00
Max Deichmann and GitHub
27caeb1536
chore: fix auto merging ( #3614 )
2024-10-06 17:13:13 -07:00
3b40c67aae
chore(deps): bump the prisma group with 2 updates ( #3604 )
...
* chore(deps): bump the prisma group with 2 updates
Bumps the prisma group with 2 updates: [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli ) and [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client ).
Updates `prisma` from 5.13.0 to 5.20.0
- [Release notes](https://github.com/prisma/prisma/releases )
- [Commits](https://github.com/prisma/prisma/commits/5.20.0/packages/cli )
Updates `@prisma/client` from 5.17.0 to 5.20.0
- [Release notes](https://github.com/prisma/prisma/releases )
- [Commits](https://github.com/prisma/prisma/commits/5.20.0/packages/client )
---
updated-dependencies:
- dependency-name: prisma
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prisma
- dependency-name: "@prisma/client"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prisma
...
Signed-off-by: dependabot[bot] <support@github.com >
* also upgrade docker
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Deichmann <m.deichmann@tum.de >
2024-10-06 16:58:13 -07:00
Max Deichmann and GitHub
79a6bc115f
chore: upgrade tailwind and kysely codegen ( #3601 )
2024-10-06 22:40:16 +00:00
Max Deichmann and GitHub
8aa1e0e1b8
chore: upgrade svelte for ai sdk ( #3600 )
2024-10-06 11:16:20 -07:00
Max Deichmann and GitHub
217926b049
chore: upgrade mermaid-js ( #3599 )
2024-10-06 17:56:47 +00:00
8ed92de662
chore(deps): bump nodemailer and @types/nodemailer ( #3596 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) and [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer ). These dependencies needed to be updated together.
Updates `nodemailer` from 6.9.13 to 6.9.15
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.9.13...v6.9.15 )
Updates `@types/nodemailer` from 6.4.15 to 6.4.16
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nodemailer )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: "@types/nodemailer"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-06 10:23:27 -07:00
Max Deichmann and GitHub
2a9421674b
chore: fix dependabot automerge ( #3597 )
2024-10-06 10:19:45 -07:00
Max Deichmann and GitHub
0b2bf8535d
chore: automerge dependabot patch PRs ( #3595 )
2024-10-06 09:02:18 -07:00
b89e2423c3
chore(deps): bump pg and @types/pg ( #3493 )
...
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg ) and [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg ). These dependencies needed to be updated together.
Updates `pg` from 8.11.5 to 8.13.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md )
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.13.0/packages/pg )
Updates `@types/pg` from 8.11.6 to 8.11.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg )
---
updated-dependencies:
- dependency-name: pg
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: "@types/pg"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-06 08:51:48 -07:00
Max Deichmann and GitHub
43340dd6ff
chore: setup codeql manually ( #3594 )
2024-10-06 08:33:37 -07:00
e529d887ba
chore(deps): bump @mui/x-tree-view from 7.6.2 to 7.19.0 ( #3593 )
...
Bumps [@mui/x-tree-view](https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view ) from 7.6.2 to 7.19.0.
- [Release notes](https://github.com/mui/mui-x/releases )
- [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mui/mui-x/commits/v7.19.0/packages/x-tree-view )
---
updated-dependencies:
- dependency-name: "@mui/x-tree-view"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-05 23:41:42 -07:00
d7d79df5cf
chore(deps): bump @tanstack/react-table from 8.13.2 to 8.20.5 ( #3523 )
...
Bumps [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table ) from 8.13.2 to 8.20.5.
- [Release notes](https://github.com/TanStack/table/releases )
- [Commits](https://github.com/TanStack/table/commits/v8.20.5/packages/react-table )
---
updated-dependencies:
- dependency-name: "@tanstack/react-table"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-05 08:18:00 -07:00
Vansh Chopra and GitHub
59de947865
feat: Gitlab Auth Provider ( #3564 )
2024-10-05 03:37:48 +02:00
Max Deichmann and GitHub
c5ab61b356
chore: upgrade vitest ( #3588 )
2024-10-05 01:12:55 +00:00
Max Deichmann and GitHub
13db6781e2
chore: upgrade sentry ( #3587 )
2024-10-04 17:59:50 -07:00
Max Deichmann and GitHub
5442429f47
chore: upgrade axios ( #3586 )
2024-10-04 17:50:34 -07:00
Max Deichmann and GitHub
c01600b2b8
chore: upgrade dd-trace ( #3584 )
2024-10-04 17:32:58 -07:00
Max Deichmann and GitHub
19101723b3
chore: upgrade express ( #3583 )
...
something
2024-10-04 17:30:34 -07:00
989522b22a
chore(deps-dev): bump vite from 5.2.13 to 5.2.14 ( #3572 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.2.13 to 5.2.14.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.2.14/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.2.14/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-04 17:00:08 -07:00
Marc Klingen
8b4a2893d5
chore: release v2.82.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-10-03 22:35:10 -07:00
Marc Klingen and GitHub
6719dd4158
feat: init envs via docker compose ( #3568 )
...
* feat: allow for use of init envs via docker compose
* add to docker compose build
2024-10-03 08:40:55 +00:00
Marc Klingen and GitHub
94d87f2a42
feat(ui): improve cost and latency rendering on trace tree and preview ( #3567 )
2024-10-03 02:06:31 +00:00
Hassieb Pakzad and GitHub
e06272c4df
fix(prisma): HMR support ( #3547 )
2024-10-02 20:45:09 +02:00
Hassieb Pakzad and GitHub
f6512d7a8e
feat(generations-table): show tokens per second ( #3511 )
2024-10-02 13:42:02 +00:00
Hassieb Pakzad and GitHub
5e67d897b7
fix(exports): download link valid few hours only ( #3560 )
2024-10-02 12:31:34 +00:00
Steffen Schmitz and GitHub
9adcfde4cc
chore: consolidate naming pattern for dogstatsd metrics ( #3534 )
2024-10-01 17:15:26 +02:00
Steffen Schmitz and GitHub
bc8f8656a1
chore: disable ddtracing in favour of otel ( #3461 )
2024-10-01 17:14:45 +02:00
Marc Klingen and GitHub
85a327ef26
fix(ui): tag state inconsistent when navigating between traces ( #3544 )
2024-10-01 00:00:17 +00:00
Marc Klingen
46b20f4107
chore: release v2.81.2
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-09-30 16:23:40 -07:00
Marc Klingen and GitHub
fb8f26a00e
feat(ee): add customizable default model adapter base urls ( #3542 )
2024-09-30 23:22:45 +00:00
Marc Klingen and GitHub
3d7ba475e2
chore(auth): reduce maxAge of password reset link to 10 minutes ( #3541 )
2024-09-30 21:40:18 +00:00
Marc Klingen and GitHub
03028a92b4
chore: upgrade fern openapi generator and cli ( #3536 )
2024-09-30 18:18:53 +02:00
Marc Klingen
8a96290f03
chore: release v2.81.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-09-27 17:05:22 +02:00
Marc Klingen and GitHub
bca09bdefe
fix(security): only allow redirect via target to internal urls ( #3512 )
2024-09-27 16:52:58 +02:00
Steffen Schmitz and GitHub
2d314250e9
chore: make credentials for export bucket optional ( #3509 )
2024-09-27 16:41:54 +02:00
Marc Klingen and GitHub
4a87f402ec
fix: favicon reference when using custom basepath ( #3506 )
2024-09-27 13:10:21 +00:00
800b2136b9
chore(deps-dev): bump @types/lodash from 4.17.7 to 4.17.9 in the lodash group ( #3492 )
...
chore(deps-dev): bump @types/lodash in the lodash group
Bumps the lodash group with 1 update: [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash ).
Updates `@types/lodash` from 4.17.7 to 4.17.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash )
---
updated-dependencies:
- dependency-name: "@types/lodash"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: lodash
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-27 10:25:35 +02:00
Steffen Schmitz and GitHub
278df5ab3c
feat: optionally upload all incoming events to S3 ( #3488 )
2024-09-27 06:58:34 +00:00
Marc Klingen and GitHub
c7f9e18768
fix(ui): include non-generation warnings/error in rolled-up trace status ( #3494 )
2024-09-27 00:31:53 +00:00
Max Deichmann and GitHub
2121b40cca
security: upgrade snyk ( #3482 )
2024-09-25 23:10:57 +02:00
Max Deichmann and GitHub
5ba440f2de
chore: rate limit legacy endpoints ( #3473 )
2024-09-25 12:58:13 +00:00
Max Deichmann and GitHub
657a3275de
chore: mark admin api as internal and cloud only ( #3464 )
2024-09-24 12:47:47 +00:00
Steffen Schmitz and GitHub
56bb9c8dcf
chore: remove porter configs from CI ( #3463 )
2024-09-24 11:36:06 +00:00
Steffen Schmitz and GitHub
66e15bcf0d
chore: drop redundant indexes on postgres ( #3377 )
2024-09-24 11:35:04 +02:00
Marc Klingen and GitHub
5f94ca8e82
fix: skip entitlement check for instance admins ( #3452 )
2024-09-23 16:55:06 +02:00
Steffen Schmitz and GitHub
e8561fb105
chore: move web-ee logic from console.log to logger ( #3400 )
2024-09-23 16:54:45 +02:00
marliessophie and GitHub
18e84c6498
fix(ui_markdown): whitelist images with valid ipv6 or ipv4 hostname ( #3444 )
2024-09-23 14:12:37 +00:00
Marc Klingen and GitHub
05152ac8d6
fix(auth): email/password sign-up with custom base-path ( #3450 )
...
fix: email/password sign-up with custom base-path
2024-09-23 13:48:59 +00:00
marliessophie and GitHub
6cb9e24ba2
chore(ui): support larger step sizes in Lanfguse Trace Timeline View ( #3449 )
2024-09-23 12:53:33 +00:00
Marc Klingen
484fa424fb
docs: update comments on stripe util functions
2024-09-23 14:18:37 +02:00
Hassieb Pakzad
555aebe8c7
chore: release v2.81.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-09-23 13:59:21 +02:00
Max Deichmann and GitHub
af29424b48
feat: delete API keys via API ( #3448 )
2024-09-23 12:30:41 +02:00
Max Deichmann and GitHub
42f1c63bbf
chore: set sentry config on build time ( #3445 )
2024-09-23 11:27:15 +02:00
Hassieb Pakzad and GitHub
663ded0743
chore(evals): move to tool calling instead of function calling ( #3430 )
2024-09-23 11:08:23 +02:00
marliessophie and GitHub
d7ced99d16
feat(ui): export generations async on cloud ( #3368 )
2024-09-23 06:03:03 +00:00
Max Deichmann and GitHub
c979cae620
chore: add worker logs for tokenization ( #3440 )
2024-09-21 16:07:18 +00:00
marliessophie and GitHub
c483293b10
style(prompts): display all prompt tags on versions, not just on hover ( #3422 )
2024-09-20 16:33:10 +00:00
Steffen Schmitz and GitHub
932913cd76
fix: use actual singletons for db clients ( #3427 )
2024-09-20 13:27:46 +02:00
Steffen Schmitz and GitHub
5875537132
fix: keep more failed jobs in bullmq ( #3424 )
2024-09-20 13:26:14 +02:00
Marc Klingen and GitHub
1a53981a7a
docs: add comment on max aspect ratio of custom logo ( #3426 )
2024-09-20 09:48:25 +00:00
Hassieb Pakzad and GitHub
0e6b676b19
fix(playground): parse complex messages when jumping to playground ( #3425 )
2024-09-20 11:03:49 +02:00
Marc Klingen and GitHub
955e25555f
fix(ui): performance of optimistic updates of bookmarked traces ( #3418 )
2024-09-19 22:20:11 +00:00
Marc Klingen and GitHub
2a11f1e8fb
fix(ui): truncate long model names in dashboard ( #3417 )
2024-09-19 21:40:54 +00:00
Marc Klingen and GitHub
143a461f0c
chore(ui): add link to support and tracing faq to onboarding ( #3416 )
2024-09-19 19:58:53 +00:00
Max Deichmann and GitHub
c8544690f7
chore: remove event io from dd traces ( #3413 )
2024-09-19 18:06:00 +00:00
Marc Klingen
05a533dd7e
chore: release v2.80.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-09-19 16:37:23 +02:00
Steffen Schmitz and GitHub
f3d15bb36e
feat: optimize daily metrics query ( #3371 )
2024-09-19 14:10:10 +00:00
Hassieb Pakzad and GitHub
24c321f632
fix(dataset-table): cost and latency queries ( #3411 )
2024-09-19 12:14:42 +00:00
Steffen Schmitz and GitHub
0e9cf548b2
chore: ecs production deploy automation ( #3408 )
2024-09-19 12:42:21 +02:00
Marc Klingen and GitHub
7158a41fe9
feat(ee): add additional logo ( #3404 )
2024-09-19 11:45:53 +02:00
Max Deichmann and GitHub
bc384a525a
chore: adjust sentry sample rate ( #3403 )
...
adjust autoscaling eval periods
2024-09-18 22:40:22 +00:00
Max Deichmann and GitHub
3f70828df6
chore: fix dev server speed ( #3388 )
2024-09-18 17:10:50 +00:00
marliessophie and GitHub
0988635427
fix: prompt tag menu disappears when out of focus ( #3394 )
2024-09-18 18:39:55 +02:00
Max Deichmann and GitHub
41ed6fed5e
fix: allow to eval with azure models ( #3387 )
2024-09-17 16:54:22 +00:00
Hassieb Pakzad and GitHub
eb40659e44
fix(playground): save to prompt list ( #3384 )
2024-09-17 13:54:39 +00:00
Steffen Schmitz and GitHub
a22bcb1188
build: add deploy config for eu ( #3366 )
2024-09-17 10:04:46 +00:00
Marc Klingen and GitHub
392fbe6c8c
chore(ui): improve posthog api key error message ( #3373 )
...
* chore(ui): improve posthog api key error message
* Empty commit
2024-09-16 21:58:06 +00:00
marliessophie and GitHub
48d5a8f5a1
fix: cutoff filter for sessions export ( #3370 )
2024-09-16 15:11:32 +00:00
marliessophie and GitHub
44428870f7
style: adjust success toast for dark mode ( #3362 )
2024-09-16 07:46:10 +00:00
Hassieb Pakzad and GitHub
724a4f5d9a
fix(ui/prompts): variable parsing for chat prompts ( #3360 )
2024-09-15 13:55:01 +00:00
Marc Klingen and GitHub
2358264b66
fix(auth): unknown argument refresh_token_expires_in with Github connection ( #3356 )
...
fix(auth): unknown argument `refresh_token_expires_in` with Github connection
Fixes langfuse/langfuse#3355
2024-09-13 19:10:44 +00:00
Marc Klingen
65e3b4c5ca
chore: release v2.79.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-09-13 20:37:58 +02:00
62c413faf5
fix(ui): ensure table footer is fixed on the bottom of the page ( #3354 )
...
* style(tables): ensure footer is fixed on the bottom
* fix
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-09-13 20:13:36 +02:00
Marc Klingen and GitHub
8ea14ac537
feat(cloud): alert when free plan limit is approaching or reached ( #3350 )
...
* feat(cloud): alert when free plan limit is approaching or reached
* check entitlement
2024-09-13 20:08:32 +02:00
marliessophie and GitHub
c32b84663c
feat(ui): export traces ( #3332 )
2024-09-13 17:51:22 +00:00
Marc Klingen and GitHub
23ab79ba42
fix: custom base path nullable ( #3353 )
2024-09-13 17:17:13 +00:00
Hassieb Pakzad and GitHub
6ffec3337f
feat(playground): add support for OpenAI o1 beta models ( #3349 )
2024-09-13 18:47:57 +02:00
steffen911
34a2a9cddf
chore: remove pipeline concurrency limiter
2024-09-13 16:24:24 +02:00
Steffen Schmitz and GitHub
0854429850
feat: add env variables to toggle queue consumers ( #3339 )
2024-09-13 14:16:48 +00:00
Steffen Schmitz and GitHub
05fd690486
chore: deploy to staging ECS environment ( #3327 )
2024-09-13 13:49:27 +00:00
marliessophie and GitHub
bc3f39272b
style(evals): apply sticky headers to eval logs and eval config tables ( #3347 )
2024-09-13 13:27:22 +00:00
Marc Klingen and GitHub
96ace71f9a
feat(self-host): support for custom base path via NEXT_PUBLIC_BASE_PATH ( #3346 )
2024-09-13 13:02:36 +00:00
marliessophie and GitHub
70415dcab5
fix: Time to first token filter in Generations table ( #3345 )
2024-09-13 11:53:33 +00:00
Hassieb Pakzad and GitHub
6a18f249aa
feat(cost-tracking): add OpenAI o1 models ( #3343 )
2024-09-13 12:00:10 +02:00
Marc Klingen and GitHub
cc60d506a7
feat(cloud): improve upgrade ui ( #3331 )
...
* add link to billing settings to project settings
* add plan label to org switcher
* add upgrade menu item on free cloud plans
2024-09-12 16:49:49 +00:00
Steffen Schmitz and GitHub
a31a7f238e
chore: remove db query from healthcheck ( #3330 )
2024-09-12 17:24:40 +02:00
Marc Klingen and GitHub
41ebc77f86
feat(cloud): improve crisp integration ( #3329 )
...
* chore: update crisp sdk
* feat(cloud): improve crisp integration
2024-09-12 14:33:51 +00:00
marliessophie and GitHub
cdc41cf573
chore(ui_markdown): whitelist images with valid ipv6 or ipv4 hostname ( #3318 )
2024-09-12 08:04:44 +00:00
Max Deichmann and GitHub
c86e32f756
chore: improve client side sentry ( #3312 )
2024-09-12 09:19:07 +02:00
Max Deichmann and GitHub
85576c162a
chore: downgrade codegen ( #3319 )
2024-09-11 21:58:05 +02:00
Max Deichmann and GitHub
93ad1e6880
perf: get observation I/O only if required ( #3316 )
2024-09-11 18:47:31 +00:00
marliessophie and GitHub
97b17fc8bb
style(ui): fix hover effect on groups in column reordering ( #3317 )
2024-09-11 18:22:23 +00:00
marliessophie and GitHub
04e2d9249f
fix(ui): populate default prompt data for chat prompts with custom role ( #3295 )
2024-09-11 12:36:59 +00:00
marliessophie and GitHub
cb94a54f0c
feat(ui): type to find column name in filter builder ( #3290 )
2024-09-11 08:31:18 +00:00
marliessophie and GitHub
7c90bbed0c
fix(ui): persist dateRange filter state of dashboard ( #3298 )
2024-09-11 08:11:21 +00:00
Max Deichmann and GitHub
f133526ba6
chore: create dependabot group for express ( #3303 )
...
fix
2024-09-11 09:24:45 +02:00
dc014de54c
chore(deps-dev): bump kysely-codegen from 0.11.0 to 0.16.6 ( #3301 )
...
Bumps [kysely-codegen](https://github.com/RobinBlomberg/kysely-codegen ) from 0.11.0 to 0.16.6.
- [Release notes](https://github.com/RobinBlomberg/kysely-codegen/releases )
- [Commits](https://github.com/RobinBlomberg/kysely-codegen/commits )
---
updated-dependencies:
- dependency-name: kysely-codegen
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-11 09:12:04 +02:00
c6beec1ad5
chore(deps): bump @aws-sdk/lib-storage from 3.614.0 to 3.645.0 ( #3235 )
...
Bumps [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage ) from 3.614.0 to 3.645.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.645.0/lib/lib-storage )
---
updated-dependencies:
- dependency-name: "@aws-sdk/lib-storage"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-10 23:17:43 +02:00
a810f7750f
chore(deps): bump posthog-js from 1.154.6 to 1.161.3 ( #3297 )
...
Bumps [posthog-js](https://github.com/PostHog/posthog-js ) from 1.154.6 to 1.161.3.
- [Release notes](https://github.com/PostHog/posthog-js/releases )
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/PostHog/posthog-js/compare/v1.154.6...v1.161.3 )
---
updated-dependencies:
- dependency-name: posthog-js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-10 20:02:47 +02:00
marliessophie and GitHub
2b34c82e98
feat(ui): render 0 latency as such in trace timeline view ( #3288 )
2024-09-10 13:10:24 +00:00
marliessophie and GitHub
fe283284ef
feat(ui): move columns via drag and drop ( #3266 )
2024-09-10 12:40:59 +00:00
Steffen Schmitz and GitHub
307f3d18ce
chore: add trace info to web logs and context to queue events ( #3282 )
2024-09-10 12:26:07 +00:00
Hassieb Pakzad and GitHub
46fff7148e
fix(ui/prompts): parse prompt variables correctly ( #3286 )
2024-09-10 12:05:52 +02:00
Steffen Schmitz and GitHub
9cce111be6
chore: add worker entrypoint to handle alternative database config ( #3283 )
2024-09-10 10:58:50 +02:00
Max Deichmann and GitHub
dbd7f810c1
chore: remove sentry tunnel ( #3274 )
2024-09-09 17:22:53 +02:00
Max Deichmann and GitHub
abc3ea2b5a
chore: remove explicit profiling settings worker ( #3272 )
...
fix
2024-09-09 14:44:51 +00:00
Steffen Schmitz and GitHub
3d8a4f9d75
chore: downgrade winston instrumentation and fix worker import ( #3268 )
2024-09-09 13:35:05 +02:00
Max Deichmann and GitHub
7b4bef7c2e
fix: revert async zod ( #3264 )
2024-09-07 09:24:59 +02:00
Marc Klingen and GitHub
b10353115b
fix(ui): x axis of timeseries charts on dashboard for some time ranges ( #3261 )
2024-09-06 20:30:58 +00:00
Marc Klingen and GitHub
f3235ceccb
fix(ui): overflow of long strings in sessions view ( #3258 )
2024-09-06 17:20:11 +00:00
Marc Klingen and GitHub
92455b4e5a
fix(ui): reset feedback form after submit ( #3257 )
...
fix(ui): reset feedback form after successfully sending feedback
2024-09-06 16:49:49 +00:00
Max Deichmann and GitHub
217b92d548
perf: parse zod in ingestion pipeline async ( #3253 )
2024-09-06 16:10:23 +02:00
Marc Klingen and GitHub
c6ddd3822f
feat(users): add search to users table ( #3251 )
2024-09-06 01:14:31 +00:00
Marc Klingen and GitHub
67d6c32ec5
chore: Update README.md
2024-09-06 01:50:29 +02:00
Marc Klingen and GitHub
d89379e693
chore: Update README.md
2024-09-06 01:48:47 +02:00
Marc Klingen and GitHub
4b8d3a764e
chore: Update README.md
2024-09-06 01:26:09 +02:00
Marc Klingen
5757fa6e38
chore: update readme
2024-09-06 00:58:47 +02:00
Marc Klingen and GitHub
34c3e5af08
chore: Update README.md
2024-09-06 00:56:16 +02:00
Steffen Schmitz and GitHub
c68ec2fca0
chore: move additional logs to debug level ( #3250 )
2024-09-05 18:44:18 +00:00
Max Deichmann and GitHub
03dda153e8
chore: remove log line ( #3249 )
2024-09-05 16:28:33 +00:00
Marc Klingen
63641521d8
chore: add langfuse.com and langfuse.dev to csp headers
2024-09-05 16:13:37 +02:00
Marc Klingen
29d11642c4
chore: update csp headers to include ph.langfuse.dev
2024-09-05 15:52:29 +02:00
Steffen Schmitz and GitHub
fb98a404d2
chore: adjust log level for queue infos ( #3248 )
2024-09-05 14:14:56 +02:00
Max Deichmann and GitHub
032fce56c4
chore: upgrade fern ( #3247 )
2024-09-05 11:30:10 +00:00
Max Deichmann and GitHub
518b8df2da
fix: also track langfuse SDK req headers with underscores on span ( #2972 )
2024-09-05 11:00:13 +00:00
Max Deichmann and GitHub
70761f7ab0
chore: improve log level ( #3244 )
2024-09-05 09:01:22 +00:00
Max Deichmann and GitHub
a85d4ccf07
chore: improve zod monitoring in ingestion pipeline ( #3239 )
2024-09-05 08:47:17 +00:00
Steffen Schmitz and GitHub
1b42eae7dd
chore: move createAuthedApiRoute logging into metadata ( #3238 )
2024-09-05 09:09:07 +02:00
Marc Klingen
898cca56f9
chore: release v2.78.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-09-04 17:29:47 +02:00
Steffen Schmitz and GitHub
83e052e769
feat: migrate web api to new logger ( #3230 )
2024-09-04 17:02:26 +02:00
Steffen Schmitz and GitHub
b5f19771fa
feat: migrate shared package to new logger ( #3229 )
2024-09-04 16:43:36 +02:00
Marc Klingen and GitHub
644390183b
fix: rename LANGFUSE_PROVISION_ to LANGFUSE_INIT_ ahead of changelog release ( #3228 )
2024-09-04 15:06:47 +02:00
Steffen Schmitz and GitHub
4d8e9003fe
feat: add structured logging option ( #3221 )
2024-09-04 14:53:42 +02:00
Marc Klingen and GitHub
651c46a270
docs: add provisioning envs to .env.prod.example ( #3227 )
2024-09-04 14:24:53 +02:00
Max Deichmann and GitHub
6b127bced0
chore: add instrumentation to ingestion zod parsing ( #3224 )
2024-09-04 10:08:05 +00:00
Steffen Schmitz and GitHub
e3a837b561
feat: add new /ready endpoint to separate liveness from readiness ( #3222 )
2024-09-04 11:53:41 +02:00
steffen911
11c04f02c8
chore: release v2.77.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-09-04 10:50:09 +02:00
Steffen Schmitz and GitHub
536aa138bc
fix: reconnect workers to redis on errors ( #3211 )
2024-09-04 10:22:59 +02:00
Marc Klingen and GitHub
61b596c46a
fix(docker): prevent web build oom by allocating more memory to build step in Dockerfile ( #3217 )
2024-09-04 00:18:15 +02:00
Marc Klingen and GitHub
ddf43c0836
feat(self-host): provision instance with default org/project/user/keys via LANGFUSE_PROVISION_* envs ( #3216 )
2024-09-03 23:50:20 +02:00
Marc Klingen and GitHub
d5ab03892a
chore(ee): add EE to VersionLabel ( #3214 )
2024-09-03 14:03:57 +00:00
918b6643d2
chore(release): nextjs client side refresh after redeployment ( #3116 )
...
Co-authored-by: Marc Klingen <git@marcklingen.com >
Co-authored-by: Max Deichmann <m.deichmann@tum.de >
2024-09-03 12:42:57 +02:00
marliessophie and GitHub
937b4c0f0f
feat(ui): deletion of dataset runs ( #3209 )
2024-09-03 12:26:02 +02:00
Max Deichmann
9b7f046e71
chore: release v2.76.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-09-03 10:48:10 +02:00
Steffen Schmitz and GitHub
fe63704508
feat: fallback to synchronous ingestion if queue unavailable ( #3196 )
2024-09-03 10:42:59 +02:00
marliessophie and GitHub
c39279f677
style(prompts): actions on hover ( #3135 )
2024-09-03 08:12:39 +00:00
Marc Klingen and GitHub
4206f5025d
perf(cloud): pull usage data shown in settings from stripe if available ( #3206 )
2024-09-02 23:51:13 +00:00
marliessophie and GitHub
0260a4e861
style(dataset_items): make table vs item detail resizeable ( #3139 )
2024-09-02 08:01:43 +00:00
Max Deichmann and GitHub
244adf0dc3
feat: disable legacy ingestion queue if required ( #3183 )
2024-09-01 14:24:25 +00:00
dc6b98d009
chore(deps-dev): bump tsx from 4.18.0 to 4.19.0 ( #3172 )
...
Bumps [tsx](https://github.com/privatenumber/tsx ) from 4.18.0 to 4.19.0.
- [Release notes](https://github.com/privatenumber/tsx/releases )
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs )
- [Commits](https://github.com/privatenumber/tsx/compare/v4.18.0...v4.19.0 )
---
updated-dependencies:
- dependency-name: tsx
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-01 10:07:44 +02:00
b20fc5a20b
chore(deps-dev): bump tailwindcss from 3.4.4 to 3.4.10 ( #3173 )
...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) from 3.4.4 to 3.4.10.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.10/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.4...v3.4.10 )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-31 22:36:42 +02:00
Max Deichmann and GitHub
f59ad5fd60
chore: upload sentry sourcemaps ( #3179 )
2024-08-31 18:50:48 +02:00
06ef41e372
chore(deps): bump pino-pretty from 10.3.1 to 11.2.2 ( #3170 )
...
Bumps [pino-pretty](https://github.com/pinojs/pino-pretty ) from 10.3.1 to 11.2.2.
- [Release notes](https://github.com/pinojs/pino-pretty/releases )
- [Commits](https://github.com/pinojs/pino-pretty/compare/v10.3.1...v11.2.2 )
---
updated-dependencies:
- dependency-name: pino-pretty
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-31 17:04:49 +02:00
e215a2db99
chore(deps-dev): bump @types/lodash from 4.17.5 to 4.17.7 in the lodash group ( #3169 )
...
chore(deps-dev): bump @types/lodash in the lodash group
Bumps the lodash group with 1 update: [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash ).
Updates `@types/lodash` from 4.17.5 to 4.17.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash )
---
updated-dependencies:
- dependency-name: "@types/lodash"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: lodash
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-31 17:00:36 +02:00
Max Deichmann and GitHub
5e247e88c9
fix: do nothing if invalidating org or project without api keys ( #3167 )
...
* also run on main branch
* also run on main branch
* also run on main branch
* also run on main branch
* also run on main branch
2024-08-30 22:57:41 +02:00
8e1e27c868
chore(deps-dev): bump msw from 2.3.1 to 2.4.1 ( #3150 )
...
Bumps [msw](https://github.com/mswjs/msw ) from 2.3.1 to 2.4.1.
- [Release notes](https://github.com/mswjs/msw/releases )
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mswjs/msw/compare/v2.3.1...v2.4.1 )
---
updated-dependencies:
- dependency-name: msw
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-30 21:52:41 +02:00
dependabot[bot] and GitHub
4648a5be8b
chore(deps): bump lucide-react from 0.429.0 to 0.436.0 ( #3154 )
2024-08-30 21:02:28 +02:00
Marc Klingen
4677cb10a9
chore: release v2.75.2
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-08-30 20:38:04 +02:00
Marc Klingen and GitHub
7ed03a0946
fix(playground): allow for creation of non-openai llm api keys ( #3162 )
2024-08-30 20:36:55 +02:00
Marc Klingen
bbe40a0ba8
chore: release v2.75.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-08-30 20:25:38 +02:00
2cf9a75fa5
chore(deps): bump @uiw/codemirror-theme-github from 4.21.25 to 4.23.0 ( #3151 )
...
Bumps [@uiw/codemirror-theme-github](https://github.com/uiwjs/react-codemirror ) from 4.21.25 to 4.23.0.
- [Release notes](https://github.com/uiwjs/react-codemirror/releases )
- [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.21.25...v4.23.0 )
---
updated-dependencies:
- dependency-name: "@uiw/codemirror-theme-github"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-30 17:59:28 +02:00
Max Deichmann and GitHub
38acccbfac
fix: make redis upsert queue backwards compatible ( #3165 )
2024-08-30 14:31:23 +00:00
8327863176
chore(deps): bump the radix-ui group with 18 updates ( #3159 )
...
Bumps the radix-ui group with 18 updates:
| Package | From | To |
| --- | --- | --- |
| [@radix-ui/react-accordion](https://github.com/radix-ui/primitives ) | `1.1.2` | `1.2.0` |
| [@radix-ui/react-alert-dialog](https://github.com/radix-ui/primitives ) | `1.0.5` | `1.1.1` |
| [@radix-ui/react-avatar](https://github.com/radix-ui/primitives ) | `1.0.4` | `1.1.0` |
| [@radix-ui/react-checkbox](https://github.com/radix-ui/primitives ) | `1.0.4` | `1.1.1` |
| [@radix-ui/react-dialog](https://github.com/radix-ui/primitives ) | `1.0.5` | `1.1.1` |
| [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives ) | `2.0.6` | `2.1.1` |
| [@radix-ui/react-hover-card](https://github.com/radix-ui/primitives ) | `1.0.7` | `1.1.1` |
| [@radix-ui/react-label](https://github.com/radix-ui/primitives ) | `2.0.2` | `2.1.0` |
| [@radix-ui/react-popover](https://github.com/radix-ui/primitives ) | `1.0.7` | `1.1.1` |
| [@radix-ui/react-scroll-area](https://github.com/radix-ui/primitives ) | `1.0.5` | `1.1.0` |
| [@radix-ui/react-select](https://github.com/radix-ui/primitives ) | `2.0.0` | `2.1.1` |
| [@radix-ui/react-separator](https://github.com/radix-ui/primitives ) | `1.0.3` | `1.1.0` |
| [@radix-ui/react-slider](https://github.com/radix-ui/primitives ) | `1.1.2` | `1.2.0` |
| [@radix-ui/react-slot](https://github.com/radix-ui/primitives ) | `1.0.2` | `1.1.0` |
| [@radix-ui/react-switch](https://github.com/radix-ui/primitives ) | `1.0.3` | `1.1.0` |
| [@radix-ui/react-tabs](https://github.com/radix-ui/primitives ) | `1.0.4` | `1.1.0` |
| [@radix-ui/react-toggle](https://github.com/radix-ui/primitives ) | `1.0.3` | `1.1.0` |
| [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives ) | `1.0.7` | `1.1.2` |
Updates `@radix-ui/react-accordion` from 1.1.2 to 1.2.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-alert-dialog` from 1.0.5 to 1.1.1
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-avatar` from 1.0.4 to 1.1.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-checkbox` from 1.0.4 to 1.1.1
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-dialog` from 1.0.5 to 1.1.1
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-dropdown-menu` from 2.0.6 to 2.1.1
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-hover-card` from 1.0.7 to 1.1.1
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-label` from 2.0.2 to 2.1.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-popover` from 1.0.7 to 1.1.1
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-scroll-area` from 1.0.5 to 1.1.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-select` from 2.0.0 to 2.1.1
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-separator` from 1.0.3 to 1.1.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-slider` from 1.1.2 to 1.2.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-slot` from 1.0.2 to 1.1.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-switch` from 1.0.3 to 1.1.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-tabs` from 1.0.4 to 1.1.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-toggle` from 1.0.3 to 1.1.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
Updates `@radix-ui/react-tooltip` from 1.0.7 to 1.1.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
---
updated-dependencies:
- dependency-name: "@radix-ui/react-accordion"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-alert-dialog"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-avatar"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-checkbox"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-dialog"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-dropdown-menu"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-hover-card"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-label"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-popover"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-scroll-area"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-select"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-separator"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-slider"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-slot"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-switch"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-tabs"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-toggle"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: radix-ui
- dependency-name: "@radix-ui/react-tooltip"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: radix-ui
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-30 16:04:22 +02:00
Max Deichmann and GitHub
6045324d2b
fix: fix rate limits for orgs with stripe details ( #3164 )
2024-08-30 13:53:47 +00:00
Marc Klingen and GitHub
87923e5d6c
fix(ui): add default llm base urls for reference in llm api key form ( #3163 )
...
* ui nit
* fix(ui): add default llm base urls for reference in llm api key form
2024-08-30 13:28:07 +00:00
f584de7577
chore(deps): bump zod-to-json-schema from 3.22.5 to 3.23.2 ( #3161 )
...
Bumps [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema ) from 3.22.5 to 3.23.2.
- [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases )
- [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md )
- [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits )
---
updated-dependencies:
- dependency-name: zod-to-json-schema
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-30 13:55:34 +02:00
d01c403f62
chore(deps): bump kysely from 0.27.3 to 0.27.4 ( #3160 )
...
Bumps [kysely](https://github.com/kysely-org/kysely ) from 0.27.3 to 0.27.4.
- [Release notes](https://github.com/kysely-org/kysely/releases )
- [Commits](https://github.com/kysely-org/kysely/compare/0.27.3...0.27.4 )
---
updated-dependencies:
- dependency-name: kysely
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-30 13:38:28 +02:00
Max Deichmann and GitHub
a001e6072c
chore: run snyk on pr pushes only ( #3158 )
2024-08-30 12:17:12 +02:00
Max Deichmann and GitHub
d9a3f977bc
chore: radix dependabot group ( #3157 )
2024-08-30 11:57:58 +02:00
Max Deichmann and GitHub
8fae4f3051
feat: add custom rate limits for organisations ( #2976 )
2024-08-30 11:57:31 +02:00
Max Deichmann and GitHub
c36b1ff51d
chore: dependabot gorup for lodash ( #3155 )
...
smaller fixes
2024-08-30 11:17:51 +02:00
Max Deichmann and GitHub
d3cf604f4f
chore: increase dependabot limit ( #3148 )
2024-08-30 10:51:41 +02:00
dependabot[bot] and GitHub
cc886917b6
chore(deps): bump @radix-ui/react-toggle-group from 1.0.4 to 1.1.0 ( #3146 )
2024-08-30 08:51:05 +02:00
Marc Klingen and GitHub
b924bf9e09
feat(auth): improve password reset error messages ( #3143 )
2024-08-29 22:02:57 +00:00
Marc Klingen
895825dd1c
chore: release v2.75.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-08-29 18:52:21 +02:00
Max Deichmann and GitHub
6ceccb649f
chore: fix worker tests ( #3133 )
2024-08-29 16:29:56 +02:00
Max Deichmann and GitHub
911021ac5d
chore: ensure clickhouse is healthy before migrating ( #3128 )
2024-08-29 13:58:02 +00:00
marliessophie and GitHub
f39778ef9f
chore(ui): render cloudflare errors in more user readable format ( #3118 )
2024-08-29 10:26:55 +00:00
Marc Klingen and GitHub
4d00e39c6b
fix(ui): reset to first table page when number of total pages is reduced ( #3122 )
2024-08-28 21:58:14 +00:00
Marc Klingen
7af49fd649
chore(ui): adjust padding in settings
2024-08-28 23:30:16 +02:00
Max Deichmann and GitHub
662f1917b6
fix: create fast hashed secret key upon key creation ( #3117 )
2024-08-28 20:14:12 +02:00
Marc Klingen and GitHub
d8f047f2a1
chore(ui): improve trpc error types ( #3097 )
2024-08-28 19:03:27 +02:00
69815a51b9
feat: add trace tags to generations, sessions and score table ( #3109 )
...
* feat: Add query to retrieve tags for a specific project
* chore(api): Add "tags" column to scores table definition
* add nullable to score table config
* chore(api): Parallelize filter options queries
* chore(api): Update datetime filter function name to use raw SQL
* chore(api): Update datetime filter function name to use raw SQL
* chore: Update datetime filter function name to use raw SQL
* chore: Update scores router to include timestamp filter in query
* chore: Update datetime filter function name to use raw SQL
* chore: Update datetime filter function name to use raw SQL
* chore: Update datetime filter function name to use raw SQL
* refactor: Use datetimeFilterToPrisma function for start time filter
* refactor: Use datetimeFilterToPrisma function for start time filter
* refactor: Use datetimeFilterToPrisma function for timestamp filter
* refactor: Update datetime filter function name to use raw SQL
* refactor: Add viewOnly prop to TagList component
* refactor: Add viewOnly prop to TagButton component
* feat: Add trace tags to GenerationsTable
* refactor: Add traceTags column to ScoresTable
* feat: Add traceTags column to SessionsTable
* refactor: Add traceTags column to ScoresTable
* feat: Add traceTags to session metrics
* feat: Add traceTags to getAllGenerationsSqlQuery
* revert rename
* push
* add row height to sessions
* wrap if non-s row height
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-08-28 19:01:49 +02:00
Marc Klingen and GitHub
2bb419213a
feat(ui): reduce font size and white-space to shrink UI to fit more content ( #3001 )
2024-08-28 19:00:55 +02:00
Richard Krümmel and GitHub
a330035c40
feat: add tags filter to scores table ( #3071 )
2024-08-28 17:11:25 +02:00
Max Deichmann and GitHub
dd4434fe25
chore: set keepalive on web docker container ( #3113 )
2024-08-28 15:00:34 +00:00
Max Deichmann and GitHub
f898f57bff
chore: upgrade dd-trace ( #3114 )
...
fix
2024-08-28 14:15:32 +00:00
eda52c7b77
chore(deps-dev): bump prettier-plugin-tailwindcss from 0.5.14 to 0.6.6 ( #3103 )
...
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss ) from 0.5.14 to 0.6.6.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.14...v0.6.6 )
---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-28 16:01:30 +02:00
marliessophie and GitHub
e5c7686bc7
fix(comments): reference object check for comment creation ( #3108 )
2024-08-28 08:57:48 +00:00
marliessophie and GitHub
251be1a240
fix(comments): reintroduce old procedure name for backwards compatibility ( #3107 )
2024-08-28 08:15:42 +00:00
marliessophie and GitHub
66c810e4a7
chore(comments): fetch comment counts by type in trace tree ( #3098 )
2024-08-27 16:30:02 +00:00
marliessophie and GitHub
c3c8a741e4
chore(ui): style TRPC error toast to differentiate between errors and warnings ( #3095 )
2024-08-27 17:28:32 +02:00
Marc Klingen and GitHub
81c898b4ed
feat(ui): jump to page x in table via input in pagination ( #3090 )
2024-08-27 17:04:46 +02:00
834d0bcc7a
feat: add tag filter to generations table ( #3022 )
...
* feat(api): add tag filtering to generation filter options query
* chore: add Trace Tags column to observations table
* feat(api): optimize filterOptionsQuery by removing count property
* chore(api): optimize filterOptionsQuery for better performance
* feat: add tags filter to sessions table (#3067 )
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
* refactor: use DISTINCT keyword in filterOptionsQuery
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-08-27 15:19:10 +02:00
40953d7732
chore(deps): bump pino-http from 9.0.0 to 10.2.0 ( #3091 )
...
Bumps [pino-http](https://github.com/pinojs/pino-http ) from 9.0.0 to 10.2.0.
- [Release notes](https://github.com/pinojs/pino-http/releases )
- [Commits](https://github.com/pinojs/pino-http/compare/v9.0.0...v10.2.0 )
---
updated-dependencies:
- dependency-name: pino-http
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-27 15:05:05 +02:00
Max Deichmann and GitHub
d471be8783
fix: fix async instrumentation ( #3094 )
2024-08-27 12:03:47 +00:00
marliessophie and GitHub
0ca38d8070
chore(evals): display eval config sampling rate in UI ( #3093 )
2024-08-27 11:13:19 +00:00
Max Deichmann and GitHub
12458e3d71
chore: add instrumentation to auth apis ( #3069 )
2024-08-27 09:44:32 +00:00
Max Deichmann and GitHub
51575b5491
chore: fix dependabot observability group ( #3086 )
...
fix
2024-08-27 10:47:30 +02:00
Max Deichmann and GitHub
a9c11f3323
chore: create dependabot observability group ( #3085 )
2024-08-27 10:42:42 +02:00
Max Deichmann and GitHub
066140c903
fix: fix grouping of 3 months dashboard ( #3080 )
2024-08-27 08:40:32 +00:00
0b7de157ad
chore(deps): bump tailwind-merge from 2.2.2 to 2.5.2 ( #3060 )
...
Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge ) from 2.2.2 to 2.5.2.
- [Release notes](https://github.com/dcastil/tailwind-merge/releases )
- [Commits](https://github.com/dcastil/tailwind-merge/compare/v2.2.2...v2.5.2 )
---
updated-dependencies:
- dependency-name: tailwind-merge
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-27 10:20:55 +02:00
7dcc718c77
chore(deps-dev): bump tsx from 4.7.2 to 4.18.0 ( #3066 )
...
Bumps [tsx](https://github.com/privatenumber/tsx ) from 4.7.2 to 4.18.0.
- [Release notes](https://github.com/privatenumber/tsx/releases )
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs )
- [Commits](https://github.com/privatenumber/tsx/compare/v4.7.2...v4.18.0 )
---
updated-dependencies:
- dependency-name: tsx
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 22:08:43 +02:00
marliessophie and GitHub
e098618614
chore(filters): improve filter table type safety ( #3078 )
2024-08-26 14:45:28 +00:00
marliessophie and GitHub
3e8ba54aa0
chore(tables): persist date range in session storage ( #3076 )
2024-08-26 15:44:05 +02:00
Marc Klingen and GitHub
ea36cd58a4
chore(ui): disable jump to last page while count pages is loading ( #3077 )
2024-08-26 14:38:05 +02:00
Marc Klingen and GitHub
c7b726a73a
perf(ui): split totalCount from scores.all to reduce loading time of scores table ( #3075 )
2024-08-26 14:11:10 +02:00
Marc Klingen and GitHub
112e7a2dcf
perf(ui): split totalCount from sessions.all to reduce loading time of sessions table ( #3073 )
2024-08-26 14:03:14 +02:00
Marc Klingen
c1d98aba6a
fix(ui): remove artificial wait time used in testing
2024-08-26 13:41:31 +02:00
Marc Klingen and GitHub
75fd1cbd3f
perf(ui): split totalCount from generations.all to reduce loading time of generations table ( #3072 )
2024-08-26 13:40:29 +02:00
Marc Klingen and GitHub
75ec734a45
perf(ui): split total count query on trace table to reduce loading time ( #3070 )
2024-08-26 13:24:54 +02:00
marliessophie and GitHub
98e951423c
chore(filters): persist table and dashboard filter state in session storage ( #3036 )
2024-08-26 11:05:58 +00:00
8e1dc3ee99
chore(deps): bump core-js from 3.36.1 to 3.38.1 ( #3058 )
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.36.1 to 3.38.1.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/commits/v3.38.1/packages/core-js )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 12:35:47 +02:00
Marc Klingen and GitHub
7668995ec9
perf(ui): increase speed of tables, no nulls first/last modifier when sorting by non-nullable attributes ( #3068 )
2024-08-26 11:30:31 +02:00
marliessophie and GitHub
06233f878c
chore(comments): disable comments count on public traces ( #3065 )
2024-08-26 09:13:58 +00:00
Max Deichmann and GitHub
dae3d4e4e2
fix: remove dd profiling presets ( #3063 )
...
fix
2024-08-24 17:36:50 +02:00
Max Deichmann and GitHub
04dca2ad6b
perf: use dedicated redis clients for bullmq ( #3052 )
2024-08-23 16:54:39 +00:00
Marc Klingen and GitHub
48c61ad77f
perf(ui): load metrics in trace table independently to reduce initial table load time ( #3051 )
2024-08-23 17:39:32 +02:00
Marc Klingen and GitHub
34140302a6
perf(ui): load metrics in session table independently to reduce initial table load time ( #3048 )
2024-08-23 13:28:32 +02:00
Marc Klingen and GitHub
93cc36ecdc
fix(cloud): catch crisp chat exception ( #3042 )
2024-08-23 13:22:36 +02:00
ace30782a0
chore(deps): bump @radix-ui/react-collapsible from 1.0.3 to 1.1.0 ( #3031 )
...
Bumps [@radix-ui/react-collapsible](https://github.com/radix-ui/primitives ) from 1.0.3 to 1.1.0.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
---
updated-dependencies:
- dependency-name: "@radix-ui/react-collapsible"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-23 13:04:49 +02:00
Marc Klingen and GitHub
3c94a0cda9
perf(ui): parallelize db query for sessions.totalCount ( #3044 )
2024-08-23 09:58:58 +00:00
Max Deichmann and GitHub
b0fea44556
feat: sentry capture console.error in frontend ( #3043 )
...
fix
2024-08-23 08:30:42 +00:00
ed91330c37
chore(deps): bump lucide-react from 0.364.0 to 0.429.0 ( #3037 )
...
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react ) from 0.364.0 to 0.429.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases )
- [Commits](https://github.com/lucide-icons/lucide/commits/0.429.0/packages/lucide-react )
---
updated-dependencies:
- dependency-name: lucide-react
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-23 10:16:58 +02:00
Max Deichmann and GitHub
b8ed9d681b
fix: free up tokenizer at worker shutdown ( #3041 )
2024-08-23 08:02:57 +00:00
Max Deichmann and GitHub
ea2e1b4873
fix: security policy for posthog ( #3040 )
...
fix
2024-08-23 07:32:55 +00:00
Max Deichmann and GitHub
3ddef14e75
fix: add sentry frontend support ( #3012 )
2024-08-23 06:41:27 +00:00
Marc Klingen and GitHub
4658942701
perf(ui): parallelize db queries in traces.all ( #3038 )
2024-08-23 01:32:33 +02:00
Marc Klingen and GitHub
51be8f8fb3
perf(ui): parallelize users, sessions, models, score config, scores queries in trpc routes ( #3039 )
...
* prompts
* models
* score config
* scores
* sessions
2024-08-22 23:26:59 +00:00
6ede3b7690
chore(deps): bump the next group with 2 updates ( #3030 )
...
Bumps the next group with 2 updates: [next](https://github.com/vercel/next.js ) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next ).
Updates `next` from 14.2.3 to 14.2.6
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v14.2.3...v14.2.6 )
Updates `eslint-config-next` from 14.2.3 to 14.2.6
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/commits/v14.2.6/packages/eslint-config-next )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: next
- dependency-name: eslint-config-next
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: next
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-22 22:51:08 +00:00
Max Deichmann and GitHub
dee36bbe29
chore: remove instrumentation from prisma dependabot group ( #3033 )
2024-08-23 00:31:28 +02:00
Max Deichmann and GitHub
f71cf2f894
fix: remove dependabot patch group ( #3027 )
2024-08-22 23:52:35 +02:00
Marc Klingen and GitHub
1a707fe147
fix(ui): layout entitlements ( #3026 )
...
* fix(ui): layout entitlements
* push
2024-08-22 21:51:09 +00:00
Marc Klingen and GitHub
8da1640777
perf(ui): parallelize db queries in users.all route ( #3018 )
2024-08-22 23:24:14 +02:00
Max Deichmann and GitHub
1e56499f00
chore: upgrade bull ( #3025 )
...
fix
2024-08-22 21:23:18 +00:00
Max Deichmann and GitHub
2524fb9648
fix: otel error formatting ( #3024 )
2024-08-22 19:29:31 +00:00
marliessophie and GitHub
91cd86a286
chore(ui): Add free text option to dynamically populated filter options ( #3020 )
2024-08-22 18:23:42 +02:00
Lucas Magnum and GitHub
e6b9d23615
fix(auth): Cannot read properties of undefined, GoogleProfile.hd ( #3019 )
2024-08-22 17:36:20 +02:00
Marc Klingen and GitHub
8b76feeffa
perf(ui): parallelize db queries in filterOptions routes ( #3016 )
2024-08-22 15:27:35 +00:00
88a53dc72d
perf(tables): drop filter option counts to reduce latency ( #3013 )
...
* perf(filters): rm counts from prompt filter options
* perf: drop counts from generations filter options
* perf: drop counts from trace filter options
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-08-22 17:06:15 +02:00
Marc Klingen and GitHub
649a9af91c
perf(ui): simplify default traces.byId route to not load observations and scores for table use cases ( #3010 )
2024-08-22 16:19:02 +02:00
Marc Klingen and GitHub
876917d112
perf(ui): remove unused scores from observations.byId ( #3011 )
2024-08-22 16:17:51 +02:00
Max Deichmann and GitHub
bb6bc79bdc
fix: use serverComponentsExternalPackages for dd and otel ( #3009 )
2024-08-22 13:21:14 +00:00
Marc Klingen and GitHub
7aff2b2e61
perf(ui): parallelize db queries in byId trpc routes ( #3006 )
2024-08-22 14:45:36 +02:00
Max Deichmann and GitHub
8f742f660a
fix: await closure of bull queues ( #3007 )
...
fix
2024-08-22 11:15:54 +00:00
Marc Klingen
8245cf8ae7
chore: release v2.74.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-08-22 12:38:18 +02:00
Marc Klingen
05b3021bff
fix(ee): remove model-based-evaluations entitlement as it is not available in v2
2024-08-22 11:59:32 +02:00
Marc Klingen and GitHub
44bcebdaec
feat(ui): add markdown support to comments ( #3002 )
...
* feat(ui): add markdown support to comments
* Apply suggestions from code review
2024-08-21 23:50:35 +00:00
Marc Klingen
2ac15e8714
chore: release v2.73.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-08-21 23:50:09 +02:00
marliessophie and GitHub
13b027cd3c
fix(ui): handle JSON assistant output correctly in ChatML Schema ( #3000 )
2024-08-21 23:49:05 +02:00
Marc Klingen and GitHub
4a89cf4e45
perf(ui): disable trpc batching ( #2999 )
2024-08-21 23:24:56 +02:00
Marc Klingen
e776af544f
perf(cloud): report usage to stripe only for orgs with usage in timeframe
2024-08-21 19:28:25 +02:00
Marc Klingen and GitHub
0d781f12f3
chore(ui): add note that prompts from playground can only be saved to chat prompts ( #2996 )
2024-08-21 15:28:33 +00:00
marliessophie and GitHub
5d81505d84
feat(ui): support OpenAI's image content part format via markdown on trace/observation preview ( #2984 )
2024-08-21 17:18:04 +02:00
Marc Klingen and GitHub
8471b7f7b3
security: disable x-powered-by header ( #2995 )
2024-08-21 15:14:23 +02:00
Max Deichmann and GitHub
78a90afdab
fix: fix api key link ( #2994 )
2024-08-21 11:39:45 +00:00
Max Deichmann and GitHub
9e304ad873
infra: improve eval logs ( #2993 )
2024-08-21 10:10:13 +00:00
Marc Klingen
5457053fdf
chore(ui): change prompt label icon
2024-08-21 11:47:13 +02:00
Max Deichmann and GitHub
e91716c6a2
infra: improve eval observability ( #2992 )
2024-08-21 09:45:38 +00:00
Max Deichmann and GitHub
5148cfa690
chore: remove log line ( #2991 )
2024-08-21 09:24:19 +00:00
Marlies Mayerhofer
86816e569d
chore: release v2.72.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-08-21 09:54:34 +02:00
marliessophie and GitHub
0fe2176930
style(ui): align styling of comment button on sessions page and adjust dashboard and session overflow for mobile ( #2985 )
...
* style(ui): align styling of comment button on sessions page
* style(dashboard): score analytics charts full width for mobile
* style(markdown): fix overflow behavior on sessions page for mobile
2024-08-21 09:29:17 +02:00
Max Deichmann and GitHub
43f7c524dc
fix: drop failed eval jobs ( #2986 )
2024-08-20 23:07:51 +00:00
Marc Klingen
2bcfab130d
chore(cloud): update stripe product ids
2024-08-20 19:10:56 +02:00
Marc Klingen
51bb1c3374
chore(cloud): add more details to upgrade page
2024-08-20 16:58:10 +02:00
Marc Klingen and GitHub
302bb065b7
feat(cloud): add billing period and next invoiced amount to billing settings ( #2982 )
2024-08-20 16:35:13 +02:00
Max Deichmann and GitHub
e6a8fb84f0
fix: remove last backend sentry logic ( #2981 )
2024-08-20 14:07:43 +00:00
Marc Klingen and GitHub
b12f3df933
fix: admin role ( #2980 )
2024-08-20 15:40:32 +02:00
marliessophie and GitHub
159b5f87fe
feat(comments): add comments on objects ( #2971 )
2024-08-20 15:39:23 +02:00
Marc Klingen
73fe2dc1a7
fix: use test mode stripe products also in staging
2024-08-19 22:52:03 +02:00
Marc Klingen and GitHub
9daf348d61
feat(cloud): add stripe checkout, customer portal, and usage metering ( #2962 )
2024-08-19 20:35:46 +00:00
Marc Klingen and GitHub
8a9d0b01af
chore(cloud): reduce posthog event count ( #2973 )
...
optimize how often we use identify with posthog
2024-08-19 16:49:01 +02:00
Marc Klingen
315d8c7619
chore(ui): include NEXT_PUBLIC_DEMO_ORG_ID in demo banner check
2024-08-19 12:18:04 +02:00
Max Deichmann and GitHub
b23eaf3cd4
infra: record exceptions of health endpoint ( #2970 )
2024-08-19 11:54:43 +02:00
Max Deichmann and GitHub
eea1e8d054
fix: only openai adapter for evals ( #2960 )
2024-08-19 08:00:54 +00:00
Max Deichmann and GitHub
06a7a4bfb2
infra: add ingestion api attributes to span ( #2968 )
2024-08-19 07:46:43 +00:00
Max Deichmann and GitHub
7c8a30d48f
infra: add ingestion pipeline processing time ( #2965 )
2024-08-17 21:13:41 +00:00
Max Deichmann and GitHub
1971adda18
feat: improve dd ressource names for http requests ( #2964 )
2024-08-17 21:57:33 +02:00
Max Deichmann and GitHub
d9b4e3a7dd
feat: add dd instrumentation to web container ( #2727 )
2024-08-17 20:21:37 +02:00
Clemo and GitHub
f1aa884cbc
docs: update readme
2024-08-17 14:33:46 +02:00
Clemo and GitHub
0ed9acddb6
docs: update careers
2024-08-17 14:28:58 +02:00
Marc Klingen and GitHub
61e3470a93
feat(datasets): add duplicate dataset button ( #2957 )
...
* feat(datasets): add duplicate dataset button
* named export
2024-08-17 01:12:32 +02:00
Marlies Mayerhofer
b21dd45597
chore: release v2.71.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / e2e-server-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-08-16 19:15:40 +02:00
marliessophie and GitHub
c1649ce9d1
chore(dashboard): release score analytics ( #2961 )
2024-08-16 18:53:25 +02:00
Marc Klingen and GitHub
555ac90535
fix(ui): table headers should not wrap ( #2956 )
2024-08-16 12:07:18 +02:00
Hassieb Pakzad and GitHub
a84d826e22
fix(ingestion): no processing of update events only with no existing record ( #2955 )
2024-08-16 11:32:06 +02:00
marliessophie and GitHub
7464059c6e
feat(dashboard): aggregate and time series charts per score ( #2935 )
2024-08-15 16:10:00 +00:00
Max Deichmann and GitHub
f159afc49e
fix: remove global ingestion rate limiting ( #2954 )
2024-08-15 17:45:30 +02:00
Max Deichmann and GitHub
e064f13dca
fix: fix staging branch ( #2953 )
2024-08-15 15:22:59 +00:00
Max Deichmann and GitHub
8ec44d7fdb
perf: optionally move ingestion pipeline into worker ( #2936 )
2024-08-15 15:13:03 +00:00
Hassieb Pakzad and GitHub
9358f21b2b
fix(ingestion): race condition on events 10s apart ( #2950 )
2024-08-15 16:57:46 +02:00
Marc Klingen
4e5a3c0e07
perf: reduce number of session retries
2024-08-15 15:40:32 +02:00
marliessophie and GitHub
2950a480f1
chore(markdown-ui): disable image previews on public traces; fix dom nesting error for markdown img ( #2948 )
...
* chore(markdown-ui): disable image previews on public traces
* fix(markdown-ui): wrap markdown img in fragment to prevent dom nesting error
2024-08-15 12:48:02 +00:00
Marc Klingen and GitHub
b4246ec66e
feat(ui): add loading state to sso sign in buttons ( #2947 )
2024-08-15 11:35:35 +00:00
Marc Klingen and GitHub
dc15b72fc6
perf: drop dataset_items fkey on traces and observations ( #2942 )
2024-08-15 12:27:57 +02:00
marliessophie and GitHub
1ccfe68aae
chore(audit-logs): add audit logs for score configs ( #2944 )
2024-08-15 09:47:25 +00:00
marliessophie and GitHub
1977725efc
refactor(ui): defer fetching score configs until annotation drawer opened ( #2943 )
2024-08-15 09:07:54 +00:00
Marc Klingen and GitHub
ac444e68e9
fix(models): text-embedding-3-large model name ( #2941 )
2024-08-15 00:47:30 +02:00
Marc Klingen
ba58d6412c
chore: make sign in message conditional to langfuse cloud env
2024-08-14 23:59:15 +02:00
Marc Klingen
5ceadd189c
chore: add temp signin banner
2024-08-14 23:56:03 +02:00
Marc Klingen and GitHub
4c56e69702
docs: add comments to org membersRouter ( #2939 )
2024-08-14 17:34:35 +02:00
Hassieb Pakzad and GitHub
857cf123a4
fix(ingestion): remove spread operator in cost calc ( #2938 )
2024-08-14 17:24:07 +02:00
Hassieb Pakzad and GitHub
7af78553d1
feat(ingestion): enqueue events directly in web ( #2934 )
2024-08-14 12:12:00 +02:00
Marc Klingen
aba41aeb1c
chore: release v2.70.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-08-14 00:08:30 +02:00
Marc Klingen and GitHub
1e56085d86
perf(ui): reload session after role changes only when they affected own user ( #2929 )
2024-08-13 21:49:11 +00:00
Marc Klingen
f39576ccb4
docs: add note that POST /prompts creates a new prompt version
2024-08-13 22:55:29 +02:00
Marc Klingen and GitHub
408dd15d85
fix(ui): exclude dynamic pages when switching between projects ( #2928 )
2024-08-13 20:51:40 +00:00
Marc Klingen and GitHub
7a00e9415c
chore: add projectId to trpc get trace and observations queries ( #2926 )
2024-08-13 20:37:42 +00:00
Marc Klingen and GitHub
f9dda6088f
fix(ui): projectoverview on small screens + no back button in breadcrumb ( #2925 )
...
fix(ui): projectoverview on small screens + no back button in breadcrumb
2024-08-13 19:57:56 +00:00
Marc Klingen
d5d570ddc8
chore: release v2.70.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-08-13 20:35:46 +02:00
Marc Klingen and GitHub
f37dc514a5
feat(ee): add ui customization, e.g. docs, support, feedback links ( #2924 )
2024-08-13 20:34:27 +02:00
Marc Klingen and GitHub
2ec0ae8db2
feat(ui): add deletion of organizations via org settings ( #2922 )
2024-08-13 18:06:59 +02:00
Hassieb Pakzad and GitHub
3a6f441524
fix(ingestion): tokenisation of chat message arrays ( #2921 )
2024-08-13 13:29:44 +00:00
Marc Klingen and GitHub
afec6fb433
fix(ui): add org constraint to author user query on scores table ( #2918 )
2024-08-13 14:49:57 +02:00
Marc Klingen and GitHub
27e61c6f51
fix(ui): prompt version author name resolution via org instead of projects ( #2915 )
2024-08-13 14:44:23 +02:00
Marc Klingen
27868582f9
chore(cloud): enable US deployment
2024-08-13 14:39:09 +02:00
Hassieb Pakzad and GitHub
e6e740839f
fix(ingestion): score comment + stringValue ( #2917 )
2024-08-13 14:31:08 +02:00
Hassieb Pakzad and GitHub
8dc6ad601b
refactor(scores): validateAndInflateScore to shared ( #2903 )
2024-08-13 14:27:12 +02:00
Marc Klingen and GitHub
1f38258e0c
feat: configure default organization and role for new users ( #2913 )
2024-08-13 12:25:17 +00:00
marliessophie and GitHub
c42ff44f8f
style(score-configs): add confirm modal upon score config creation; add score data type icons on annotation drawer ( #2910 )
2024-08-13 11:00:34 +00:00
Marc Klingen and GitHub
ec86cc7fe2
fix(ui): update frontend session after a role change ( #2914 )
...
update sessions after role changes (in case it is the users own role)
2024-08-13 10:47:45 +00:00
Marc Klingen and GitHub
d213aa54a6
chore(ee): LANGFUSE_ALLOWED_ORGANIZATION_CREATORS is an ee feature ( #2912 )
2024-08-13 10:15:40 +00:00
Hassieb Pakzad and GitHub
2a2f72cdc8
fix(playground): search existing chat prompts ( #2911 )
2024-08-13 11:49:29 +02:00
Marc Klingen
b25b841a36
fix(cloud): include NEXT_PUBLIC_DEMO_ORG_ID as docker build arg
2024-08-13 10:21:07 +02:00
Marc Klingen
0190d54815
chore: trigger cd
2024-08-13 09:54:37 +02:00
Marc Klingen and GitHub
d8d2a3c00c
feat: add organizations ( #2083 )
2024-08-13 09:15:12 +02:00
Max Deichmann and GitHub
7f9a739ca5
chore: halt us deployments ( #2908 )
2024-08-13 09:02:13 +02:00
Max Deichmann and GitHub
65f797095e
feat: add worker logs to betterstack ( #2902 )
2024-08-12 14:16:10 +00:00
Hassieb Pakzad and GitHub
1ac5934e2a
chore(ingestion): addtional metrics ( #2901 )
2024-08-12 15:56:14 +02:00
Max Deichmann and GitHub
adf362c282
chore: remove logs ( #2899 )
...
fix
2024-08-12 12:09:27 +00:00
Max Deichmann and GitHub
77e2687baa
fix: fix sentry manual instrumentation ( #2898 )
2024-08-12 10:38:25 +00:00
Max Deichmann and GitHub
52a3276495
feat: add own sentry instrumentation on ingestion ( #2897 )
...
feat: add own sentry instrumentation on ingrestion
2024-08-12 09:11:41 +00:00
Marc Klingen and GitHub
cd6f9606e8
chore: remove old LANFUSE_WEB_MIGRATION_DISABLED ( #2896 )
...
chore: remove old `LANFUSE_WEB_MIGRATION_DISABLED`, was replaced by `LANGFUSE_AUTO_POSTGRES_MIGRATION_DISABLED`
2024-08-11 17:06:09 +00:00
Marc Klingen and GitHub
e03b51657d
fix(auth): increase resilience against network/caching issues ( #2891 )
2024-08-10 15:37:13 +00:00
Hassieb Pakzad and GitHub
02266d420e
chore(ingestionService): add trace correctness script ( #2889 )
2024-08-09 16:56:47 +02:00
Max Deichmann and GitHub
3b0e856410
infra: remove manual span ( #2887 )
2024-08-09 14:20:14 +00:00
Max Deichmann and GitHub
d0a619af35
infra: instrument batch processing ( #2884 )
2024-08-09 13:31:13 +00:00
Max Deichmann and GitHub
7594d3a214
feat: return ingestion pipeline early ( #2855 )
2024-08-09 11:52:25 +00:00
ec76d94e4a
chore(deps): bump @aws-sdk/client-s3 from 3.614.0 to 3.627.0 ( #2872 )
...
Bumps [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 ) from 3.614.0 to 3.627.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.627.0/clients/client-s3 )
---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 10:32:15 +00:00
Hassieb Pakzad and GitHub
f6615cc052
fix(ingestionService): json parsing + endTime < startTime ( #2882 )
2024-08-09 10:22:22 +00:00
Marc Klingen and GitHub
d0d0df3829
chore(deps): bump posthog sdk ( #2878 )
2024-08-09 09:36:27 +00:00
marliessophie and GitHub
85d890529f
chore(ui): hide url images by default in markdown ( #2865 )
2024-08-09 09:16:31 +00:00
Max Deichmann and GitHub
91876f0082
security: configure snyk for dependabot ( #2876 )
2024-08-09 08:32:49 +00:00
Hassieb Pakzad and GitHub
4c65011cb6
fix(ingestionService): add model unit ( #2854 )
2024-08-08 14:43:36 +00:00
Clemo and GitHub
7d0b7d4301
docs: readme update
2024-08-08 15:11:50 +02:00
Max Deichmann and GitHub
5d1064f5de
feat: send trace events to worker via redis ( #2857 )
2024-08-08 09:27:29 +00:00
Max Deichmann and GitHub
b76d15df9d
feat: move batch export queue from web to redis ( #2859 )
2024-08-08 09:13:39 +00:00
Marc Klingen and GitHub
af0e57e561
fix(auth): extend no-cache headers on server side auth apis ( #2856 )
2024-08-07 21:25:24 +00:00
Marc Klingen
ca9377ea4e
chore: release v2.69.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-08-07 17:53:14 +02:00
Marc Klingen and GitHub
9f3ac3ab9f
fix(ee): add ENCRYPTION_KEY to default environment variables + improve error messages ( #2853 )
2024-08-07 17:21:40 +02:00
Marc Klingen
e38deed204
chore(ui): improve azure base url description
2024-08-07 17:15:05 +02:00
marliessophie and GitHub
19bf90dd71
perf: limit table scores columns by table timeframe ( #2851 )
2024-08-07 16:08:20 +02:00
marliessophie and GitHub
0523fbfc67
chore(ui): remove beta flag from trace timeline view ( #2841 )
2024-08-07 13:49:27 +02:00
Marc Klingen and GitHub
0fcdac0cf1
feat(models): add gpt-4o-2024-08-06 pricing, and make it available on playground and evals ( #2845 )
2024-08-07 13:48:00 +02:00
Hassieb Pakzad and GitHub
c2bc17d4d1
chore(flushQueue): add logs ( #2843 )
2024-08-07 12:16:59 +02:00
Hassieb Pakzad and GitHub
7d11812fd1
fix(IngestionService): add fallback to event timestamp ( #2842 )
2024-08-07 09:46:20 +00:00
marliessophie and GitHub
877bad2234
feat(data-table): break out scores to individual columns in tables ( #2743 )
2024-08-07 10:47:00 +02:00
Max Deichmann and GitHub
dd90a28d1c
perf: instrument async clickhouse tasks ( #2834 )
2024-08-06 21:48:58 +00:00
Marc Klingen
c8c9fc0eba
chore: release v2.68.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-08-06 22:31:48 +02:00
Marc Klingen and GitHub
aafd45f771
chore(ui): less padding on tag selector ( #2839 )
2024-08-06 20:09:16 +00:00
Max Deichmann and GitHub
fc6f32ebe2
fix: fix prisma version in dockerfile ( #2838 )
2024-08-06 19:39:46 +00:00
Marc Klingen and GitHub
765406492a
fix(ui): large tables in markdown i/o should be scrollable horizontally ( #2835 )
2024-08-06 18:36:28 +02:00
Marc Klingen and GitHub
3cd840766b
refactor: use docker volumes for persistence of clickhouse data in dev setup ( #2832 )
2024-08-06 17:33:40 +02:00
Marc Klingen and GitHub
ed4d7ceb40
feat(api): add lastConfig attribute and fromUpdatedAt and toUpdatedAt query params to GET /v2/prompts ( #2824 )
2024-08-06 11:02:56 +02:00
Marc Klingen and GitHub
3520b1d28d
fix(ui): truncation of long email addresses in user menu ( #2827 )
2024-08-05 19:54:08 +02:00
Hassieb Pakzad and GitHub
1f0e7b2c37
chore: fix flaky test ( #2826 )
2024-08-05 15:31:52 +00:00
Marc Klingen and GitHub
17c9fd0028
chore(ui): remove beta flag from playground ( #2825 )
2024-08-05 16:59:01 +02:00
Hassieb Pakzad and GitHub
ab997018ff
fix: disable scores in CH PoC ( #2822 )
2024-08-05 15:18:49 +02:00
Marc Klingen and GitHub
bc10176935
feat(api): add lastUpdatedAt to GET /v2/prompts ( #2820 )
2024-08-05 11:44:38 +00:00
Marc Klingen and GitHub
6058fc7388
feat(ui): extend max prompt label length to 36 characters ( #2819 )
...
chore(ui): extend max prompt label length to 36 characters
2024-08-05 09:41:59 +00:00
Max Deichmann and GitHub
923ea17fef
feat: increase shutdown grace period web container ( #2818 )
...
add error handling
2024-08-05 08:37:04 +00:00
Marc Klingen and GitHub
6b3630f3c2
fix(auth): strict no-cache response headers ( #2814 )
2024-08-02 18:42:44 +02:00
Marc Klingen
c4ad55b3ff
fix(ui): date_trunc of dashboard ranges
2024-08-02 14:47:55 +02:00
Max Deichmann and GitHub
45c17ca286
chore: reduce logs in ingestion pipeline ( #2805 )
2024-08-01 11:33:34 +00:00
Marc Klingen and GitHub
d1298e68a2
fix(ui): switch to trpc networkMode: "always" to resolve trpc connection issues ( #2804 )
2024-08-01 09:51:52 +00:00
Max Deichmann and GitHub
ab85bad70b
fix: remove newrelic config file ( #2803 )
...
inject logs
2024-08-01 09:33:21 +00:00
042901ddc8
fix(ui): prevents email address overflow in user menu box ( #2800 )
...
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-08-01 01:16:08 +02:00
Hassieb Pakzad and GitHub
111240c2d6
perf: writes to clickhouse ( #2631 )
2024-07-31 18:56:45 +02:00
Marc Klingen
6b2c14acbb
chore: release v2.67.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-07-31 18:20:00 +02:00
37e72a4b7f
perf(ui): add date range filter to prompt metrics ( #2796 )
...
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-07-31 16:08:25 +00:00
ad93b6c3c5
perf(ui): add debounce to filter states ( #2786 )
...
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-07-31 17:40:20 +02:00
Richard Krümmel and GitHub
d0e33c1c34
fix(ui): refine date range dropdown options in dashboard ( #2784 )
2024-07-31 16:56:57 +02:00
Richard Krümmel and GitHub
f02d4916a4
feat(dashboard): extend filter to include user, version and release ( #2779 )
2024-07-31 16:43:13 +02:00
Marc Klingen and GitHub
c6151dd042
fix(ui): overflow of ids/links in tables ( #2795 )
2024-07-31 15:36:37 +02:00
Max Deichmann and GitHub
dd34aad84d
chore: improve logging for redis cache ( #2794 )
2024-07-31 12:04:38 +02:00
Marc Klingen
78ca9757ff
fix(ui): show/hide columns broken after introducing resizable columns
2024-07-31 11:33:54 +02:00
Max Deichmann and GitHub
805a91c9f8
infra: reduce log amount for 401 ( #2792 )
...
reduce-api-key-logging
2024-07-31 09:26:58 +00:00
Hassieb Pakzad and GitHub
24ec7884a1
perf: add prompt key index ( #2793 )
2024-07-31 09:12:44 +00:00
Marc Klingen and GitHub
18122fa334
feat(ui): resizable columns ( #2789 )
2024-07-31 10:56:52 +02:00
Max Deichmann and GitHub
c564608ee7
feat: add sentry sampling via env to worker ( #2788 )
...
something
2024-07-30 21:38:58 +00:00
Marc Klingen
a5413c101b
chore: add comment to update docs when adding models to playground
2024-07-30 15:04:38 +02:00
Marc Klingen and GitHub
25f6c6966e
feat(ui): show info message in column selector ( #2783 )
2024-07-30 14:11:05 +02:00
Marc Klingen
634057e32b
chore: release v2.66.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-07-29 22:27:50 +02:00
Marc Klingen and GitHub
ff8cae0c06
feat(security): customize JWT session duration via AUTH_SESSION_MAX_AGE, poll every 5min ( #2782 )
2024-07-29 22:26:25 +02:00
Max Deichmann and GitHub
8c1af8a046
feat: store non existence of api key in redis ( #2763 )
2024-07-29 21:55:09 +02:00
Max Deichmann and GitHub
d03e035d5c
fix: correctly await clickhouse health check response ( #2778 )
...
push
2024-07-29 16:45:32 +02:00
Marc Klingen and GitHub
0a83be775f
docs(api): add additional descriptions to api reference ( #2776 )
2024-07-29 14:36:44 +00:00
f9a5c23e9b
feat(ui): add separate date range filter to tables ( #2398 )
...
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-07-29 14:08:07 +00:00
Max Deichmann and GitHub
fc0fb4a559
feat: add connection check endpoint for clickhouse ( #2775 )
2024-07-29 13:44:38 +00:00
Hassieb Pakzad and GitHub
e0268f38bb
chore: add logs to invalidating cached prompts ( #2773 )
2024-07-29 13:33:09 +00:00
Marc Klingen and GitHub
a729306b5b
fix(ui): hide "sign in" button if email/pw auth is disabled ( #2774 )
2024-07-29 10:27:46 +00:00
Marc Klingen and GitHub
85d92daafd
chore(ui): add header tooltips to traces and generations ( #2765 )
...
* chore(ui): add header tooltips to traces and generations
* fix unused import
2024-07-29 09:41:23 +00:00
Max Deichmann and GitHub
939b233120
doc: Redis caching strategy ( #2771 )
2024-07-29 08:04:05 +00:00
Max Deichmann and GitHub
5612aa2d27
fix: fix porter deployment ( #2764 )
2024-07-26 14:12:53 +00:00
Max Deichmann and GitHub
2a72fcc421
fix: correctly coerce env variables for cache ( #2762 )
2024-07-26 15:47:36 +02:00
Marc Klingen
99a45ccd97
chore: fix name of migration
2024-07-26 13:23:31 +02:00
Marc Klingen and GitHub
b123cc5a4f
feat(api): add promptName and promptVersion to observations ( #2750 )
2024-07-26 13:21:20 +02:00
Marc Klingen and GitHub
a3e5208a90
perf(ee): increase cache TTL of multi-tenant SSO config ( #2759 )
2024-07-26 11:02:31 +00:00
marliessophie and GitHub
484ef3fcac
refactor: improve type safety in ingestion score types across typescript versions ( #2757 )
...
* refactor: improve type safety in ingestion score types
2024-07-26 12:10:54 +02:00
Hassieb Pakzad and GitHub
e080690408
perf: remove failed jobs from queues ( #2758 )
2024-07-26 11:47:52 +02:00
marliessophie and GitHub
bd53c54435
chore(ui): populate annotation drawer default form state on render + misc markdown ui improvements ( #2740 )
...
* chore(ui): populate annotation drawer default form state on render
* style(ui): add width and quality properties to markdown image loader
* style(ui): markdown fix list marker alignment
* fix: more state management enhancement for annotation drawer empty keys
2024-07-26 09:37:14 +02:00
Max Deichmann and GitHub
804255b7ec
perf: increase default api key ttl ( #2752 )
2024-07-25 19:19:38 +00:00
Max Deichmann and GitHub
0fa4b381fc
fix: do not use cache for api keys if not enabled ( #2748 )
...
test fix
2024-07-25 18:54:11 +00:00
Hassieb Pakzad and GitHub
01102b0128
fix: invalidate prompt cache on tags update ( #2751 )
2024-07-25 20:34:40 +02:00
Marc Klingen and GitHub
ddd7671d5b
feat(api): add version and release filter to GET traces and observations routes ( #2749 )
2024-07-25 18:09:18 +00:00
Hassieb Pakzad and GitHub
1ff58377f1
feat: adds server-side caching to prompts ( #2741 )
2024-07-25 17:52:38 +00:00
Max Deichmann and GitHub
41ab5e0b7b
feat: cache api keys in redis ( #2739 )
2024-07-25 17:35:10 +00:00
Max Deichmann and GitHub
a78bf26bd4
refactor: revert sending trace events from web via redis ( #2744 )
2024-07-25 16:52:00 +00:00
Max Deichmann and GitHub
a185863bc5
fix: improve import in ingestion pipeline ( #2732 )
2024-07-24 18:34:32 +00:00
Max Deichmann and GitHub
57b46b9f19
chore: improve redis logging ( #2731 )
2024-07-24 20:19:05 +02:00
Max Deichmann and GitHub
58b547e0f1
fix: do not shutdown but disconnect containers from redis ( #2730 )
2024-07-24 17:40:58 +00:00
Max Deichmann and GitHub
6554c5ee88
feat(web): send trace events via Redis instead of Rest ( #2579 )
2024-07-24 19:23:44 +02:00
Marc Klingen and GitHub
90fc9fb660
refactor(api): dataset-related ids unique on project level ( #2665 )
2024-07-24 11:22:13 +02:00
Marc Klingen and GitHub
e2c5c9b5cc
chore: add sentry error capturing to multi-tenant sso ( #2723 )
...
chore: add sentry to multi-tenant sso
2024-07-23 17:40:11 +00:00
Marc Klingen and GitHub
c27c32f844
refactor(ee): move multi-tenant sso to /web/src/ee ( #2722 )
...
* refactor(ee): move multi-tenant sso to /web/src/ee
* fix lint
2024-07-23 17:22:09 +00:00
Clemo and GitHub
d33066e012
docs: update readme, remove superagent
2024-07-23 16:27:02 +02:00
Mal Curtis and GitHub
dff8ab4faa
docs: standardize api route names ( #2698 )
2024-07-23 14:49:59 +02:00
Max Deichmann and GitHub
57a42c8c4b
infra: log prisma gauges ( #2719 )
2024-07-23 14:44:37 +02:00
marliessophie and GitHub
a8258382d5
style(ui): add icon representation for trace links in Dataset Run Items table ( #2715 )
...
* style(ui): add icon representation for trace links in Dataset Run Items Table
2024-07-23 14:08:52 +02:00
Marlies Mayerhofer
ba9d5217a4
chore: release v2.65.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-07-23 13:38:15 +02:00
marliessophie and GitHub
69bf783b11
fix(ui): gracefully handle image paths in markdown ( #2717 )
2024-07-23 09:23:04 +00:00
marliessophie and GitHub
31fb4b4b20
fix: render image paths in markdown gracefully ( #2711 )
2024-07-23 07:41:07 +00:00
Max Deichmann and GitHub
2d2c3c5818
infra: remove outdated worker us deployment ( #2708 )
...
types
2024-07-22 17:51:37 +00:00
Marc Klingen
12c8968029
chore: release v2.65.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-07-22 19:13:53 +02:00
Marc Klingen and GitHub
05dd559d96
fix: cors policy on generated api specification ( #2707 )
2024-07-22 17:01:26 +00:00
marliessophie and GitHub
fffa14d0e9
chore: enhance security measures in image verification ( #2701 )
...
* chore: enhance security measures in image verification
* style: add specific title for http image render error
2024-07-22 15:49:20 +02:00
Marc Klingen and GitHub
bb30bb3c00
fix: build shared package before running models:migrate ( #2703 )
2024-07-22 11:52:39 +02:00
Marc Klingen and GitHub
b25af3bc98
chrore: require node 20 in package.json ( #2696 )
...
chrore: require node 20 in package
2024-07-20 17:36:41 +00:00
Marc Klingen and GitHub
e07024f61f
chore(ui): increase precision of model price preview in new model form ( #2695 )
2024-07-20 11:38:14 +00:00
Marc Klingen and GitHub
af89b4594b
chore: move external image verification to a protected api route ( #2692 )
2024-07-19 19:13:34 +00:00
Marc Klingen and GitHub
7c9564374e
fix(ui): sort selects in evals ui ( #2691 )
2024-07-19 18:59:55 +00:00
Marc Klingen and GitHub
ca1a673687
fix(ui): improve llm api key form verification errors ( #2689 )
2024-07-19 18:27:11 +00:00
Richard Krümmel and GitHub
2dd0777b88
feat(filter): extend date filters to datetime ( #2330 )
2024-07-19 16:47:05 +00:00
e93c06c938
feat(ui): support image rendering in markdown view when image url provided ( #2636 )
...
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-07-19 16:26:47 +00:00
Marc Klingen and GitHub
b918f42971
chore(ui): slight ui improvements of evals ( #2686 )
...
* add breadcrumbs
* ui misc
2024-07-19 15:05:49 +00:00
marliessophie and GitHub
81485397e7
refactor(markdown): create context for markdown ( #2670 )
...
* refactor(markdown): create context for markdown
2024-07-19 16:16:29 +02:00
Marc Klingen
1188e914c9
fix(ui): expand IO on sessions view
2024-07-19 15:55:06 +02:00
marliessophie and GitHub
0661090238
fix(ui): ensure trace score updates never target child observation scores ( #2685 )
...
* Added condition to handle undefined observationId correctly with prisma
2024-07-19 10:24:34 +00:00
Max Deichmann and GitHub
48d5fe700b
fix: increase rest request fetch timeout ( #2683 )
...
types
2024-07-19 07:00:42 +00:00
Marc Klingen and GitHub
8d4fbfad1d
feat: add gpt-4o mini to playground and evals ( #2681 )
2024-07-19 00:29:08 +02:00
Marc Klingen and GitHub
a9e2bed00d
chore(deps): bump turbo ( #2679 )
2024-07-19 00:27:10 +02:00
Marc Klingen
acf11efbe1
docs: require pnpm v9.5.0
2024-07-19 00:24:44 +02:00
Max Deichmann and GitHub
c92d00f251
chore: upgrade pnpm ( #2675 )
2024-07-18 23:53:34 +02:00
Max Deichmann
3e61592cf7
chore: release v2.64.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-07-18 19:56:34 +02:00
Marc Klingen and GitHub
83952769b7
feat(models): add gpt-4o-mini ( #2674 )
2024-07-18 19:54:03 +02:00
Marc Klingen and GitHub
2291ac6625
feat(models): add new REQUESTS unit ( #2651 )
2024-07-18 16:44:34 +02:00
Marc Klingen and GitHub
273e206e2e
chore(ui): md viewer ui nits ( #2663 )
...
* less padding for code blocks
* fix corners with overflow-hidden
* corner of regular json view
* use non-mono font for md viewer
* support inline code and code blocks without language
2024-07-18 11:33:48 +02:00
Marc Klingen and GitHub
a24c0d776d
feat(ui): collapsed strings, add "... expand" and retain whitespace ( #2662 )
2024-07-17 23:33:53 +00:00
Marc Klingen and GitHub
865ef2fbef
docs: Update CONTRIBUTING.md
2024-07-17 19:57:45 +02:00
marliessophie and GitHub
6f62cf5f47
fix: remove markdown sanitisation to keep custom html tags for users ( #2656 )
2024-07-17 12:31:55 +00:00
Max Deichmann and GitHub
31a496880d
feat: send prisma stats to sentry ( #2655 )
2024-07-17 11:53:29 +00:00
Max Deichmann and GitHub
f32255514d
feat: fail worker health check after sigterm/sigint ( #2654 )
2024-07-17 12:10:34 +02:00
Max Deichmann and GitHub
585ee0ae37
feat: worker closes all connections correctly on shutdown ( #2646 )
2024-07-17 07:33:08 +00:00
Marc Klingen and GitHub
6f0c661114
ci(web): enforce linting and resolve lint issues ( #2647 )
2024-07-16 22:32:32 +00:00
Marc Klingen and GitHub
febeec4534
ci(ee): enforce linting ( #2649 )
2024-07-17 00:18:56 +02:00
Marc Klingen
40a46f1f84
chore: release v2.63.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-07-16 23:49:11 +02:00
Marc Klingen and GitHub
a24d6ec742
fix(ui): integer overflow on traces table ( #2644 )
2024-07-16 21:32:22 +00:00
Marc Klingen and GitHub
4a55e709ae
fix: remove unused import ( #2645 )
...
chore: remove unused import
2024-07-16 19:21:44 +00:00
marliessophie and GitHub
e591f1212d
fix: only show markdown icon if content contains markdown ( #2643 )
...
* fix: only show markdown icon if content contains markdown
* implement copy button on all jsonviews with title
2024-07-16 21:10:16 +02:00
Marlies Mayerhofer
78f86264c2
chore: release v2.63.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-07-16 19:05:06 +02:00
Marlies Mayerhofer
4f64c37dad
chore: release v2.62.1
2024-07-16 19:03:43 +02:00
Max Deichmann and GitHub
8746bcf54f
chore: increase web container grace period ( #2641 )
...
something
2024-07-16 16:59:37 +00:00
marliessophie and GitHub
8c8e8c11e1
feat(ui): add button to enable/disable markdown when selecting pretty format ( #2634 )
2024-07-16 14:07:35 +00:00
Max Deichmann and GitHub
2a68c0610b
fix: increase web container shutdown timeout ( #2637 )
2024-07-16 14:39:33 +02:00
Max Deichmann and GitHub
5c57b2b8e1
feat: shut down web container gracefully ( #2635 )
2024-07-16 12:22:49 +02:00
marliessophie and GitHub
3a1f34a54c
fix(ui): markdown - properly render list items with styled text elements ( #2633 )
2024-07-15 18:33:46 +00:00
Marlies Mayerhofer
53a6769afb
chore: release v2.62.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-07-15 15:52:03 +02:00
Marc Klingen and GitHub
0df3b996cc
fix(ui): render observations with non-existing parentObservationId ( #2630 )
2024-07-15 13:05:09 +00:00
04b8137299
feat: add markdown rendering for Trace page ( #2584 )
...
* feat: add markdown rendering for Trace page (#2467 )
Co-authored-by: JannisConen <121068348+JannisConen@users.noreply.github.com >
2024-07-15 12:36:33 +00:00
Marc Klingen and GitHub
52b2daf40e
feat(ui): do not collapse strings in tables as rows have fixed height ( #2626 )
2024-07-15 12:02:53 +02:00
Marc Klingen and GitHub
69442a5e1f
chore: remove unused import ( #2615 )
2024-07-11 12:18:52 +00:00
Max Deichmann and GitHub
8a9214c61b
fix: remove dd from web ( #2614 )
2024-07-11 07:42:40 +00:00
Max Deichmann and GitHub
7b7c428fc3
fix: fix eval var mapping UI ( #2613 )
2024-07-10 20:57:26 +00:00
Max Deichmann and GitHub
4c6817731f
chore: add logging for failing health checks ( #2611 )
2024-07-10 19:15:41 +00:00
Max Deichmann and GitHub
1ed426a5e7
perf: add dd tracing ( #2609 )
2024-07-10 16:33:20 +00:00
Marlies Mayerhofer
0106bf6e98
chore: release v2.61.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-07-10 18:16:47 +02:00
marliessophie and GitHub
c2a68ab339
fix(ui_annotation_drawer): fix state management of form reset ( #2607 )
...
* fix(ui_annotation_drawer): fix state management of form reset
* push
* push
* push
* push
2024-07-10 17:58:34 +02:00
Marc Klingen
2b27698b8d
docs(api): fix fern type and update openapi spec
2024-07-10 16:26:30 +02:00
Marc Klingen
796462c20c
chore: release v2.61.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-07-10 16:10:43 +02:00
Marc Klingen and GitHub
405b017814
perf(dashboard): default to 1d date range ( #2606 )
2024-07-10 13:17:19 +00:00
Marc Klingen and GitHub
b0e056a5b9
refactor(api): move strict check to api types instead of test util and middleware ( #2604 )
...
move strict to types instead of test/middleware code
2024-07-10 12:59:07 +00:00
Hassieb Pakzad and GitHub
61641aca3b
fix(tokencost): write total cost if input or output cost provided by user ( #2603 )
2024-07-10 12:12:15 +00:00
Marc Klingen and GitHub
d045869dc4
feat(api): add GET /sessions, more time cursors to list endpoints, use withMiddleware and strict zod types for many existing api routes ( #2551 )
2024-07-10 13:49:50 +02:00
marliessophie and GitHub
6b9291fef4
fix(score_configs): migrate to set categories NULL for numeric scores ( #2602 )
...
* fix(score_configs): set categories NULL for numeric scores
* push
* push
* simplicity
2024-07-10 13:01:49 +02:00
marliessophie and GitHub
87f16f58c5
fix(UI): small glitch in creating score config ( #2601 )
2024-07-10 10:00:35 +00:00
Marc Klingen and GitHub
700a3cd445
fix(sentry): scope down exception tracking in withMiddleware to 5xx ( #2598 )
2024-07-10 11:11:20 +02:00
Max Deichmann and GitHub
0041078830
fix: add all tiktoken models ( #2588 )
2024-07-09 22:05:47 +00:00
Max Deichmann and GitHub
33e4f8743c
fix: fix worker sentry ( #2594 )
2024-07-09 23:48:59 +02:00
Max Deichmann and GitHub
6228956384
fix: add sentry back to server ( #2593 )
...
something
2024-07-09 21:11:57 +00:00
Marc Klingen
454773f1c9
Revert "deps: upgrade sentry ( #2587 )"
...
This reverts commit 5532de5871 .
2024-07-09 21:05:19 +02:00
Max Deichmann and GitHub
682983d252
fix: remove sentry api wrapper ( #2592 )
2024-07-09 20:44:22 +02:00
Max Deichmann and GitHub
6462d45790
fix: remove otel from web container ( #2591 )
2024-07-09 20:38:15 +02:00
Max Deichmann and GitHub
7413b329d1
fix: remove sentry backend ( #2589 )
2024-07-09 20:21:42 +02:00
Max Deichmann and GitHub
5532de5871
deps: upgrade sentry ( #2587 )
...
* something
* something
2024-07-09 16:10:43 +00:00
marliessophie and GitHub
c32e0dbeca
docs: ensure CreateScoreValue is consistent with pydantic type expectation ( #2582 )
2024-07-09 15:57:27 +00:00
Hassieb Pakzad and GitHub
ab5a281e57
fix(ingestion): allow nested objects in modelParams ( #2585 )
2024-07-09 17:05:15 +02:00
Marc Klingen and GitHub
dc19bee8e5
fix(ui): deletion of traces led to refetching of deleted trace and logged warning ( #2580 )
2024-07-09 16:22:52 +02:00
Marc Klingen and GitHub
dd9bf14204
fix(ui): pretty UI for chatml traces with custom roles ( #2581 )
2024-07-09 16:04:01 +02:00
Max Deichmann and GitHub
82b77bce04
refactor: refactor code ( #2583 )
...
push
2024-07-09 15:42:18 +02:00
Max Deichmann and GitHub
d9659ee339
fix: remove betterstack ( #2575 )
2024-07-09 11:17:21 +02:00
Hassieb Pakzad and GitHub
324d96fc2e
fix: hide export button if insufficient access rights ( #2572 )
2024-07-08 19:08:09 +02:00
Marc Klingen and GitHub
ccbe233ff6
chore(deps): upgrade zod ( #2570 )
2024-07-08 14:44:37 +00:00
0223c7eff1
refactor(scores-api): simplify types, ensure return types of API are consistent in documentation and return ( #2565 )
...
* api: add `authorUserId`, `projectId`, `createdAt` and `updatedAt` to get scores response
* refactor: improve score config types
* refactor: rename and add comments
* fern
* typo
* fix userId nullish
* simplify fern definition
* test: create score with minimal trace and score data
* push
* push
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-07-08 12:36:36 +00:00
Max Deichmann
4e44987e12
chore: release v2.60.4
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-07-08 14:03:26 +02:00
Max Deichmann and GitHub
e0f605a0f2
fix: correctly sample evals ( #2562 )
2024-07-08 14:00:07 +02:00
Marc Klingen
05a4935a91
chore: release v2.60.3
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-07-08 12:51:42 +02:00
Marc Klingen
27e1dca4df
fix(api): scores parsing error on GET /scores leading to dropped scores
2024-07-08 12:51:21 +02:00
Hassieb Pakzad and GitHub
53e4433032
perf(dashboards): read directly from observations table for costs ( #2568 )
2024-07-08 11:52:50 +02:00
Marc Klingen
c777d91f13
chore: typo in prisma schema
2024-07-08 11:41:06 +02:00
Marc Klingen and GitHub
ce1e4318e4
chore: run arm builds on tagged commits only ( #2561 )
2024-07-08 10:02:55 +02:00
Max Deichmann
c3b27b1f21
chore: release v2.60.2
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-07-07 19:32:17 +02:00
Max Deichmann and GitHub
1c6e608d91
fix: remove newrelic again ( #2559 )
2024-07-07 16:10:58 +00:00
Błażej Cyrzon and GitHub
e1b457d6de
fix: arm builds ( #2541 )
2024-07-07 17:01:15 +02:00
Max Deichmann and GitHub
cee615fcdc
infra: add newrelic for test environments ( #2558 )
...
push
2024-07-07 11:51:11 +00:00
Marc Klingen and GitHub
f1c792e0c3
chore(db): refresh trace and observation view ( #2550 )
2024-07-06 19:31:56 +00:00
Max Deichmann and GitHub
9362691bb9
chore: remove otel ( #2555 )
2024-07-05 22:51:44 +02:00
Max Deichmann and GitHub
8ca9dc286e
chore: refactor sentry code ( #2554 )
2024-07-05 22:32:18 +02:00
Marc Klingen and GitHub
7a2fb70022
perf: add 2 seconds timeout web->worker webhook ( #2553 )
2024-07-05 18:41:33 +00:00
Marc Klingen
699d6658d6
chore: release v2.60.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-07-05 18:38:11 +02:00
Marc Klingen
c93b7601d0
fix(ui): TokenUsageBadge regression
2024-07-05 18:35:53 +02:00
Max Deichmann and GitHub
7e05729e93
fix: copy newrelic config file into worker container ( #2549 )
2024-07-05 16:20:49 +00:00
Max Deichmann and GitHub
e3367c200b
feat: add newrelic instrumentation ( #2545 )
2024-07-05 13:55:28 +00:00
Marc Klingen
6aa5b20cce
chore: release v2.60.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-07-05 15:36:50 +02:00
Marc Klingen
fa0011f80f
fix(db): sequential ordering of migrations
2024-07-05 15:09:43 +02:00
Marc Klingen and GitHub
82cf939be6
perf(ui): do not return trace input/output/metadata on traces.all trpc route ( #2546 )
2024-07-05 15:02:41 +02:00
Marc Klingen and GitHub
ba02577ace
docs(api): fix docs of delete /models/:id route ( #2548 )
2024-07-05 14:51:39 +02:00
Marc Klingen and GitHub
474634b632
perf(ui): disable trpc batching for scores.filterOptions ( #2547 )
2024-07-05 12:37:19 +00:00
Marc Klingen and GitHub
2441af3981
docs: Update README.md
2024-07-05 13:59:05 +02:00
Marc Klingen and GitHub
1f9b2f600c
feat(ui): add 5-minute and 3-hour timeframes to dashboard ( #2544 )
2024-07-05 10:37:04 +00:00
68fe3357b6
feat(scores): add non-numeric scores and score-configs via API, drop non-null cond on value in scores table ( #2499 )
...
* chore(scores): drop not null 'value' column
* fix: resulting TS
* fix: adjust seeder to new schema
* push
* docs
* types: add union types for scores
* push
* push
* push
* push
* feat(api): POST score-configs POST scores (#2436 )
* feat(api): add POST score-configs
* feat(api): add POST scores with configs
* fix: types
* push
* docs(scores): add
* push
* push
* feat(api): allow filtering by `configId`
* push
* push
* push
* push
* push
* push
* push
* push
* push
* push
* push
* refactor: pass `value` as `string | number` in score ingestion
* fix test
* push
* test
* push
* refactor: use `withMiddlewares` handler
* push
* push
* refactor scores api
* refactor: config api to new schema
* rename
* refactor
* push
* rm: explicit `trpcErrorToast(error)`
* rename
* fixup
* fixup
* fixup
* fixup
* fixup
* feat: add filter by `dataType` to GET all scores endpoint
* refactor: reference score data types manually instead of via the enum to protect against changes of the enum
* refactor
* push
* refactor
* push
* docs: adjust and regenerate docs
* push
* push
* push
* push
* push
* add ingestion docs
* push
* push
* push
* nit
* don't use database calls in score tests
* rm typecast from public api score-config
* cast prisma query raw as unknown
* refactor: extract helpers to public-api types
* unify types
* comments
* fix types
* push
* push
* push
* push
* push
* push
* push
* tyoes
* clean up types
* fern docs
* fix typo
* push
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-07-05 12:11:58 +02:00
Hassieb Pakzad and GitHub
fc007fd0fa
perf: read calculated cost from observations table directly if available ( #2500 )
2024-07-05 11:10:55 +02:00
Hassieb Pakzad
e850ac6578
chore: add temp column drop in backfill script
2024-07-05 11:04:44 +02:00
Marc Klingen
c65f877063
docs(api): scores api
2024-07-05 00:23:30 +02:00
Marc Klingen
3fb7ec55fb
chore: release v2.59.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-07-04 14:55:24 +02:00
Marc Klingen and GitHub
ddf90217bc
feat(models): add aws bedrock model names for anthropic models ( #2537 )
2024-07-04 14:53:10 +02:00
Marc Klingen and GitHub
63968392cc
feat(ui): format token numbers ( #2538 )
...
* feat(ui): format token numbers
* remove unused import
2024-07-03 22:23:35 +00:00
Max Deichmann and GitHub
0f76b010df
fix: rephrase ingestion error event ( #2536 )
2024-07-03 19:58:16 +00:00
Hassieb Pakzad and GitHub
9b718c556f
chore: fixes flaky vitest suite by running in child process ( #2533 )
2024-07-03 19:20:09 +02:00
Marc Klingen
05d28db250
chore: release v2.59.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-07-03 18:51:46 +02:00
Marc Klingen and GitHub
c97ffde598
fix(ui): utc startDate in model form ( #2532 )
2024-07-03 16:43:48 +00:00
Marc Klingen and GitHub
42c12b7ce7
feat(api): add models api routes ( #2531 )
2024-07-03 16:06:59 +00:00
Hassieb Pakzad and GitHub
602e4998d4
fix: calculate costs only if there are no user provided cost ( #2530 )
2024-07-03 15:22:49 +02:00
marliessophie and GitHub
29da3162da
feat(trace timeline): add expand/collapse all buttons ( #2524 )
2024-07-03 07:47:32 +00:00
Marc Klingen
747b7e9b7f
fix(ui): model based eval template builder
2024-07-03 01:46:02 +02:00
Marc Klingen and GitHub
966894cee6
docs(api): improve display names of api routes ( #2526 )
2024-07-02 17:33:48 +00:00
Marc Klingen and GitHub
9ba9098303
fix(ui): bg of trace tabs on published traces ( #2525 )
...
fix(ui): background of trace tabs on published traces
2024-07-02 17:11:50 +00:00
Hassieb Pakzad and GitHub
5561668b43
fix: keep the tmp col on backfill script ( #2518 )
2024-07-02 14:30:29 +02:00
Marc Klingen and GitHub
3fe5bf16d1
perf(ui): load metdata individually on trace table ( #2506 )
2024-07-02 08:54:57 +00:00
Marc Klingen and GitHub
bb19675769
perf(ui): fetch metadata individually on generations table ( #2507 )
2024-07-02 10:47:11 +02:00
Marc Klingen
2fb70c207b
chore: release v2.58.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (node20, pg12) (push) Waiting to run
CI/CD / tests-web (node20, pg15) (push) Waiting to run
CI/CD / tests-worker (node20, pg12) (push) Waiting to run
CI/CD / tests-worker (node20, pg15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-07-02 10:28:38 +02:00
Ikko Eltociear Ashimine and GitHub
0bbc27d53b
chore: fix typo ( #2490 )
2024-07-01 22:23:41 +02:00
Max Deichmann and GitHub
ad7f273638
fix: capture worker sentry exceptions ( #2505 )
2024-07-01 20:17:33 +00:00
Marc Klingen and GitHub
7637d45fd3
chore: minor refactor of api abstractions and errors ( #2504 )
2024-07-01 21:55:58 +02:00
Max Deichmann and GitHub
995b30b3d7
chore: sentry sample rate in env ( #2503 )
2024-07-01 18:48:00 +00:00
Max Deichmann and GitHub
26d615842c
chore: rename db migration disablement environment variable ( #2502 )
2024-07-01 20:30:10 +02:00
Marc Klingen and GitHub
61cf13a1db
feat(api): datasets v2 api & new typed public api interface for improved tests ( #2484 )
2024-07-01 15:08:37 +00:00
Max Deichmann and GitHub
078f7d6f83
infra: adjust sample rate ( #2494 )
2024-07-01 08:58:04 +00:00
Hassieb Pakzad and GitHub
b4ce9a486b
chore: adds backfill script for generations calculated costs ( #2466 )
2024-07-01 10:25:03 +02:00
Max Deichmann and GitHub
801090fdf1
deps: upgrade sentry ( #2492 )
...
something
2024-06-30 18:29:59 +00:00
Hassieb Pakzad and GitHub
4fd42b7b5b
fix(tokenCost): if user provided any cost point, do not calculate costs ( #2487 )
2024-06-29 09:17:53 +00:00
Max Deichmann and GitHub
2591f0d7b7
infra: increase sentry sample rate ( #2485 )
2024-06-28 17:18:46 +02:00
marliessophie and GitHub
95e8a2a793
fix(trace timeline view): prefix tree keys with respective item ( #2483 )
...
* fix(trace timeline view): prefix tree key's with respective item
* push
2024-06-28 14:07:05 +00:00
Marc Klingen and GitHub
8b367b1a10
feat(ui): auto-select first operator in filter builder ( #2482 )
2024-06-28 13:38:52 +00:00
Marc Klingen
2b80cba1fe
fix: include *.langfuse.com in CSP header
2024-06-28 15:06:32 +02:00
Max Deichmann and GitHub
0b7fd5e70e
fix: do not report unauthorized error to sentry ( #2480 )
2024-06-28 10:57:52 +02:00
Marc Klingen and GitHub
fcec58f976
fix: include scores with missing traces in ui and api ( #2477 )
2024-06-27 23:48:10 +00:00
Marc Klingen
62101ba598
docs: add LANFUSE_WEB_MIGRATION_DISABLED to example env
2024-06-28 01:10:23 +02:00
Marc Klingen and GitHub
5a6eba5242
fix(ci): platform arg optional in dockerfiles ( #2476 )
2024-06-28 00:34:17 +02:00
Marc Klingen
20c2bb9dc2
Revert "fix(ci): set DOCKER_DEFAULT_PLATFORM in porter deployments"
...
This reverts commit 3196ee7d04 .
2024-06-27 22:29:30 +02:00
Marc Klingen
4d0e431f2a
Revert "fix(ci): conditionally set platform in dockerfiles if available"
...
This reverts commit 3bed36e0e7 .
2024-06-27 22:29:23 +02:00
Marc Klingen
3bed36e0e7
fix(ci): conditionally set platform in dockerfiles if available
2024-06-27 21:55:46 +02:00
Marc Klingen
3196ee7d04
fix(ci): set DOCKER_DEFAULT_PLATFORM in porter deployments
2024-06-27 21:48:31 +02:00
rennokki and GitHub
5219bb74ac
feat: Docker arm64 builds ( #2453 )
2024-06-27 19:07:09 +02:00
Marc Klingen and GitHub
555a16bce7
chore(cloud): specify aws regions in region modal ( #2444 )
2024-06-27 16:34:44 +02:00
porter-deployment-app[bot] and GitHub
499a7b40f1
infra: porter web eu ( #2464 )
2024-06-27 16:26:49 +02:00
porter-deployment-app[bot] and GitHub
8e9acb2fe8
Enable Porter Application worker ( #2463 )
2024-06-27 16:18:07 +02:00
Marc Klingen and GitHub
dda176f3f9
ci: add names to tests based on matrix ( #2462 )
2024-06-27 14:13:21 +00:00
Max Deichmann and GitHub
48aa358e99
infra: remove preview deployment ( #2460 )
...
something
2024-06-27 15:22:04 +02:00
Marc Klingen and GitHub
6127f23758
feat(auth): add AUTH_CUSTOM_SCOPE to change oauth scopes of custom oauth setups ( #2459 )
2024-06-27 13:14:38 +00:00
porter-deployment-app[bot] and GitHub
bdfc51ca72
infra: add staging preview deployments ( #2449 )
2024-06-26 23:40:09 +02:00
Max Deichmann and GitHub
0bbf87abfd
fix: do not execute db migration in web container if configured in env ( #2446 )
2024-06-26 19:25:56 +00:00
Hassieb Pakzad
c7c934fbab
chore: release v2.57.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20, 12) (push) Waiting to run
CI/CD / tests-web (20, 15) (push) Waiting to run
CI/CD / tests-worker (20, 12) (push) Waiting to run
CI/CD / tests-worker (20, 15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-06-26 18:43:32 +02:00
Hassieb Pakzad and GitHub
3125f275e7
perf(tables): add start time filter to filter option queries ( #2445 )
2024-06-26 18:39:45 +02:00
Max Deichmann and GitHub
7cb27deb22
perf: increase worker sample rate ( #2443 )
2024-06-26 13:42:06 +00:00
Max Deichmann and GitHub
4b72fecb7f
fix: improve porter naming ( #2442 )
2024-06-26 15:22:20 +02:00
Hassieb Pakzad and GitHub
23efeb69cd
fix(tokenCost): carryover user provided cost even if no model match ( #2441 )
2024-06-26 15:13:08 +02:00
Marc Klingen
479d85f4ac
fix(cloud): % value of plan limit usage
2024-06-26 12:40:25 +02:00
Marc Klingen
dfe9f802c8
fix(ui): bg of json user messages in pretty-view
2024-06-26 11:57:04 +02:00
6928d561b9
infra: Enable Porter Application ( #2435 )
...
* infra: Enable Porter Application worker (#2434 )
* Create porter_stack_web.yml file
* push
* push
---------
Co-authored-by: porter-deployment-app[bot] <87230664+porter-deployment-app[bot]@users.noreply.github.com>
Co-authored-by: Max Deichmann <m.deichmann@tum.de >
2024-06-26 10:14:42 +02:00
Max Deichmann and GitHub
f97bd913b6
fix: correct parsing of scores for evals ( #2429 )
2024-06-25 19:17:15 +00:00
Max Deichmann and GitHub
3bec8a535b
chore: improve worker logs ( #2428 )
2024-06-25 18:04:22 +00:00
Hassieb Pakzad and GitHub
5a9f47faef
feat: write token costs at ingestion time ( #2414 )
2024-06-25 18:27:43 +02:00
Hassieb Pakzad and GitHub
3ee6e936fb
feat: add claude sonnet 3.5 to playground ( #2425 )
2024-06-25 17:48:18 +02:00
Max Deichmann and GitHub
9346e6feb5
fix: turn off logging ( #2427 )
2024-06-25 15:42:48 +00:00
Max Deichmann and GitHub
94387d1f6b
feat: improve sentry on worker ( #2426 )
2024-06-25 15:15:49 +00:00
Max Deichmann and GitHub
e2bcc6bf4e
fix: capture errors in sentry ( #2424 )
2024-06-25 13:33:06 +00:00
Max Deichmann and GitHub
defca401c9
deps: upgrade langchain in web project ( #2423 )
2024-06-25 12:37:32 +00:00
d12c623a96
chore(deps): bump pino from 8.20.0 to 9.2.0 ( #2314 )
...
Bumps [pino](https://github.com/pinojs/pino ) from 8.20.0 to 9.2.0.
- [Release notes](https://github.com/pinojs/pino/releases )
- [Commits](https://github.com/pinojs/pino/compare/v8.20.0...v9.2.0 )
---
updated-dependencies:
- dependency-name: pino
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Deichmann <m.deichmann@tum.de >
2024-06-25 12:19:34 +00:00
Marc Klingen
1eb945820c
chore: release v2.56.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20, 12) (push) Waiting to run
CI/CD / tests-web (20, 15) (push) Waiting to run
CI/CD / tests-worker (20, 12) (push) Waiting to run
CI/CD / tests-worker (20, 15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-06-25 13:45:44 +02:00
Max Deichmann and GitHub
dcd1703668
security: upgrade langchain ( #2421 )
2024-06-25 10:59:27 +00:00
Max Deichmann and GitHub
42b0a49e2d
fix: flaky eval test ( #2418 )
2024-06-25 10:41:11 +00:00
983f34f49d
fix: ordering of ingestion events by timestamp ( #2417 )
...
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-06-25 12:31:40 +02:00
Max Deichmann and GitHub
3e66bb6dff
perf: add prisma to worker sentry ( #2413 )
2024-06-24 17:02:17 +00:00
Max Deichmann and GitHub
2ea0b9bac4
fix: handle errors in worker API ( #2412 )
2024-06-24 18:21:20 +02:00
Max Deichmann and GitHub
2be49c2488
fix: typo in contributing file ( #2411 )
2024-06-24 18:00:25 +02:00
Max Deichmann and GitHub
1aeb79b913
fix: redis connection string with bull ( #2410 )
2024-06-24 16:46:26 +02:00
Max Deichmann and GitHub
2084f69bec
feat: allow redis connection via connection string ( #2409 )
2024-06-24 16:27:55 +02:00
Marc Klingen and GitHub
87fd20ec9e
feat(models): add support for anthropic 3.5 sonnet ( #2407 )
...
Fixes LFE-1426
2024-06-24 13:55:38 +00:00
Max Deichmann
e028117453
chore: release v2.56.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20, 12) (push) Waiting to run
CI/CD / tests-web (20, 15) (push) Waiting to run
CI/CD / tests-worker (20, 12) (push) Waiting to run
CI/CD / tests-worker (20, 15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-06-24 15:15:16 +02:00
Max Deichmann and GitHub
8483ac749c
infra: add porter for US worker ( #2406 )
2024-06-24 15:10:27 +02:00
Marc Klingen and GitHub
d40635a860
fix(ui): render dataset items with false as value correctly ( #2404 )
...
fix(ui): render dataset items with as value correctly
2024-06-24 13:09:44 +00:00
marliessophie and GitHub
4e27b6f0f1
feat(api): add GET /score-configs/[configId] and GET /score-configs ( #2361 )
...
* feat(api): add GET /score-configs/[configId]
* feat(api): add GET /score-configs
* push
* test: servertest
* fern
* push
* push
* push
* push
* push
* docs: address feedback
* tests: address feedback to test for full objects
* fix: address feedback and properly verify config is of correct type
* push
* push
* push
* push
2024-06-24 10:13:20 +02:00
Marc Klingen and GitHub
cd3d6b0251
fix(ui): number formatting while undefined ( #2396 )
...
fix(ui): number formatting while numbers are loading
2024-06-21 13:30:36 +00:00
Max Deichmann and GitHub
eea071c32f
infra: add public variables to docker build steps ( #2393 )
2024-06-21 14:05:20 +02:00
MukeshKG and GitHub
aebcac4b57
chore: removing 'version' from docker-compose.yml file ( #2389 )
2024-06-21 12:56:37 +02:00
7e4836a345
Enable Porter Application worker ( #2392 )
...
Create porter_stack_worker.yml file
Co-authored-by: porter-deployment-app[bot] <87230664+porter-deployment-app[bot]@users.noreply.github.com>
2024-06-21 10:37:41 +02:00
67d37ec66b
infra: Enable Porter Application web ( #2391 )
...
Create porter_stack_web.yml file
Co-authored-by: porter-deployment-app[bot] <87230664+porter-deployment-app[bot]@users.noreply.github.com>
Co-authored-by: Max Deichmann <m.deichmann@tum.de >
2024-06-21 10:25:37 +02:00
4b36304a55
Delete Porter Application web ( #2387 )
...
Delete porter_stack_web.yml file
Co-authored-by: porter-deployment-app[bot] <87230664+porter-deployment-app[bot]@users.noreply.github.com>
2024-06-21 10:05:28 +02:00
Hassieb Pakzad and GitHub
d3abad82e9
fix: use correct hook to determine cloud environment ( #2383 )
2024-06-20 17:30:47 +02:00
Marc Klingen
dc672099dc
docs(api): update docs on api spec
2024-06-20 16:01:30 +02:00
5e2ab2e25f
Enable Porter Application web ( #2380 )
...
Create porter_stack_web.yml file
Co-authored-by: porter-deployment-app[bot] <87230664+porter-deployment-app[bot]@users.noreply.github.com>
2024-06-20 09:40:20 +00:00
Marc Klingen and GitHub
770d1ab7d4
docs: Update dataset-items.yml
2024-06-20 08:59:39 +02:00
Marc Klingen and GitHub
b6a31f6146
fix(self-hosted): enable air-gapped use by disabling online check of react query ( #2374 )
2024-06-19 23:02:51 +02:00
Hassieb Pakzad and GitHub
33155deb83
fix: overflow LLMApiKeyList baseUrl ( #2372 )
2024-06-19 18:36:14 +02:00
Hassieb Pakzad and GitHub
65b4429272
fix: s3 link ttl ( #2370 )
2024-06-19 12:24:43 +00:00
Hassieb Pakzad and GitHub
2a30f5447d
perf: optimize indices ( #2367 )
2024-06-18 23:12:54 +02:00
Max Deichmann and GitHub
f147d2bde3
fix: flaky worker tests ( #2368 )
...
push
2024-06-18 17:58:48 +00:00
Max Deichmann and GitHub
034fbac052
feat: configure default lookback for dashboards and tables ( #2364 )
2024-06-18 16:32:35 +02:00
Hassieb Pakzad and GitHub
abbca987b4
fix: hide batch export button for selfhosters ( #2365 )
2024-06-18 16:21:42 +02:00
Hassieb Pakzad and GitHub
f8080ca04c
feat: adds exports to sessions table ( #2360 )
2024-06-18 16:09:18 +02:00
marliessophie and GitHub
0396525f1b
style(annotation): small UI/UX improvements ( #2359 )
...
* style(annotation): validate numbers in annotation onKeyUp
* style(drawer): round top left corner
* style: mark discard comment as destructive
* refactor: extract config categories to type in shared
* style: improve annotation range display in configs table
* style: ensure form caters to a lot of categories
* style: show entire description on screen
* style(scores_table): allow hiding author
* push
* push
* push
* push
2024-06-17 17:04:19 +00:00
407f442b4f
chore(deps): bump the sentry group across 1 directory with 4 updates ( #2332 )
...
Bumps the sentry group with 4 updates in the / directory: [@sentry/nextjs](https://github.com/getsentry/sentry-javascript ), [@sentry/node](https://github.com/getsentry/sentry-javascript ), [@sentry/profiling-node](https://github.com/getsentry/sentry-javascript ) and [@sentry/types](https://github.com/getsentry/sentry-javascript ).
Updates `@sentry/nextjs` from 8.8.0 to 8.9.2
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.8.0...8.9.2 )
Updates `@sentry/node` from 8.8.0 to 8.9.2
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.8.0...8.9.2 )
Updates `@sentry/profiling-node` from 8.8.0 to 8.9.2
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.8.0...8.9.2 )
Updates `@sentry/types` from 8.8.0 to 8.9.2
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.8.0...8.9.2 )
---
updated-dependencies:
- dependency-name: "@sentry/nextjs"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/profiling-node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/types"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-17 17:02:36 +02:00
Max Deichmann and GitHub
6b36836fd6
fix: correct sentry 8.0 upgrade ( #2357 )
2024-06-17 15:21:33 +02:00
Marc Klingen
0a08f19ceb
chore: release v2.55.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20, 12) (push) Waiting to run
CI/CD / tests-web (20, 15) (push) Waiting to run
CI/CD / tests-worker (20, 12) (push) Waiting to run
CI/CD / tests-worker (20, 15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-06-17 14:41:38 +02:00
Marc Klingen and GitHub
aff27ef922
perf(prompts): drop fk contraint on observations.prompt_id ( #2355 )
2024-06-17 12:05:32 +00:00
Richard Krümmel and GitHub
7c65366eac
fix(dashboard): change model latency unit to seconds ( #2356 )
2024-06-17 13:53:44 +02:00
marliessophie and GitHub
f2152dd493
perf(sessions): improve filterOptions api ( #2337 )
...
* perf(sessions): improve `filterOptions` api
* limit to 1000 results
* fix: remove unintentional line from `traces.filterOptions`
* feat(table_filters): add free text search option
* push
* show custom select option in `userIds` column on sessions table
* style: fix padding
* style: improve styling
* simplify
* push
* feat(multi-select): show `customSelect` also when "no results found"
2024-06-17 08:14:32 +00:00
Marc Klingen and GitHub
42e446ed55
fix(ui): improve password-reset UX ( #2350 )
2024-06-15 01:16:30 +00:00
Marc Klingen and GitHub
77a65dcf78
fix(cloud): number formatting in usage meter widget ( #2347 )
2024-06-14 18:19:16 +00:00
Marc Klingen
e9d4594e80
fix(ui): label of usage chart in settings
2024-06-14 19:55:27 +02:00
Marc Klingen
a0cf26baec
perf(settings): split usagemetering into separate trpc call
2024-06-14 19:53:03 +02:00
Marc Klingen and GitHub
08f4e64eb2
docs: add hiring to readme
2024-06-14 16:19:49 +02:00
Marc Klingen
788d1d67b0
chore: release v2.55.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20, 12) (push) Waiting to run
CI/CD / tests-web (20, 15) (push) Waiting to run
CI/CD / tests-worker (20, 12) (push) Waiting to run
CI/CD / tests-worker (20, 15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-06-14 16:06:12 +02:00
Marc Klingen and GitHub
01f95dac20
feat(auth): password reset for email/password users via email-link auth ( #2276 )
2024-06-14 14:00:45 +00:00
Marc Klingen
f6f84d9d39
fix(security): add sentry to csp headers
2024-06-14 14:28:03 +02:00
marliessophie and GitHub
ddfc42f739
feat(score_configs): add archive functionality ( #2340 )
...
* feat(score_configs): add archive functionality
* refactor: rename `AnnotateButton` to `AnnotateDrawer`
* support archived behaviour on annotation drawer
* push
* push
* adjust wording
* fix: sort observations by start time
2024-06-14 12:15:59 +00:00
Max Deichmann
22a391e315
chore: release v2.54.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20, 12) (push) Waiting to run
CI/CD / tests-web (20, 15) (push) Waiting to run
CI/CD / tests-worker (20, 12) (push) Waiting to run
CI/CD / tests-worker (20, 15) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-06-12 19:11:33 +02:00
Max Deichmann and GitHub
46b19279c4
fix: clean up broken migration history ( #2329 )
2024-06-12 19:03:45 +02:00
Hassieb Pakzad and GitHub
716ed04e60
perf: use composite index for prompt.metrics ( #2328 )
2024-06-12 17:13:28 +02:00
marliessophie and GitHub
87798edd95
feat(analytics): add posthoc event for trace timeline ( #2327 )
...
* feat(analytics): add posthoc event for trace timeline
* style: don't round corners in trace timeline
* style: title on tree item names
2024-06-12 13:46:54 +00:00
marliessophie and GitHub
7058e05ed5
build(deps): bump mui/utils version to "6.0.0-alpha.9" ( #2323 )
...
* build(deps): bump mui/utils version to "6.0.0-alpha.9"
* push
2024-06-12 13:06:29 +00:00
Hassieb Pakzad and GitHub
fab0ba4f11
perf: adds observations table index projectId promptId ( #2325 )
2024-06-12 14:46:55 +02:00
Hassieb Pakzad and GitHub
2094db0101
perf: increase chatCompletion function timeout ( #2326 )
2024-06-12 14:20:42 +02:00
Hassieb Pakzad and GitHub
f23bea9272
fix: add llmapikeys:read scope to viewer role ( #2324 )
2024-06-12 11:10:28 +02:00
adb67f23e6
feat(auth): add google workspace domain allowlist ( #2322 )
...
---------
Co-authored-by: aablsk <alex.bielski@chaptr.xyz >
Co-authored-by: aablsk <70068680+aablsk@users.noreply.github.com >
2024-06-12 02:43:13 +02:00
Marc Klingen
ed087ae60b
feat(ui): add link to roadmap and icon to EE badge
2024-06-12 02:08:10 +02:00
Marc Klingen
229320a3db
nit: copy
2024-06-12 01:37:19 +02:00
Marc Klingen
38b3e8aaa4
chore(auth): add console.warn for sign out when missing db user
2024-06-12 01:06:01 +02:00
Marc Klingen
2785aa6a32
chore: release v2.53.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-06-12 00:11:19 +02:00
Marc Klingen
06c0392e79
chore: remove unused imports
2024-06-12 00:00:34 +02:00
Marc Klingen and GitHub
f9a3107149
chore(ee): remove unnecessry condition from ee check ( #2317 )
2024-06-11 23:53:25 +02:00
Marc Klingen and GitHub
d987c46fed
perf(ui): split loading of metrics on prompts table into separate trpc route ( #2316 )
2024-06-11 23:52:40 +02:00
Marc Klingen and GitHub
8fdd4a7ca7
refactor: extract joinTableCoreAndMetrics to own file ( #2315 )
2024-06-11 21:44:46 +00:00
marliessophie and GitHub
535e6ecb66
feat(trace timeline view): add timeline view for traces and observations ( #2283 )
...
* add: MUI X tree dependency
* feat: initial timeline view
* add: alert and beta badge
* add: icons
* refactor: extract `TreeItemInner`
* feat: add drawer with detail content
* push
* improve styling
* style overflow
* use localStorage to perserve view
* sort nested observations
* rename to `TraceTimelineView`
* refactor: extract common functionality
* push
* fix: label width
* push
* push
* push
* push
* fix: hover for dark mode
* constant for step size
* fix: scroll behavior mobile
* Revert "add: MUI X tree dependency"
This reverts commit d4179dd7c1a99458b8f511834ec730121688e9ee.
* Revert "Revert "add: MUI X tree dependency""
This reverts commit 8dfe26ebc14ab2afabe9d5ac0a35d156bc10437c.
* push master pnpm equivalent
* reinstall: MUI X tree view
2024-06-11 22:03:40 +02:00
Marc Klingen
204691900d
chore: release v2.52.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-06-11 20:30:53 +02:00
Marc Klingen and GitHub
a1db67580d
feat(ee): license key verification ( #2313 )
2024-06-11 20:30:21 +02:00
Hassieb Pakzad and GitHub
03094953b8
fix: add anchor tags to settings page ( #2312 )
2024-06-11 19:20:00 +02:00
Marc Klingen and GitHub
ba3e6eec47
docs(api): add docs to api reference for /ingestion route ( #2311 )
2024-06-11 17:49:14 +02:00
93de36d25f
chore(deps): bump the sentry group across 1 directory with 4 updates ( #2274 )
...
* chore(deps): bump the sentry group across 1 directory with 4 updates
Bumps the sentry group with 4 updates in the / directory: [@sentry/nextjs](https://github.com/getsentry/sentry-javascript ), [@sentry/node](https://github.com/getsentry/sentry-javascript ), [@sentry/profiling-node](https://github.com/getsentry/sentry-javascript ) and [@sentry/types](https://github.com/getsentry/sentry-javascript ).
Updates `@sentry/nextjs` from 7.113.0 to 8.8.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.113.0...8.8.0 )
Updates `@sentry/node` from 7.113.0 to 8.8.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.113.0...8.8.0 )
Updates `@sentry/profiling-node` from 7.113.0 to 8.8.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.113.0...8.8.0 )
Updates `@sentry/types` from 7.113.0 to 8.8.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.113.0...8.8.0 )
---
updated-dependencies:
- dependency-name: "@sentry/nextjs"
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: sentry
- dependency-name: "@sentry/node"
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: sentry
- dependency-name: "@sentry/profiling-node"
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: sentry
- dependency-name: "@sentry/types"
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: sentry
...
Signed-off-by: dependabot[bot] <support@github.com >
* configure
* push
* push
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Deichmann <m.deichmann@tum.de >
2024-06-11 14:47:45 +00:00
Marc Klingen and GitHub
0f66f37b32
chore: use docker hub image and pin version 2 in docker compose ( #2310 )
2024-06-11 16:16:04 +02:00
Hassieb Pakzad
b4e3634a14
chore: release v2.52.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
Snyk Container / snyk (push) Waiting to run
2024-06-11 16:06:56 +02:00
Hassieb Pakzad and GitHub
29f1072da4
feat: adds custom LLM endpoints ( #2190 )
2024-06-11 16:04:28 +02:00
Marc Klingen and GitHub
5673849f7b
fix(ui): render 429 errors by proxy in toast correctly ( #2308 )
2024-06-11 13:46:13 +00:00
Hassieb Pakzad and GitHub
9cd7e68efc
fix: fern api types for public scores endpoint ( #2307 )
2024-06-11 15:01:15 +02:00
Max Deichmann and GitHub
eb84df07bf
chore: upgrade busybox and ssl_client ( #2306 )
...
upgrade
2024-06-11 14:02:38 +02:00
dependabot[bot] and GitHub
b4ef5887de
chore(deps): bump the patches group across 1 directory with 12 updates ( #2302 )
2024-06-11 13:44:17 +02:00
Marc Klingen and GitHub
aff5e16351
fix(api): get scores, filter timestamp of scores instead of related trace ( #2305 )
2024-06-11 11:09:20 +00:00
Max Deichmann and GitHub
00bb0ce5f8
chore: braces version 3.0.2 ( #2301 )
...
chore: braces 3.0.2
2024-06-11 10:43:27 +00:00
Max Deichmann and GitHub
eaf87083c6
chore: explicitly set the node base image version ( #2300 )
...
push
2024-06-11 10:18:48 +00:00
Richard Krümmel and GitHub
bfe9269a95
fix: update number formatting to "en-US" locale ( #2297 )
2024-06-11 12:05:55 +02:00
Max Deichmann and GitHub
54e7bc2298
chore: upgrade release-it ( #2299 )
2024-06-11 12:00:39 +02:00
Max Deichmann and GitHub
a7720b0e8f
chore: add snyk image scan ( #2296 )
2024-06-11 11:49:36 +02:00
Hassieb Pakzad
e1ca51ec33
chore: release v2.51.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-06-11 10:27:18 +02:00
eb26a9861d
fix(dataset-router): handle empty run items array ( #2293 )
...
* fix(dataset-router): handle empty run items array
* add note
---------
Co-authored-by: Hassieb Pakzad <68423100+hassiebp@users.noreply.github.com >
2024-06-11 09:42:40 +02:00
b1692e1786
chore: add devcontainer config to simplify contributing to Langfuse ( #2267 )
...
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-06-10 23:42:44 +02:00
6b7709f8e7
fix(ui): order tooltip items on dashboard by value desc ( #2287 )
...
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-06-10 23:39:23 +02:00
6a5a233749
feat(auth): add custom OIDC IDP provider ( #2285 )
...
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-06-10 23:02:24 +02:00
Hassieb Pakzad and GitHub
b262d7ff4a
fix: skip git hooks in release-it ( #2289 )
2024-06-10 18:29:11 +00:00
Hassieb Pakzad
2b7aa21fa5
chore: release v2.50.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-06-10 19:52:25 +02:00
Hassieb Pakzad and GitHub
a60bf7ce55
chore: adds git hooks to protect main branch ( #2288 )
2024-06-10 19:49:27 +02:00
Hassieb Pakzad
0d1f948625
feat: adds filter by score IDs to list scores endpoint
2024-06-10 19:06:26 +02:00
Hassieb Pakzad
cf42dd726d
chore: release v2.49.2
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-06-10 16:22:01 +02:00
Hassieb Pakzad and GitHub
8aeec63c07
perf: use raw query for trace duration on dataset run table ( #2286 )
2024-06-10 16:19:31 +02:00
Hassieb Pakzad
0cd3fcfbeb
chore: release v2.49.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-06-10 12:57:14 +02:00
Hassieb Pakzad and GitHub
a880bdb3b2
perf: boost observationCounts on prompts table ( #2284 )
2024-06-10 12:48:39 +02:00
Max Deichmann and GitHub
5c6d3e14f2
refactor: add tokenisation to worker ( #2281 )
2024-06-09 11:48:21 +00:00
Max Deichmann and GitHub
6ccc57312c
fix: shared dependencies and improve docker ci ( #2273 )
2024-06-07 18:45:05 +02:00
Max Deichmann and GitHub
c4831d1b25
fix: add lodash to worker ( #2270 )
2024-06-07 15:45:15 +02:00
Marc Klingen
cc08408f0a
fix(ui): show title when trying to deleting built-in models
2024-06-07 02:57:18 +02:00
6a41aadc98
fix(ui): handle nested menu states in sidebar ( #2230 )
...
* chore: update MainNavigation component to use nested navigation literals
* simplify
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-06-06 22:42:51 +00:00
9d6efbae19
fix(ui): improve ux across delete buttons ( #2258 )
...
* improve ux across delete buttons
* updated delete button on models screen
* trpc errors are logged to console by default
* revert to pointer-events-none on disabled button
---------
Co-authored-by: Mish Ushakov <mishushakov@users.noreply.github.com >
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-06-07 00:26:04 +02:00
Max Deichmann and GitHub
74be1e87c1
refactor: move ingestion types to shared ( #2264 )
...
push
2024-06-06 17:56:35 +00:00
Hassieb Pakzad
dd823da1da
chore: release v2.49.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-06-06 17:52:18 +02:00
992f0affbc
chore: remove trace fkey constraint from datasetrunitems ( #2262 )
...
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-06-06 17:49:17 +02:00
Mish Ushakov and GitHub
b8c192324c
docs: Updated contributing guide ( #2259 )
2024-06-06 14:28:57 +02:00
Marc Klingen and GitHub
1416e760ff
chore: remove dangling worker/generated/types.ts ( #2257 )
2024-06-06 14:11:01 +02:00
Marc Klingen and GitHub
4266b46dd9
chore(db): drop legacy pricings table, replaced by models ( #2256 )
2024-06-06 11:36:08 +02:00
Marc Klingen and GitHub
1933f8f201
feat: add token/character count support for gemini-1.5-flash and gemini-1.5-pro ( #2255 )
2024-06-06 11:21:42 +02:00
Marc Klingen and GitHub
1e35eb3a66
fix(ui): encode prompt name on link from traces ( #2253 )
2024-06-06 08:30:52 +00:00
Marc Klingen and GitHub
5478c5e317
feat(ui): use dropdownmenu for version modal ( #2252 )
2024-06-06 08:20:01 +00:00
Marc Klingen and GitHub
140452c89e
feat(ui): add upgrade popover to version number ( #2251 )
2024-06-06 00:48:23 +00:00
Marc Klingen and GitHub
7ac92e83da
feat(ui): use pagination instead of virtualization on sessions view ( #2248 )
2024-06-05 22:21:01 +00:00
Marc Klingen
8a65bad7d4
chore: release v2.48.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-06-05 23:04:25 +02:00
Marc Klingen
6c6348bfbe
chore(rbac): grant new scoreConfigs:CUD scope to MEMBER role
2024-06-05 23:02:42 +02:00
Marlies Mayerhofer
9ff7fc942d
fix: add maintainers heading in contributing file
2024-06-05 22:53:30 +02:00
Marlies Mayerhofer
a3f59e7e95
feat: enhance robustness of multi select item search
2024-06-05 22:46:48 +02:00
Max Deichmann and GitHub
445bdcb65c
chore: log level worker ( #2246 )
...
* push
* push
2024-06-05 20:34:12 +02:00
Max Deichmann and GitHub
8230aa79b3
chore: remove comments ( #2245 )
2024-06-05 20:11:10 +02:00
57ca7fb478
chore(deps-dev): bump @typescript-eslint/parser from 7.7.0 to 7.12.0 ( #2222 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 7.7.0 to 7.12.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.12.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-05 20:05:17 +02:00
marliessophie and GitHub
2db88101e1
feat: add score and score config user tracking events ( #2240 )
...
* feat: add score and score config user tracking events
* add: icon for annotation button
2024-06-05 13:12:22 +00:00
Hassieb Pakzad and GitHub
669167002a
fix: parse object type message content ( #2239 )
2024-06-05 12:48:30 +00:00
marliessophie and GitHub
2f6ade9354
fix(annotation): improve keyboard navigation experience in drawer ( #2236 )
2024-06-05 13:41:04 +02:00
Marc Klingen
86f44df5dc
chore: release v2.48.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-06-05 00:32:21 +02:00
marliessophie and GitHub
34da790d5e
chore(scores): backfill manual scores with config_id ( #2233 )
2024-06-05 00:25:10 +02:00
c16d86f7e5
feat(scores): add annotation slider and score config settings for categorical annotation ( #2157 )
...
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-06-05 00:06:05 +02:00
Marc Klingen and GitHub
1b2b8cc43a
ci: fix flaky docker test build step by pinning turbo v1 ( #2234 )
2024-06-04 23:48:00 +02:00
Marc Klingen
3903790086
docs(api): refer to GET /traces endpoint to fetch large sessions with pagination
2024-06-04 20:22:23 +02:00
6da1280c43
perf(user-table): add timestamp filter to user table ( #2231 )
...
* feat: add timestamp filter to user table
* users table definition instead of reusing traces
* add filter to total as well to make table state consistent
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-06-04 19:08:00 +02:00
Marc Klingen
85343bf26c
chore: release v2.47.7
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-06-04 16:56:48 +02:00
Richard Krümmel and GitHub
e3b4dc1928
feat(api): add sessionId filter for traces endpoint ( #2227 )
2024-06-04 14:38:51 +00:00
Marc Klingen and GitHub
a4939bacd8
perf: add index on scores.name ( #2228 )
2024-06-04 15:35:21 +02:00
Hassieb Pakzad
4441942cf5
chore: release v2.47.6
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-06-04 14:02:23 +02:00
Hassieb Pakzad and GitHub
6597b02c09
perf: boost sessions table performance ( #2225 )
2024-06-04 13:42:09 +02:00
Marc Klingen and GitHub
0df3ad27dc
perf: add index on dataset_items.source_trace_id ( #2220 )
2024-06-04 01:57:19 +02:00
Marc Klingen and GitHub
696d458a27
fix(cloud): handle posthog settings rbac correctly in frontend ( #2223 )
2024-06-03 23:35:49 +00:00
Marc Klingen and GitHub
fd18ab605d
feat(api): add count and cost to daily metrics api ( #2219 )
2024-06-03 22:41:01 +02:00
Marc Klingen
d47d14eecd
chore: release v2.47.5
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-06-03 19:56:18 +02:00
Richard Krümmel and GitHub
24a81e1589
fix: update validation schema for prompt tags ( #2217 )
2024-06-03 18:51:39 +02:00
Max Deichmann
ac0c13f3e5
chore: release v2.47.4
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-06-03 18:07:58 +02:00
Marc Klingen and GitHub
a7b90fa32c
feat(ui): preview model cost per 1k, 100k, and 1M units ( #2216 )
2024-06-03 13:45:10 +00:00
Marc Klingen
9eaf2a2e0f
docs(api): add tags to prompt api response type
2024-06-03 14:24:48 +02:00
Max Deichmann and GitHub
61e3cc33bf
fix: do not log expected eval errors as sentry errors ( #2213 )
2024-06-03 12:22:41 +00:00
2be198400d
feat(api): add prompt tags via API ( #2180 )
...
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-06-03 12:10:15 +00:00
Max Deichmann
830df682f9
chore: release v2.47.3
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-06-03 12:19:27 +02:00
Max Deichmann and GitHub
2a420b2e90
chore: reduce sentry sampling ( #2212 )
2024-06-03 11:06:56 +02:00
Marc Klingen
53127c34ab
chore: add posthog ui_host
2024-06-02 21:18:35 +02:00
Marc Klingen
9c57ff4853
chore: reduce cloud telemetry to 4 times a day
2024-06-02 20:18:55 +02:00
Marc Klingen
a71176eda4
chore: disable posthog autocapture
2024-06-02 20:12:54 +02:00
Marc Klingen and GitHub
f59a85f412
fix(ui): full prompt name on hover when saving as new version from playground ( #2208 )
2024-06-02 14:31:01 +00:00
Marc Klingen
ec59436522
chore: release v2.47.2
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-06-02 01:37:09 +02:00
Marc Klingen and GitHub
53a3d58a2f
fix(ui): do not run llm api key query when it is not available ( #2205 )
2024-06-02 01:35:41 +02:00
Marc Klingen and GitHub
c1162a3a8b
chore: update support page to include GH discussions ( #2204 )
2024-06-01 15:59:34 +00:00
Marc Klingen
43d8c4ec99
chore: release v2.47.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-05-31 16:15:00 +02:00
Marc Klingen and GitHub
3a88315ac5
perf: add date range filter to scores, default to 7 days across core tables ( #2198 )
2024-05-31 14:12:16 +00:00
Marc Klingen and GitHub
e06b96a5ee
fix(auth): add custom timeout to sso config query ( #2192 )
2024-05-31 10:21:03 +00:00
Marc Klingen and GitHub
307f54ef8a
chore(cloud): update usage & billing copy ( #2193 )
2024-05-30 23:38:43 +00:00
Marc Klingen and GitHub
196dc1bf00
feat: support claude-3 pricing on google vertex ( #2191 )
2024-05-30 23:36:11 +02:00
Marc Klingen
ee2c0fb27b
chore: release v2.47.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-05-30 19:26:01 +02:00
Marc Klingen and GitHub
27623de650
fix(ui): do not wrap tags within tables ( #2189 )
2024-05-30 14:05:39 +00:00
Marc Klingen
61c8f6c269
docs update integrations in readme
2024-05-30 15:40:02 +02:00
Marc Klingen and GitHub
cc9e21ccb3
perf(datasets): lateral join on runsByDatasetId, remove unused include on runitemsByRunIdOrItemId ( #2183 )
2024-05-29 23:59:48 +00:00
078ceb7ff1
feat(ui): add client-side error notifications ( #2166 )
...
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-05-29 14:41:41 +00:00
Marc Klingen and GitHub
9436c33025
fix(ui): json views should use resolve theme instead of the literal theme which can be system ( #2168 )
2024-05-29 14:14:38 +00:00
Marc Klingen and GitHub
88b3e1bea6
chore(cloud): remove posthog ingestion metrics as we moved to airbyte ( #2179 )
2024-05-29 13:22:02 +00:00
Richard Krümmel and GitHub
da042d8284
fix(ui): allow for long model names in select filter ( #2173 )
2024-05-29 13:42:51 +02:00
Max Deichmann and GitHub
50264701f6
chore: reduce logging ( #2178 )
...
push
2024-05-29 09:14:33 +00:00
Marc Klingen and GitHub
3ee8a2e026
perf(db): add cursors and indicies on cursors ( #2174 )
2024-05-29 00:06:40 +02:00
Marc Klingen and GitHub
ed04357815
feat(ui): add linter to json inputs ( #2171 )
2024-05-28 14:40:13 +00:00
Max Deichmann
fa26275634
chore: release v2.46.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-05-28 16:04:42 +02:00
Max Deichmann and GitHub
7587c75459
chore: do not log io ( #2164 )
2024-05-28 11:27:12 +00:00
Clemo and GitHub
a956d0115c
docs: update
2024-05-27 19:14:33 -07:00
Marc Klingen and GitHub
cb82835489
fix(ui): overflow behavior of tag manager ( #2156 )
2024-05-27 17:13:32 +02:00
Hassieb Pakzad and GitHub
d1c1e60eca
feat: use custom keys for playground ( #2139 )
2024-05-27 14:29:05 +02:00
Marc Klingen
81b612273a
chore: release v2.45.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-05-27 13:10:28 +02:00
Marc Klingen and GitHub
2c1abf2f6e
feat(auth): add AWS Cognito provider ( #2151 )
...
Fixes #2107
2024-05-27 10:21:04 +00:00
Marc Klingen and GitHub
db1a662f7f
fix(ui): default hide version and release on trace table ( #2150 )
2024-05-27 10:06:22 +00:00
Richard Krümmel and GitHub
1b0e3de709
fix(ui): table header tooltips ( #2148 )
2024-05-27 11:20:48 +02:00
Richard Krümmel and GitHub
be8aec2f8f
feat(theme): add posthog ( #2147 )
2024-05-27 11:20:11 +02:00
adc01014c0
fix(scores): table source filter ( #2144 )
...
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-05-24 19:29:39 +00:00
Marc Klingen and GitHub
215af995fb
perf: add indicies to foreign keys on job executions table ( #2143 )
2024-05-24 21:12:52 +02:00
marliessophie and GitHub
74ff237145
feat(scores): rename source REVIEW to ANNOTATION ( #2141 )
...
* feat(scores): add 'ANNOTATION' to `ScoreSource`
* feat: adjust seeder
* feat: adjust trpc router
* add: backfill scores source `REVIEW` to `ANNOTATION`
* add: drop `REVIEW` from scores source enum
* update yml
* refactor: rename trpc procedures
2024-05-24 19:58:30 +02:00
5c2ae0e678
Enable Porter Application worker ( #2138 )
...
Create porter_stack_worker.yml file
Co-authored-by: porter-deployment-app[bot] <87230664+porter-deployment-app[bot]@users.noreply.github.com>
2024-05-24 14:42:46 +00:00
marliessophie and GitHub
a6d8ce8c96
feat(score_config): add table via migration ( #2126 )
...
* feat: add author user id column to scores table
* feat: add author user id to scores created via trpc router
* feat: add author user id to scores created in seeder
* fixup
* add: index to author user id on scores
* feat: annotation config schema
* add: migration
* add: migrations in order
* fixup after merge
* fix: replicate to worker/types
* fix: address feedback
* rn: to scoreConfig
* push
* refactor: rn `ScoreDataType` to `ScoreConfigDataType`
* fix
* fix: scores server test
* context: order of returned data can vary based on how data is retrieved. Likely re-ordered due to new index on configId in scores table
* fix: re-generate types for correct alphabetical order
* fix: remodel migrations to match new schema
* feat: rm backfill migration for data_type on scores
* make data_type column optional on scores
* push: regenerate types
* push
* feat: make dataType on scores required again
* rename: scores add data type migration
* re-run migrations
* push
2024-05-23 19:26:16 +02:00
Marc Klingen
fa4ba016b5
chore: release v2.45.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-05-23 15:49:07 +02:00
Hassieb Pakzad and GitHub
9b7e0abfbc
feat: adds links in and out of playground ( #2123 )
2024-05-23 11:35:39 +00:00
dependabot[bot] and GitHub
5556772388
chore(deps): bump the patches group across 1 directory with 14 updates ( #2120 )
2024-05-23 09:46:10 +02:00
Richard Krümmel and GitHub
68e0270051
fix(ui): improve orange hue ( #2128 )
...
Improve dark:muted-orange hue
2024-05-22 23:12:34 +02:00
5bd7d879ad
chore(deps): bump @t3-oss/env-nextjs from 0.8.0 to 0.10.1 ( #1962 )
...
Bumps [@t3-oss/env-nextjs](https://github.com/t3-oss/t3-env/tree/HEAD/packages/nextjs ) from 0.8.0 to 0.10.1.
- [Release notes](https://github.com/t3-oss/t3-env/releases )
- [Changelog](https://github.com/t3-oss/t3-env/blob/main/packages/nextjs/CHANGELOG.md )
- [Commits](https://github.com/t3-oss/t3-env/commits/@t3-oss/env-nextjs@0.10.1/packages/nextjs )
---
updated-dependencies:
- dependency-name: "@t3-oss/env-nextjs"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-22 17:17:57 +00:00
Richard Krümmel and GitHub
87d34c05d9
feat(ui): add dark mode improvements ( #2127 )
2024-05-22 18:26:21 +02:00
ae27144346
feat(scores): add nullable authorUserId to scores ( #2121 )
...
* feat: add author user id column to scores table
* feat: add author user id to scores created via trpc router
* feat: add author user id to scores created in seeder
* fixup
* add: index to author user id on scores
* replicate to worker/types
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-05-22 15:47:56 +02:00
marliessophie and GitHub
f5101083a2
fix: prompt metrics router add early return if no valid promptIds array input ( #2125 )
...
fix: metric router add early return if no valid promptIds array input
2024-05-22 12:16:00 +00:00
124c9e8107
feat: move scores table on trace and observation preview into seperate tab ( #2078 )
...
* feat: move scores on trace and observation preview to different tab
* refactor: extract current table logic into `ScoresTablePreview`
* fix: rm unused footer
* refactor: scores preview table
* fix: tab state needs to be reset upon changing currentObservationId
* refactor: reorder for readability
* refactor: rm column visibility as not needed
* fix: rm pagination
* refactor: rn details to preview
* feat: restyle tabs
* feat: reuse scores table
* feat: hide columns
* feat: add source column to scores table
* feat: add user name and avatar to scores table
* adjust seeder
* feat: show score value in preview tab
* fix: don't show comment if empty string
* feat: add score source to preview UI
* feat: add tooltip
* feat: don't use user image and name in scores table
* feat: hide userId column in trace and observation preview
* adjust seeder to reuse image in bucket
* fix: pass table name to save column visibility in local storage
* revert: changes to seed file
* feat: misc UI improvements
* fixup: first draft add `is not` filter to table
* feat: show all nested scores for trace scores
* fix: misc UI
* ui: use `primary-accent` color
* adjust padding/margins
* adjust paddings
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-05-22 09:57:24 +00:00
Marc Klingen and GitHub
fabbb75e40
fix(api): dedupe and sort trace tags ( #2122 )
2024-05-22 09:00:34 +00:00
Richard Krümmel and GitHub
857507195b
feat(ui): add dark mode ( #1998 )
2024-05-22 10:52:53 +02:00
Marc Klingen and GitHub
cd7864cad4
fix(ui): hide playground button if not available ( #2118 )
2024-05-21 14:43:07 +02:00
Marc Klingen and GitHub
cd9fd110e4
perf(api): optimize get traces api & fix totalCost ( #2117 )
2024-05-21 14:40:21 +02:00
Marc Klingen
3c35e5e9c5
chore: release v2.44.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-05-21 12:32:58 +02:00
Marc Klingen and GitHub
fe75e4c5f1
refactor: add time to first token to observations_view ( #2092 )
2024-05-21 12:30:27 +02:00
6435ce1a79
fix(docker-compose): Add healthcheck for db service ( #2113 )
...
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-05-21 10:55:15 +02:00
marliessophie and GitHub
d270143f0e
fix: rename careers file to match hackernews post ( #2115 )
2024-05-21 09:54:21 +02:00
Marc Klingen
4041550d5e
fix: link of help link of eval log
2024-05-21 00:35:46 +02:00
Max Deichmann and GitHub
fc5ff52d1e
docs: careers file extension ( #2105 )
2024-05-20 19:19:17 +00:00
Clemo and GitHub
6f6bef722b
docs: create careers
2024-05-20 12:11:25 -07:00
Marc Klingen and GitHub
496ac68008
docs: Update .env.prod.example ( #2103 )
2024-05-20 17:12:36 +02:00
Marc Klingen and GitHub
595f9f1e5d
fix(ui): parse chatml messages where content is an array ( #2100 )
2024-05-20 12:53:00 +00:00
Marc Klingen
70bca50ad0
fix(ui): spacing of user menu
2024-05-17 23:56:15 +02:00
Marc Klingen
99791458b4
fix(ui): padding of second-level menu
2024-05-17 23:54:33 +02:00
Marc Klingen and GitHub
60dc78b498
feat(ui): less padding in main menu ( #2095 )
2024-05-17 21:36:00 +00:00
Marc Klingen and GitHub
43e5887361
fix(api): merge tags when upserting a trace ( #2091 )
2024-05-17 18:43:10 +02:00
marliessophie and GitHub
c009d9602d
revert: fix(cloud) remove custom cookie management" ( #2090 )
...
Revert "fix(cloud): remove custom cookie management (#2087 )"
This reverts commit 976f743841 .
2024-05-17 14:32:54 +00:00
Max Deichmann and GitHub
830ebf6fff
fix: set cache control explicitly ( #2088 )
2024-05-17 16:08:19 +02:00
Marc Klingen and GitHub
976f743841
fix(cloud): remove custom cookie management ( #2087 )
2024-05-17 14:12:11 +02:00
Max Deichmann and GitHub
89c1e46c55
chore: adjust sentry ( #2086 )
2024-05-17 10:21:51 +00:00
Marc Klingen
832e5d85ff
fix(ee): capture exceptions when loading dynamic sso providers
2024-05-17 12:14:14 +02:00
Marc Klingen
9b3a1f3af3
feat(cloud): include data region in project invite emails
2024-05-17 12:08:40 +02:00
Marc Klingen
c2515f7e6a
feat(auth): improve auth error messages and logging
2024-05-17 11:37:45 +02:00
Marc Klingen
a7131dc422
chore: release v2.43.2
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-05-17 11:13:57 +02:00
Marc Klingen and GitHub
bb73243a04
fix(ui): use svh for fullscreen pages on mobile ( #2076 )
2024-05-17 11:12:00 +02:00
Marc Klingen
e543c7dc27
feat(auth): capture unexpected credential sign-in errors
2024-05-17 10:42:11 +02:00
Marc Klingen and GitHub
a2b6b7a14b
feat(cloud): data region select and info modal ( #2085 )
2024-05-17 10:17:37 +02:00
Johannes Goslar and GitHub
e0930fbf46
intercept OpenAI requests in worker testruns ( #2020 )
2024-05-16 21:12:30 +00:00
Marc Klingen and GitHub
125aa6b2c4
fix(api): align get/v2/prompts meta response with api spec ( #2079 )
2024-05-16 18:49:20 +00:00
Marc Klingen
3caf70bd2b
chore: release v2.43.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-05-16 17:19:49 +02:00
Marc Klingen
4139ccec98
fix: hide LlmApiKeyList in settings when not on langfuse cloud as related features are in beta right now and will be released in v3
2024-05-16 17:19:23 +02:00
Marc Klingen
07671c76b4
chore: release v2.43.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-05-16 15:46:26 +02:00
Max Deichmann and GitHub
317608421f
fix: remove encryption key ( #2074 )
2024-05-16 15:37:44 +02:00
10d84a4094
perf(scores): remove fk constraint from traceId and observationId on scores, change to projectId ( #2012 )
...
---------
Co-authored-by: Marlies Mayerhofer <74332854+marliessophie@users.noreply.github.com >
2024-05-16 12:33:02 +00:00
f623bd9f79
feat: allows disabling model params in playground and evals ( #2062 )
...
Co-authored-by: Max Deichmann <m.deichmann@tum.de >
2024-05-16 09:15:04 +01:00
Max Deichmann
08fb5f4000
chore: release v2.42.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-05-16 09:53:08 +02:00
marliessophie and GitHub
03d00c405c
feat: add sticky headings to table component ( #2053 )
...
* feat: add sticky header and footer to table component
2024-05-16 09:45:27 +02:00
Marc Klingen
783f7a205f
fix: default to height m for single sessions
2024-05-16 02:50:32 +02:00
Marc Klingen and GitHub
83359e6fc6
perf(ui): add virtualized single session view ( #2066 )
2024-05-16 02:29:59 +02:00
Marc Klingen
edd1484c5a
chore: release v2.41.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-05-15 03:09:47 +02:00
Marc Klingen and GitHub
410c91b464
chore: add additional tests to dataset item route ( #2059 )
2024-05-15 03:09:25 +02:00
Marc Klingen and GitHub
8962090404
fix(ui): null values in prompt metrics table ( #2058 )
2024-05-15 01:02:23 +00:00
Marc Klingen
4f88b78c71
chore: consolidate api types
2024-05-15 02:19:14 +02:00
Marc Klingen
8995b30959
chore: release v2.41.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-05-15 02:09:42 +02:00
Marc Klingen and GitHub
321a25cf13
feat(datasets): make status of dataset item editable via API ( #2057 )
2024-05-15 00:02:50 +00:00
2990767c4a
feat(prompts): add table to compare metrics across prompt versions, [promptName]/metrics ( #1991 )
...
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-05-14 20:09:18 +00:00
Max Deichmann
ad10e6f76f
chore: release v2.40.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-05-14 18:03:59 +02:00
Hassieb Pakzad and GitHub
1f9adec948
feat: adds gpt-4o model to evals ( #2052 )
2024-05-14 18:03:13 +02:00
Hassieb Pakzad and GitHub
a158d6da09
feat(playground): adds gpt-4o models to playground ( #2051 )
2024-05-14 10:40:14 +02:00
Marc Klingen
e6f9e5e06d
chore: release v2.39.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-05-14 01:00:41 +02:00
Marc Klingen and GitHub
c2463cb91e
feat: add tokenization for gpt4o ( #2048 )
2024-05-14 00:58:22 +02:00
Marc Klingen and GitHub
38e472ec66
feat: add pricing information for gpt4o ( #2047 )
...
add pricing information for gpt4o
Fixes #2046
2024-05-13 22:05:18 +00:00
616e79238b
feat: add env LANGFUSE_DEFAULT_TABLE_DATETIME_OFFSET ( #2040 )
...
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-05-13 16:24:25 +02:00
Marc Klingen and GitHub
e2a59a2639
ci: fix tests ( #2041 )
2024-05-13 13:52:45 +00:00
Marc Klingen and GitHub
07609ade4f
refactor: rename memberships to projectMemberships and enum MembershipRole to ProjectRole ( #2037 )
2024-05-12 19:06:50 +02:00
Marc Klingen
6627c59db4
chore: remove unused worder/generated/types, monorepo cleanup
2024-05-12 19:01:11 +02:00
Marc Klingen
70e1426790
fix: seeder for priojectId on scores
2024-05-10 15:17:03 +02:00
Marc Klingen and GitHub
8550d7313f
chore: backfill projectid on score ( #2011 )
2024-05-09 20:29:43 +02:00
Marc Klingen and GitHub
1d76ef3a18
perf: add index to projectid on scores ( #2028 )
2024-05-09 18:03:33 +02:00
Marc Klingen
b68d15309b
docs: update contributing
2024-05-09 17:50:11 +02:00
Marc Klingen and GitHub
c7b3e95645
feat(scores): add nullable projectId to scores ( #2010 )
2024-05-09 17:47:06 +02:00
Marc Klingen and GitHub
2c55cd842a
fix(ui): scroll dataset item editor on large inputs ( #2027 )
2024-05-09 14:39:08 +00:00
Marc Klingen
dc4e217a6e
chore: release v2.38.2
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-05-09 15:39:47 +02:00
Marc Klingen and GitHub
90f89f8b33
feat: add optional LANGFUSE_DISABLE_EXPENSIVE_POSTGRES_QUERIES ( #2026 )
2024-05-09 15:38:32 +02:00
Marc Klingen and GitHub
2cbcf1fc02
perf: move client side envs to session instead of fetching them via trpc ( #2025 )
2024-05-09 13:19:29 +00:00
Marc Klingen and GitHub
04251e2451
fix: navigation after deleting project ( #2022 )
2024-05-09 12:39:55 +00:00
Hassieb Pakzad and GitHub
b3ff1e0bd1
fix: make latest label a reserved label ( #2019 )
2024-05-09 11:19:45 +02:00
Max Deichmann
9fc1f79b94
chore: release v2.38.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-05-08 17:42:34 +02:00
Marc Klingen
06bf8302d6
fix: notification version
2024-05-08 01:00:51 +02:00
7acc8e1f4d
feat: add frontend posthog events ( #1983 )
...
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-05-08 00:59:12 +02:00
Max Deichmann and GitHub
b88809f7e5
perf: add sentry metrics integration ( #2002 )
2024-05-07 14:15:53 +00:00
Hassieb Pakzad and GitHub
7ee5c2d573
fix(ui): render chatml output correctly if array passed ( #2000 )
2024-05-07 13:40:55 +00:00
Max Deichmann and GitHub
702a591a0d
perf: add sentry counter for ingested events ( #1999 )
2024-05-07 13:34:45 +00:00
Marc Klingen and GitHub
6021ef94c8
fix(rbac): viewers have read-only access to evaluation resources ( #1997 )
2024-05-07 13:24:19 +00:00
Marc Klingen and GitHub
d2d10893e1
fix: help strings and links across eval feature ( #1996 )
2024-05-07 13:09:05 +00:00
Max Deichmann and GitHub
dd78b9be7e
perf: instrument tokenisation ( #1995 )
2024-05-07 12:54:39 +00:00
Max Deichmann and GitHub
ec1a9c53e7
fix: improve filteroptions api ( #1993 )
2024-05-07 12:13:35 +00:00
Max Deichmann and GitHub
74da65f9b2
perf: limit filteroptions api ( #1973 )
2024-05-07 14:05:19 +02:00
654620c336
fix(prompts): filter by label to prompts table ( #1980 )
...
* fix(prompts): add filter by label to prompts table
* feat: adds label filter to prompt table
---------
Co-authored-by: Hassieb Pakzad <68423100+hassiebp@users.noreply.github.com >
2024-05-07 10:42:27 +02:00
Marc Klingen
d1b935b280
docs: update api reference to specify datetime format (ISO 8601)
2024-05-06 18:10:01 +02:00
Max Deichmann and GitHub
7dfa914934
fix: validate query ( #1985 )
2024-05-06 15:17:09 +00:00
Clemo and GitHub
a126b05bb9
fix: update entity name from finto technologies gmbh to langfuse gmbh
2024-05-06 17:01:01 +02:00
Clemo and GitHub
b81a81d76f
docs: add /ee license (enterprise edition)
2024-05-06 17:00:05 +02:00
Marc Klingen
15014eb8ea
chore: release v2.38.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-05-05 21:32:51 +02:00
Marc Klingen and GitHub
e1fb0e4102
perf: exclude observation metadata in traces.byId to prevent OOM when viewing large traces ( #1978 )
2024-05-05 19:47:35 +02:00
Marc Klingen
c7d99476eb
chore(cloud): update terms and conditions link
2024-05-05 17:51:42 +02:00
Marc Klingen and GitHub
7e3980856c
feat(ui): add container queries for embedded tables + accordion to hide generations on prompt versions ( #1974 )
2024-05-03 21:17:51 +00:00
marliessophie and GitHub
54991e2246
feat: show generations table per prompt version, add observationCount to traces table ( #1971 )
...
* feat: add number of observations as new col on traces
* perf: load `observationCount` directly
* feat: show generations table per prompt version
* feat: remove `isHideIfEmptyEnabled` config
* fix: remove `enableSorting` for `observationCount`
2024-05-03 17:36:00 +00:00
Marc Klingen and GitHub
10bbfd75c3
chore(db): add cursors to trace table ( #1968 )
2024-05-03 15:48:43 +02:00
4476d6c1e7
chore(deps): bump the prisma group with 2 updates ( #1959 )
...
Bumps the prisma group with 2 updates: [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli ) and [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client ).
Updates `prisma` from 5.12.1 to 5.13.0
- [Release notes](https://github.com/prisma/prisma/releases )
- [Commits](https://github.com/prisma/prisma/commits/5.13.0/packages/cli )
Updates `@prisma/client` from 5.12.1 to 5.13.0
- [Release notes](https://github.com/prisma/prisma/releases )
- [Commits](https://github.com/prisma/prisma/commits/5.13.0/packages/client )
---
updated-dependencies:
- dependency-name: prisma
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prisma
- dependency-name: "@prisma/client"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prisma
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-03 12:18:44 +00:00
9dc758693b
chore(deps): bump @aws-sdk/lib-storage from 3.550.0 to 3.568.0 ( #1961 )
...
Bumps [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage ) from 3.550.0 to 3.568.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.568.0/lib/lib-storage )
---
updated-dependencies:
- dependency-name: "@aws-sdk/lib-storage"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-03 12:08:19 +00:00
Marc Klingen
082031ccd2
docs: fix links to published specs in api spec
2024-05-03 14:01:35 +02:00
Marc Klingen and GitHub
a88764db7e
perf: limit max length of trpc batch requests ( #1966 )
2024-05-03 13:55:26 +02:00
b6e0acb6f3
chore(deps): bump the sentry group with 4 updates ( #1958 )
...
Bumps the sentry group with 4 updates: [@sentry/nextjs](https://github.com/getsentry/sentry-javascript ), [@sentry/node](https://github.com/getsentry/sentry-javascript ), [@sentry/profiling-node](https://github.com/getsentry/sentry-javascript ) and [@sentry/types](https://github.com/getsentry/sentry-javascript ).
Updates `@sentry/nextjs` from 7.110.1 to 7.113.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.113.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.110.1...7.113.0 )
Updates `@sentry/node` from 7.110.1 to 7.113.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.113.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.110.1...7.113.0 )
Updates `@sentry/profiling-node` from 7.110.1 to 7.113.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.113.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.110.1...7.113.0 )
Updates `@sentry/types` from 7.110.1 to 7.113.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.113.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.110.1...7.113.0 )
---
updated-dependencies:
- dependency-name: "@sentry/nextjs"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/profiling-node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/types"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-03 09:34:35 +00:00
Max Deichmann and GitHub
366ccde902
chore: improve logging ( #1965 )
2024-05-03 09:17:36 +00:00
Marc Klingen and GitHub
21c60fab76
fix: generate api spec and postman collection to public folder ( #1964 )
...
* fix: generate api spec and postman collection to public folder
* remove copy script from package
* remove old generation target
2024-05-03 08:55:33 +00:00
Max Deichmann
7c5a49b4ee
chore: release v2.37.3
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-05-02 17:40:56 +02:00
bfbb83e74f
fix: use provided job delay instead of default if provided ( #1950 ) ( #1955 )
...
Co-authored-by: Tim Beyer <tim.beyer@gmail.com >
2024-05-02 17:39:42 +02:00
Marc Klingen and GitHub
8cde89689f
chore: Update bug_report.yml
2024-05-02 12:24:30 +02:00
Marc Klingen and GitHub
823d94e6fd
chore: update issue template
2024-05-02 12:23:53 +02:00
Marc Klingen
2bbb88ce93
chore: update issue template
2024-05-02 12:07:53 +02:00
52cfba89e8
feat(auth): redirect to targetPath after login ( #1913 )
...
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-05-02 11:47:41 +02:00
2de3d6fe8f
chore(deps): bump the patches group across 1 directory with 14 updates ( #1944 )
...
Bumps the patches group with 14 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [release-it](https://github.com/release-it/release-it ) | `17.2.0` | `17.2.1` |
| [turbo](https://github.com/vercel/turbo ) | `1.13.2` | `1.13.3` |
| [@langchain/anthropic](https://github.com/langchain-ai/langchainjs ) | `0.1.14` | `0.1.16` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs ) | `0.1.58` | `0.1.61` |
| [@react-email/components](https://github.com/resend/react-email/tree/HEAD/packages/components ) | `0.0.16` | `0.0.17` |
| [@react-email/render](https://github.com/resend/react-email/tree/HEAD/packages/render ) | `0.0.12` | `0.0.13` |
| [clsx](https://github.com/lukeed/clsx ) | `2.1.0` | `2.1.1` |
| [langchain](https://github.com/langchain-ai/langchainjs ) | `0.1.33` | `0.1.36` |
| [next](https://github.com/vercel/next.js ) | `14.2.1` | `14.2.3` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library ) | `15.0.2` | `15.0.6` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next ) | `14.2.1` | `14.2.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) | `5.2.9` | `5.2.10` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) | `1.5.0` | `1.5.3` |
| [eslint-config-turbo](https://github.com/vercel/turbo/tree/HEAD/packages/eslint-config-turbo ) | `1.13.2` | `1.13.3` |
Updates `release-it` from 17.2.0 to 17.2.1
- [Release notes](https://github.com/release-it/release-it/releases )
- [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md )
- [Commits](https://github.com/release-it/release-it/compare/17.2.0...17.2.1 )
Updates `turbo` from 1.13.2 to 1.13.3
- [Release notes](https://github.com/vercel/turbo/releases )
- [Changelog](https://github.com/vercel/turbo/blob/main/release.md )
- [Commits](https://github.com/vercel/turbo/compare/v1.13.2...v1.13.3 )
Updates `@langchain/anthropic` from 0.1.14 to 0.1.16
- [Release notes](https://github.com/langchain-ai/langchainjs/releases )
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js )
- [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.14...0.1.16 )
Updates `@langchain/core` from 0.1.58 to 0.1.61
- [Release notes](https://github.com/langchain-ai/langchainjs/releases )
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js )
- [Commits](https://github.com/langchain-ai/langchainjs/commits )
Updates `@react-email/components` from 0.0.16 to 0.0.17
- [Release notes](https://github.com/resend/react-email/releases )
- [Commits](https://github.com/resend/react-email/commits/@react-email/components@0.0.17/packages/components )
Updates `@react-email/render` from 0.0.12 to 0.0.13
- [Release notes](https://github.com/resend/react-email/releases )
- [Commits](https://github.com/resend/react-email/commits/@react-email/render@0.0.13/packages/render )
Updates `clsx` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/lukeed/clsx/releases )
- [Commits](https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1 )
Updates `langchain` from 0.1.33 to 0.1.36
- [Release notes](https://github.com/langchain-ai/langchainjs/releases )
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js )
- [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.33...0.1.36 )
Updates `next` from 14.2.1 to 14.2.3
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v14.2.1...v14.2.3 )
Updates `@testing-library/react` from 15.0.2 to 15.0.6
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v15.0.2...v15.0.6 )
Updates `eslint-config-next` from 14.2.1 to 14.2.3
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/eslint-config-next )
Updates `vite` from 5.2.9 to 5.2.10
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.2.10/packages/vite )
Updates `vitest` from 1.5.0 to 1.5.3
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.5.3/packages/vitest )
Updates `eslint-config-turbo` from 1.13.2 to 1.13.3
- [Release notes](https://github.com/vercel/turbo/releases )
- [Changelog](https://github.com/vercel/turbo/blob/main/release.md )
- [Commits](https://github.com/vercel/turbo/commits/v1.13.3/packages/eslint-config-turbo )
---
updated-dependencies:
- dependency-name: release-it
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: turbo
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@langchain/anthropic"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@langchain/core"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@react-email/components"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@react-email/render"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: clsx
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: langchain
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: next
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@testing-library/react"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: eslint-config-next
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: vitest
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: eslint-config-turbo
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 10:57:20 +02:00
Max Deichmann and GitHub
f873a7dc97
chore: improve logging ( #1942 )
2024-05-01 15:00:58 +00:00
Max Deichmann and GitHub
340e8927bd
chore: move worker logs to debug ( #1939 )
2024-05-01 13:50:37 +00:00
Max Deichmann and GitHub
cf0ea0f9fb
chore: sentry worker global sampling ( #1938 )
2024-05-01 13:45:25 +00:00
Max Deichmann and GitHub
d46715ff79
chore: reduce logging again ( #1937 )
2024-05-01 13:37:49 +00:00
Max Deichmann and GitHub
73d06086b6
fix: worker tsconfig ( #1936 )
2024-05-01 13:31:50 +00:00
Max Deichmann and GitHub
e728a73f29
chore: reduce logging ( #1935 )
2024-05-01 12:56:45 +00:00
Max Deichmann and GitHub
ec3c946965
perf: use prisma joins ( #1934 )
2024-05-01 11:23:07 +00:00
Max Deichmann
a4eedbaba3
chore: release v2.37.2
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-05-01 13:00:20 +02:00
Max Deichmann and GitHub
32de95648c
perf: remove read operation from events table ( #1933 )
2024-05-01 10:30:46 +00:00
Marc Klingen and GitHub
15c97956bf
ui: move new prompt to datatable toolbar ( #1929 )
2024-04-30 21:32:14 +00:00
Marc Klingen and GitHub
debde9c5d3
fix: openapi spec publishing and add postman collection ( #1928 )
2024-04-30 23:15:33 +02:00
Hassieb Pakzad and GitHub
0f78cea5ce
fix: add labels to fern definition for prompt return types ( #1923 )
2024-04-30 19:21:46 +02:00
Marc Klingen and GitHub
a3a25425c0
docs: update contributing
2024-04-30 14:27:32 +02:00
Marc Klingen and GitHub
489e812fe9
docs: update CONTRIBUTING.md
2024-04-30 14:09:27 +02:00
Marc Klingen
42589e31ff
docs: add descriptions to new v2 prompt api params
2024-04-30 00:43:36 +02:00
Max Deichmann
0cf58be012
chore: release v2.37.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-29 21:07:37 +02:00
Max Deichmann and GitHub
c338db5a4d
fix: deduplicate events on worker ingestion ( #1908 )
2024-04-29 19:01:48 +00:00
Max Deichmann
6b22c19ce1
chore: release v2.37.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-29 20:35:34 +02:00
Hassieb Pakzad and GitHub
a9cac5d6d2
chore: adds mig for latest tag on prompts ( #1907 )
2024-04-29 20:28:12 +02:00
Hassieb Pakzad and GitHub
fb1c22896b
feat: adds public/v2/prompts ( #1846 )
2024-04-29 19:44:58 +02:00
Max Deichmann and GitHub
8cb9d5fb60
chore: reduce logging noise ( #1903 )
2024-04-29 13:33:49 +00:00
Max Deichmann and GitHub
c027575dc1
docs: update chart in contributing ( #1901 )
2024-04-29 14:44:34 +02:00
Marc Klingen and GitHub
870610b575
fix: render layout/menu also when user has no project yet, otherwise cannot sign out ( #1900 )
...
Fixes #1787
2024-04-29 10:33:24 +00:00
Max Deichmann
5547e5cc88
chore: release v2.36.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-29 12:22:16 +02:00
Max Deichmann and GitHub
dd4a92f9d8
fix: correctly filter prompt on production promotion ( #1899 )
2024-04-29 10:21:08 +00:00
Max Deichmann and GitHub
9813cd27e0
perf: reduce sentry sampling ( #1897 )
2024-04-29 08:11:22 +00:00
Marc Klingen
b4c636d430
docs: add ENABLE_EVENT_LOG to example env
2024-04-28 12:12:54 +02:00
Marc Klingen
c54ca57f6f
chore: release v2.36.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-28 12:09:14 +02:00
Marc Klingen and GitHub
3a40df5daa
feat: Add ENABLE_EVENT_LOG flag ( #1894 )
...
Fixes #1717
2024-04-28 10:07:26 +00:00
Marc Klingen and GitHub
528f1eb737
docs: fix broken link in readme
2024-04-28 00:16:19 +02:00
Marc Klingen
579f00c8fe
fix: role MEMBER should have read access to last chars of keys
2024-04-27 22:42:43 +02:00
Marc Klingen
f4e8a61e7b
fix: typo
2024-04-27 22:36:48 +02:00
Marc Klingen and GitHub
085e669c2c
docs: update readme to include video and latest features
2024-04-27 22:34:42 +02:00
Ikko Eltociear Ashimine and GitHub
a5321fb965
docs: update CONTRIBUTING.md ( #1892 )
...
minor fix
2024-04-27 20:09:19 +02:00
Shixian Sheng and GitHub
0c7a11e698
docs: update readme ( #1891 )
2024-04-27 19:07:27 +02:00
Marc Klingen
0ae42e3ff1
chore: remove unused import
2024-04-27 14:47:14 +02:00
Marc Klingen
0c27f41084
chore: remove PH banner
2024-04-27 14:46:18 +02:00
Max Deichmann
2722966892
chore: release v2.35.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-27 14:26:59 +02:00
Max Deichmann and GitHub
31a2fc421d
fix: visibility of llm template ( #1890 )
2024-04-27 12:21:59 +00:00
Max Deichmann and GitHub
eb03ffaf85
fix: increase eval attempts ( #1889 )
2024-04-27 12:16:34 +00:00
Max Deichmann and GitHub
08b04811f1
chore: add eval tests ( #1888 )
2024-04-27 11:02:15 +00:00
Max Deichmann and GitHub
fab53a1c3d
feat: capture worker errors in sentry ( #1885 )
...
feat: capture woerker errors in sentry
2024-04-26 17:06:32 +00:00
Max Deichmann and GitHub
046ad8075d
feat: add logging for score creation in eval ( #1884 )
2024-04-26 16:01:10 +00:00
Max Deichmann and GitHub
c8672b57cc
fix: fix failing eval filter ( #1883 )
2024-04-26 17:47:36 +02:00
852a43d844
fix: missing tokenizer model in isTiktokenModel ( #1878 ) ( #1882 )
...
Co-authored-by: Thomas Calvet <calvet.thomas@gmail.com >
2024-04-26 14:49:17 +00:00
Max Deichmann and GitHub
4a323b0011
fix: improve error message on worker ( #1881 )
2024-04-26 14:33:29 +00:00
Max Deichmann and GitHub
4f7e74a1e4
chore: configure eval worker ( #1879 )
2024-04-26 12:01:44 +00:00
Marc Klingen
27d3bb8a85
chore: temporary ph notification
2024-04-26 11:27:01 +02:00
Max Deichmann
8ee0b03df6
chore: release v2.34.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-26 10:35:17 +02:00
Max Deichmann and GitHub
6ade4c6603
fix: improve eval error handling ( #1875 )
2024-04-26 10:31:53 +02:00
Max Deichmann and GitHub
9ae0708cca
fix: rbac UI for eval templates ( #1869 )
2024-04-26 06:38:49 +00:00
Max Deichmann and GitHub
1ba027fc2b
fix: add logging to ingestion ( #1865 )
2024-04-25 21:38:08 +00:00
Max Deichmann and GitHub
e11d02a861
perf: reduce sentry sampling rate ( #1861 )
2024-04-25 18:55:38 +00:00
Max Deichmann and GitHub
41cf5acbe3
fix: fix ui in eval form ( #1859 )
2024-04-25 16:50:11 +00:00
Marc Klingen
95454abe05
chore: empty commit
2024-04-25 17:58:24 +02:00
Max Deichmann and GitHub
ee92e9d7fa
chore: move evals to ee folder ( #1854 )
2024-04-25 14:13:32 +00:00
Marc Klingen
fa9e90ed75
hotfix: openapi spec not included in public folder during build
2024-04-25 15:47:42 +02:00
Max Deichmann and GitHub
f981da3457
perf: sentry sampling worker ( #1853 )
2024-04-25 12:56:34 +00:00
Max Deichmann and GitHub
384af7b817
chore: improve worker logger for gcp ( #1852 )
2024-04-25 12:49:44 +00:00
Max Deichmann and GitHub
6f23b34636
feat: add logs to config page ( #1850 )
2024-04-25 12:25:09 +00:00
Max Deichmann and GitHub
99b0f5b157
feat: add eval to score table ( #1847 )
2024-04-25 12:19:15 +00:00
Max Deichmann and GitHub
96cb57871d
feat: add toolbar to log table ( #1849 )
2024-04-25 12:00:04 +00:00
Max Deichmann and GitHub
e49ba5448e
perf: adjust sampling for trpc ( #1848 )
2024-04-25 11:53:46 +00:00
Max Deichmann and GitHub
ef8e312f48
feat: link eval templates in configs ( #1845 )
2024-04-25 10:08:13 +00:00
Max Deichmann and GitHub
e79553cd03
fix: eval config delay ( #1844 )
2024-04-25 09:53:56 +00:00
Max Deichmann and GitHub
105db18bc9
feat: improve eval config variable mapping UX ( #1839 )
2024-04-25 09:41:00 +00:00
Max Deichmann and GitHub
dcba65d49e
feat: add trpc sentry middleware ( #1842 )
2024-04-25 10:54:32 +02:00
Max Deichmann and GitHub
cf96ed67cc
fix: fix playground header link ( #1840 )
2024-04-24 20:13:34 +00:00
Max Deichmann and GitHub
930d07e4da
chore: update in-app notification ( #1838 )
2024-04-24 16:30:31 +00:00
Max Deichmann and GitHub
50199db733
feat: improve readability from log table ( #1837 )
2024-04-24 15:55:11 +00:00
Max Deichmann and GitHub
3e65599966
feat: improve user facing errors ( #1836 )
2024-04-24 15:45:49 +00:00
Max Deichmann and GitHub
f2c527a677
perf: improve log table performance ( #1835 )
2024-04-24 17:19:07 +02:00
Max Deichmann
dcf91a112c
chore: release v2.33.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-24 16:38:24 +02:00
Max Deichmann and GitHub
5f5449bd78
feat: add eval log ( #1832 )
2024-04-24 14:37:37 +00:00
Max Deichmann and GitHub
e9e6802ba4
feat: improve api key design ( #1834 )
2024-04-24 15:42:18 +02:00
Marc Klingen
e5261ac73d
fix: links to docs
2024-04-24 15:01:52 +02:00
Max Deichmann and GitHub
0781c6cd4b
fix: form error on missing api keys ( #1828 )
2024-04-24 11:27:00 +02:00
Max Deichmann and GitHub
e708318558
fix: improve error logs ( #1827 )
2024-04-24 11:21:24 +02:00
Max Deichmann
0f0af537ae
chore: release v2.32.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-24 10:24:00 +02:00
Max Deichmann and GitHub
2ae694625d
feat: add langfuse managed eval prompt templates ( #1815 )
2024-04-24 08:21:50 +00:00
Max Deichmann and GitHub
b53ad98f50
fix: return if betterstack env is not set ( #1825 )
2024-04-24 07:50:27 +00:00
Max Deichmann and GitHub
10c0b18ca0
fix: exhaustive check for lllm model provider ( #1819 )
2024-04-23 18:24:03 +00:00
Max Deichmann and GitHub
e0e346dccb
feat: bring your own llm api key ( #1796 )
2024-04-23 18:06:33 +00:00
Max Deichmann and GitHub
dec0c5133a
bug: revert historic model update ( #1817 )
2024-04-23 15:18:42 +00:00
Max Deichmann and GitHub
7c72aa16c0
feat: update existing openai models ( #1808 )
2024-04-23 14:35:48 +00:00
Max Deichmann and GitHub
373ee6dda0
feat: update openai models ( #1807 )
2024-04-23 14:29:55 +00:00
Marc Klingen and GitHub
2880bac4eb
fix: trace-level scores did not show on dataset runs table ( #1810 )
2024-04-23 13:23:32 +02:00
Max Deichmann and GitHub
b28679112a
perf: do not try ot match models without user provided model ( #1809 )
2024-04-23 12:25:30 +02:00
Max Deichmann and GitHub
7a22b0c3bf
feat: update model match algo to support larger updates ( #1806 )
...
push
2024-04-23 09:52:49 +00:00
Max Deichmann
711f32d3f6
chore: release v2.31.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-23 10:15:45 +02:00
Hassieb Pakzad and GitHub
6161d1cf71
feat: launches playground ( #1799 )
2024-04-23 10:13:29 +02:00
Hassieb Pakzad and GitHub
aeec1ebe79
refactor: moves playground to enterprise edition ( #1797 )
2024-04-22 14:59:23 +02:00
e9a3e3c9ef
chore(deps): bump ioredis from 5.3.2 to 5.4.1 ( #1761 )
...
Bumps [ioredis](https://github.com/luin/ioredis ) from 5.3.2 to 5.4.1.
- [Release notes](https://github.com/luin/ioredis/releases )
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md )
- [Commits](https://github.com/luin/ioredis/compare/v5.3.2...v5.4.1 )
---
updated-dependencies:
- dependency-name: ioredis
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 08:28:55 +00:00
Marc Klingen
2d5b3e2076
chore: add created at to posthog integration table
2024-04-20 15:43:23 +02:00
Marc Klingen
aeb15b80fe
fix(ui): initial loading state of posthog integration
2024-04-19 21:05:09 +02:00
Marc Klingen
c254a36eb5
fix: error on prompts page when author was removed from project
2024-04-19 20:55:56 +02:00
Marc Klingen
6b25d3c544
chore: remove unused imports
2024-04-19 20:53:56 +02:00
Marc Klingen
579c391b26
fix: rbac role admin
2024-04-19 18:28:51 +02:00
Marc Klingen
8584f93307
chore: release v2.30.2
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-19 18:05:17 +02:00
Marc Klingen and GitHub
08e576f815
feat(cloud): add settings for posthog integration ( #1778 )
2024-04-19 17:38:55 +02:00
Marc Klingen and GitHub
f64da44b20
chore: update docs links in settings ( #1786 )
2024-04-19 10:49:26 +00:00
Marc Klingen and GitHub
c720a4d896
perf: reduce memory usage of users.all trpc route ( #1784 )
2024-04-19 10:03:06 +00:00
Marc Klingen
b59b61a5cf
chore: release v2.30.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-19 01:07:09 +02:00
Marc Klingen and GitHub
3f18e42fef
feat(api): add countObservations to metrics endpoint, model nullable ( #1779 )
2024-04-18 23:04:29 +00:00
Marc Klingen and GitHub
31a9be6f1d
fix(api): support special characters in dataset name and run name ( #1762 )
2024-04-18 22:49:10 +00:00
Marc Klingen
fe6d8a38ec
chore: release v2.30.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-18 18:25:26 +02:00
Marc Klingen and GitHub
d4fecbb2a6
fix: support special characters for prompt names ( #1763 )
2024-04-18 14:20:20 +00:00
Marc Klingen and GitHub
d92ba1d26b
feat(ui): concise IOTableCell for small rowHeight across tables ( #1766 )
2024-04-18 13:42:48 +00:00
Marc Klingen and GitHub
61c2312f12
chore: add dev env flag ( #1765 )
2024-04-18 15:29:41 +02:00
Marc Klingen and GitHub
862a1395d5
feat(ui): render errors on sign in page and log unknown to sentry ( #1767 )
2024-04-18 14:56:14 +02:00
Marc Klingen and GitHub
21e9e17e93
docs: add comment on too large page sizes to openapi reference ( #1772 )
2024-04-18 11:17:11 +00:00
5b32d4b9a2
chore(deps): bump react-responsive from 9.0.2 to 10.0.0 ( #1749 )
...
Bumps [react-responsive](https://github.com/yocontra/react-responsive ) from 9.0.2 to 10.0.0.
- [Changelog](https://github.com/yocontra/react-responsive/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yocontra/react-responsive/compare/v9.0.2...v10.0.0 )
---
updated-dependencies:
- dependency-name: react-responsive
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-17 23:17:07 +00:00
ea5617d621
chore(deps-dev): bump @typescript-eslint/parser from 7.6.0 to 7.7.0 ( #1750 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 7.6.0 to 7.7.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-17 23:10:35 +00:00
9c72fddc20
chore(deps-dev): bump vitest from 1.4.0 to 1.5.0 ( #1751 )
...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.5.0/packages/vitest )
---
updated-dependencies:
- dependency-name: vitest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-17 18:44:22 +00:00
Marc Klingen
548669e546
chore: release v2.29.2
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-17 17:08:09 +02:00
Marc Klingen
a7a5870508
fix: do not load NODE_ENV for posthog in frontend
2024-04-17 16:58:55 +02:00
Marc Klingen
0385a52e2c
chore: release v2.29.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-17 15:09:29 +02:00
Marc Klingen
dd3f4824e3
fix: import types from correct package to fix runtime issue
2024-04-17 15:09:15 +02:00
Marc Klingen
aa6145e341
chore: release v2.29.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-17 14:24:13 +02:00
Marc Klingen and GitHub
a70f1d58a5
feat(datasets): add metadata to dataset and datasetItems ( #1756 )
2024-04-17 14:22:20 +02:00
Max Deichmann and GitHub
16870fb489
fix: use trash icon for eval config ( #1757 )
2024-04-17 11:15:19 +00:00
Max Deichmann and GitHub
24b8722ad5
fix: disable eval config after confirmation only ( #1746 )
2024-04-16 22:08:14 +00:00
d0cf2f56a0
feat(scores): Add a score value filter to api ( #1745 )
...
---------
Co-authored-by: DHacky <dhgacky@gmail.com >
2024-04-16 21:46:52 +00:00
20e3c25fd6
chore(deps): bump the patches group with 6 updates ( #1741 )
...
Bumps the patches group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react ) | `1.7.18` | `1.7.19` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs ) | `0.1.57` | `0.1.58` |
| [ai](https://github.com/vercel/ai ) | `3.0.22` | `3.0.23` |
| [react-day-picker](https://github.com/gpbl/react-day-picker ) | `8.10.0` | `8.10.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) | `18.2.78` | `18.2.79` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss ) | `0.5.13` | `0.5.14` |
Updates `@headlessui/react` from 1.7.18 to 1.7.19
- [Release notes](https://github.com/tailwindlabs/headlessui/releases )
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v1.7.19/packages/@headlessui-react )
Updates `@langchain/core` from 0.1.57 to 0.1.58
- [Release notes](https://github.com/langchain-ai/langchainjs/releases )
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js )
- [Commits](https://github.com/langchain-ai/langchainjs/commits )
Updates `ai` from 3.0.22 to 3.0.23
- [Release notes](https://github.com/vercel/ai/releases )
- [Commits](https://github.com/vercel/ai/compare/ai@3.0.22...ai@3.0.23 )
Updates `react-day-picker` from 8.10.0 to 8.10.1
- [Release notes](https://github.com/gpbl/react-day-picker/releases )
- [Commits](https://github.com/gpbl/react-day-picker/compare/v8.10.0...v8.10.1 )
Updates `@types/react` from 18.2.78 to 18.2.79
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Updates `prettier-plugin-tailwindcss` from 0.5.13 to 0.5.14
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.13...v0.5.14 )
---
updated-dependencies:
- dependency-name: "@headlessui/react"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@langchain/core"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: ai
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: react-day-picker
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: prettier-plugin-tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-16 19:58:15 +00:00
b2be82b436
feat: add posthog to chatCompletion endpoint ( #1742 )
...
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-04-16 19:42:14 +00:00
Marc Klingen
779771950b
chore: add crisp env to env.mjs
2024-04-16 21:36:38 +02:00
Max Deichmann and GitHub
fdfc64b853
perf: add internal model index ( #1743 )
2024-04-16 19:54:31 +02:00
Marc Klingen
ca43da7562
chore: release v2.28.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-16 18:07:41 +02:00
Marc Klingen and GitHub
12a2459a1d
feat(api): add fromTimestamp and toTimestamp to GET metrics/daily ( #1740 )
2024-04-16 16:06:27 +00:00
Marc Klingen and GitHub
5c1a7535ee
feat: sentry exception tracking for authentication error page ( #1739 )
2024-04-16 17:26:54 +02:00
Marc Klingen
32f4e5c64f
fix(ui): "update promt" on submit of prompt form
2024-04-16 17:21:43 +02:00
Max Deichmann and GitHub
06b8331a07
fix: rename template select ( #1738 )
2024-04-16 15:17:37 +00:00
Max Deichmann and GitHub
817554f1c9
feat: move evals to own main menu ( #1734 )
2024-04-16 15:11:20 +00:00
Marc Klingen and GitHub
37d982a32f
perf: add additional db index on models.name ( #1729 )
2024-04-16 17:02:21 +02:00
Max Deichmann and GitHub
1f75563d55
chore: fix vite version ( #1737 )
2024-04-16 14:59:39 +00:00
Max Deichmann and GitHub
f5775500c8
fix: pin pnpm in docker image ( #1735 )
2024-04-16 14:50:42 +00:00
Marc Klingen and GitHub
97e26dc8f3
chore: add web/src/ee ( #1736 )
2024-04-16 16:40:26 +02:00
Marc Klingen
1d733e39ff
fix: add help tooltip to single prompt page
2024-04-16 15:11:58 +02:00
12abeac07a
chore(deps): bump the sentry group with 4 updates ( #1724 )
...
Bumps the sentry group with 4 updates: [@sentry/nextjs](https://github.com/getsentry/sentry-javascript ), [@sentry/node](https://github.com/getsentry/sentry-javascript ), [@sentry/profiling-node](https://github.com/getsentry/sentry-javascript ) and [@sentry/types](https://github.com/getsentry/sentry-javascript ).
Updates `@sentry/nextjs` from 7.110.0 to 7.110.1
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.110.1/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.110.0...7.110.1 )
Updates `@sentry/node` from 7.110.0 to 7.110.1
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.110.1/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.110.0...7.110.1 )
Updates `@sentry/profiling-node` from 7.110.0 to 7.110.1
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.110.1/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.110.0...7.110.1 )
Updates `@sentry/types` from 7.110.0 to 7.110.1
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.110.1/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.110.0...7.110.1 )
---
updated-dependencies:
- dependency-name: "@sentry/nextjs"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: sentry
- dependency-name: "@sentry/node"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: sentry
- dependency-name: "@sentry/profiling-node"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: sentry
- dependency-name: "@sentry/types"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: sentry
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-16 11:04:05 +00:00
Hassieb Pakzad and GitHub
6478456e6c
fix: adds error handling to chat completion calls ( #1733 )
2024-04-16 10:54:39 +00:00
Marc Klingen
5e27d36d74
chore: release v2.27.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-16 12:19:28 +02:00
Marc Klingen
8461a7a305
chore: add ADMIN_API_KEY to env example
2024-04-16 12:18:11 +02:00
Marc Klingen
5fd3cd218a
chore: remove console log
2024-04-16 12:16:28 +02:00
Marc Klingen and GitHub
38cc982924
feat(ee): domain-specific sso providers ( #1713 )
2024-04-16 10:08:41 +00:00
Max Deichmann
3d81ef54af
chore: release v2.26.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-16 11:39:21 +02:00
Max Deichmann and GitHub
08d19a6d11
perf: do not send empty events to worker ( #1732 )
2024-04-16 09:34:58 +00:00
817ab669a8
chore(deps-dev): bump @testing-library/react from 14.2.2 to 15.0.2 ( #1726 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 14.2.2 to 15.0.2.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v14.2.2...v15.0.2 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-16 08:57:50 +00:00
1294ed9b9b
chore(deps): bump posthog-js from 1.116.2 to 1.122.0 ( #1727 )
...
Bumps [posthog-js](https://github.com/PostHog/posthog-js ) from 1.116.2 to 1.122.0.
- [Release notes](https://github.com/PostHog/posthog-js/releases )
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/PostHog/posthog-js/compare/v1.116.2...v1.122.0 )
---
updated-dependencies:
- dependency-name: posthog-js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-16 08:51:04 +00:00
d3d236d63e
chore(deps-dev): bump release-it from 17.1.1 to 17.2.0 ( #1728 )
...
Bumps [release-it](https://github.com/release-it/release-it ) from 17.1.1 to 17.2.0.
- [Release notes](https://github.com/release-it/release-it/releases )
- [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md )
- [Commits](https://github.com/release-it/release-it/compare/17.1.1...17.2.0 )
---
updated-dependencies:
- dependency-name: release-it
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-16 08:44:22 +00:00
Max Deichmann
0087c14b38
chore: release v2.26.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-16 10:22:54 +02:00
Max Deichmann and GitHub
e7e1efbec6
feat: remove successful jobs from redis ( #1730 )
2024-04-16 08:16:29 +00:00
Marc Klingen
b4a6a72bcf
chore(ui): reorder settings page to move up api keys
2024-04-16 01:37:04 +02:00
Max Deichmann and GitHub
57f0e1966d
refactor: improve evals event api ( #1723 )
2024-04-15 21:43:09 +00:00
Max Deichmann and GitHub
eb6e3b502d
refactor: refactor evals and add comments ( #1722 )
2024-04-15 21:13:39 +00:00
Max Deichmann and GitHub
e6be67bb82
refactor: access evals ui via cloud only ( #1721 )
2024-04-15 19:15:54 +00:00
Marc Klingen and GitHub
c170a2e1f1
docs: update readme to include openai js
2024-04-15 21:03:00 +02:00
Max Deichmann and GitHub
7cf6047070
fix: db connections worker ( #1714 )
2024-04-15 13:21:05 +00:00
Marc Klingen and GitHub
ce01cdde05
chore: add banner to contributing.md
2024-04-15 01:29:45 +02:00
Marc Klingen
0d9c027bec
chore: release v2.25.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-14 14:11:13 +02:00
Marc Klingen and GitHub
f7f7f8339b
fix: filtering of tagmanager ( #1709 )
2024-04-14 14:10:29 +02:00
a6d8912e00
chore(deps): bump the patches group with 3 updates ( #1703 )
...
Bumps the patches group with 3 updates: [ai](https://github.com/vercel/ai ), [@playwright/test](https://github.com/microsoft/playwright ) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ).
Updates `ai` from 3.0.21 to 3.0.22
- [Release notes](https://github.com/vercel/ai/releases )
- [Commits](https://github.com/vercel/ai/compare/ai@3.0.21...ai@3.0.22 )
Updates `@playwright/test` from 1.43.0 to 1.43.1
- [Release notes](https://github.com/microsoft/playwright/releases )
- [Commits](https://github.com/microsoft/playwright/compare/v1.43.0...v1.43.1 )
Updates `@types/react` from 18.2.77 to 18.2.78
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: ai
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@playwright/test"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-13 22:20:56 +00:00
Marc Klingen
b9092c4175
ci: add sha tag to docker images
2024-04-14 00:08:38 +02:00
Marc Klingen
e770c5c4c6
chore: release v2.25.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-14 00:02:12 +02:00
Marc Klingen and GitHub
c60d1cc5d9
perf: load trace i/o separately from rest of session ( #1706 )
...
* refactor: io table cell
* wip
* fix imports
* perf: load trace i/o within session separately from the rest of the session
2024-04-13 22:01:09 +00:00
Marc Klingen and GitHub
a98d81b66d
refactor: io table cell ( #1705 )
2024-04-13 23:53:39 +02:00
5329d3f3a8
chore(deps): bump the next group with 2 updates ( #1697 )
...
Bumps the next group with 2 updates: [next](https://github.com/vercel/next.js ) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next ).
Updates `next` from 14.2.0 to 14.2.1
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v14.2.0...v14.2.1 )
Updates `eslint-config-next` from 14.2.0 to 14.2.1
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/commits/v14.2.1/packages/eslint-config-next )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: next
- dependency-name: eslint-config-next
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: next
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-13 20:44:23 +00:00
Marc Klingen and GitHub
8105d531b2
feat: remove restrictions on the number of trace/generation rows when viewing input/output ( #1704 )
2024-04-13 20:36:07 +00:00
2e3a055662
chore(deps-dev): bump @types/express-serve-static-core from 4.17.43 to 4.19.0 ( #1699 )
...
chore(deps-dev): bump @types/express-serve-static-core
Bumps [@types/express-serve-static-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-serve-static-core ) from 4.17.43 to 4.19.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-serve-static-core )
---
updated-dependencies:
- dependency-name: "@types/express-serve-static-core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-13 19:18:56 +00:00
9118e1133e
chore(deps): bump js-tiktoken from 1.0.10 to 1.0.11 ( #1700 )
...
Bumps [js-tiktoken](https://github.com/dqbd/tiktoken ) from 1.0.10 to 1.0.11.
- [Release notes](https://github.com/dqbd/tiktoken/releases )
- [Changelog](https://github.com/dqbd/tiktoken/blob/main/CHANGELOG.md )
- [Commits](https://github.com/dqbd/tiktoken/compare/js-tiktoken@1.0.10...js-tiktoken@1.0.11 )
---
updated-dependencies:
- dependency-name: js-tiktoken
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-13 19:12:03 +00:00
74bd87b29d
chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.6.0 ( #1701 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 6.21.0 to 7.6.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.6.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-13 19:04:48 +00:00
Clemo and GitHub
4c271b25b1
docs: add banner to readme and minor fixes ( #1702 )
2024-04-13 20:58:16 +02:00
Marc Klingen
f4d3d4c9cb
chore: increase failIfNoRecentEvents interval
2024-04-13 17:27:13 +02:00
Marc Klingen
8cc54fc091
ci: remove sha based docker image tagging
2024-04-13 14:47:27 +02:00
Marc Klingen
fd3fde7440
chore: release v2.24.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-13 00:19:30 +02:00
Marc Klingen
14f7717ac1
ci: fix ghcr.io image path
2024-04-13 00:01:28 +02:00
Marc Klingen
3b047645dc
ci: fix login to ghcr.io
2024-04-12 23:44:06 +02:00
Marc Klingen
d4f2f3a01e
ci: update docker build
2024-04-12 23:31:09 +02:00
Marc Klingen
775498274f
ci: push images to docker hub
2024-04-12 21:12:01 +02:00
Max Deichmann and GitHub
b628218812
perf: process jobs concurrently ( #1695 )
2024-04-12 09:29:17 +00:00
Max Deichmann and GitHub
ca08278fbb
chore: adjust worker rate limits ( #1694 )
2024-04-12 09:05:38 +00:00
Max Deichmann and GitHub
73307b02fe
fix: ensure to set timestamps on job executions ( #1693 )
...
ensure timestamps
2024-04-12 09:00:25 +00:00
Marc Klingen
4c681a6aeb
chore: edit settings
2024-04-12 10:53:25 +02:00
39961e43d3
chore(deps): bump the sentry group with 4 updates ( #1684 )
...
Bumps the sentry group with 4 updates: [@sentry/nextjs](https://github.com/getsentry/sentry-javascript ), [@sentry/node](https://github.com/getsentry/sentry-javascript ), [@sentry/profiling-node](https://github.com/getsentry/sentry-javascript ) and [@sentry/types](https://github.com/getsentry/sentry-javascript ).
Updates `@sentry/nextjs` from 7.109.0 to 7.110.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.110.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.109.0...7.110.0 )
Updates `@sentry/node` from 7.109.0 to 7.110.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.110.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.109.0...7.110.0 )
Updates `@sentry/profiling-node` from 7.109.0 to 7.110.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.110.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.109.0...7.110.0 )
Updates `@sentry/types` from 7.109.0 to 7.110.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.110.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.109.0...7.110.0 )
---
updated-dependencies:
- dependency-name: "@sentry/nextjs"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/profiling-node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/types"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-11 23:27:27 +00:00
f6eea4f797
chore(deps): bump @aws-sdk/s3-request-presigner from 3.540.0 to 3.554.0 ( #1688 )
...
Bumps [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner ) from 3.540.0 to 3.554.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.554.0/packages/s3-request-presigner )
---
updated-dependencies:
- dependency-name: "@aws-sdk/s3-request-presigner"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-11 23:16:47 +00:00
Marc Klingen and GitHub
2ebd2a5313
fix: unused imports and type imports ( #1691 )
2024-04-11 23:10:21 +00:00
Marc Klingen and GitHub
7c29b9041a
chore: layout settings + early access cards ( #1689 )
2024-04-12 01:04:26 +02:00
Max Deichmann and GitHub
c1f2f92c6a
refactor: added test to eval variable extraction ( #1690 )
2024-04-11 22:58:24 +00:00
Marc Klingen
94e4bfa03f
chore: fix eslint monorepo config
2024-04-12 00:53:02 +02:00
b8b021811e
chore(deps): bump the next group with 2 updates ( #1685 )
...
Bumps the next group with 2 updates: [next](https://github.com/vercel/next.js ) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next ).
Updates `next` from 14.1.4 to 14.2.0
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v14.1.4...v14.2.0 )
Updates `eslint-config-next` from 14.1.4 to 14.2.0
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/commits/v14.2.0/packages/eslint-config-next )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: next
- dependency-name: eslint-config-next
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: next
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-11 22:44:42 +00:00
d22a6ed10d
chore(deps): bump the patches group with 3 updates ( #1686 )
...
Bumps the patches group with 3 updates: [react-hook-form](https://github.com/react-hook-form/react-hook-form ), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ).
Updates `react-hook-form` from 7.51.2 to 7.51.3
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases )
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md )
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.51.2...v7.51.3 )
Updates `@types/react` from 18.2.75 to 18.2.77
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Updates `@types/react-dom` from 18.2.24 to 18.2.25
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: react-hook-form
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@types/react-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-11 22:27:24 +00:00
Max Deichmann and GitHub
64a5d0bfad
chore: log creation of new prisma client ( #1683 )
2024-04-11 22:14:23 +00:00
Max Deichmann
5870355094
chore: release v2.24.0
release.yml / release (push) Waiting to run
CI/CD / lint (push) Successful in 3m43s
CI/CD / test-docker-build (push) Canceled after 0s
CI/CD / tests-web (20) (push) Canceled after 0s
CI/CD / tests-worker (20) (push) Canceled after 0s
CI/CD / e2e-tests (push) Canceled after 0s
CI/CD / all-ci-passed (push) Canceled after 0s
CI/CD / push-docker-image (push) Canceled after 0s
2024-04-11 23:14:29 +02:00
Max Deichmann and GitHub
b3f09e9555
feat: add openai gpt 4 turbo model ( #1682 )
2024-04-11 20:51:32 +00:00
Max Deichmann and GitHub
5b47c33bbb
feat: add security headers to worker ( #1681 )
2024-04-11 18:49:04 +00:00
Max Deichmann and GitHub
03cd4e3858
feat: graceful worker shutdown ( #1680 )
...
push
2024-04-11 18:38:01 +00:00
Clemo and GitHub
aaa9d21630
docs: remove video
2024-04-11 20:26:46 +02:00
Max Deichmann and GitHub
5b22f3794c
feat: do not process inactive eval configs ( #1679 )
2024-04-11 18:19:06 +00:00
Max Deichmann and GitHub
4dcdb01429
feat: ui for eval config creation ( #1673 )
2024-04-11 18:07:14 +00:00
Marc Klingen
a8822b4192
chore: release v2.23.0
CI/CD / push-docker-image (push) Blocked by required conditions
CI/CD / test-docker-build (push) Failing after 12s
CI/CD / tests-web (20) (push) Failing after 38s
CI/CD / tests-worker (20) (push) Failing after 31s
CI/CD / e2e-tests (push) Failing after 36s
CI/CD / lint (push) Successful in 3m39s
CI/CD / all-ci-passed (push) Waiting to run
release.yml / release (push) Failing after 2s
2024-04-11 19:30:33 +02:00
Marc Klingen and GitHub
ef14e390b0
feat(ui): apply light-green background to output table cells ( #1678 )
2024-04-11 17:19:00 +00:00
Marc Klingen and GitHub
f34d8fffad
feat(ui): adjustable row height on tables, better rendering of json/data table cells ( #1648 )
2024-04-11 17:02:47 +00:00
91d8b6752c
chore(deps): bump the patches group with 7 updates ( #1675 )
...
Bumps the patches group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [@langchain/anthropic](https://github.com/langchain-ai/langchainjs ) | `0.1.12` | `0.1.14` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs ) | `0.1.55` | `0.1.57` |
| [@langchain/openai](https://github.com/langchain-ai/langchainjs ) | `0.0.26` | `0.0.28` |
| [ai](https://github.com/vercel/ai ) | `3.0.20` | `3.0.21` |
| [langchain](https://github.com/langchain-ai/langchainjs ) | `0.1.32` | `0.1.33` |
| [typescript](https://github.com/Microsoft/TypeScript ) | `5.4.4` | `5.4.5` |
| [crisp-sdk-web](https://github.com/crisp-im/crisp-sdk-web ) | `1.0.23` | `1.0.25` |
Updates `@langchain/anthropic` from 0.1.12 to 0.1.14
- [Release notes](https://github.com/langchain-ai/langchainjs/releases )
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js )
- [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.12...0.1.14 )
Updates `@langchain/core` from 0.1.55 to 0.1.57
- [Release notes](https://github.com/langchain-ai/langchainjs/releases )
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js )
- [Commits](https://github.com/langchain-ai/langchainjs/commits )
Updates `@langchain/openai` from 0.0.26 to 0.0.28
- [Release notes](https://github.com/langchain-ai/langchainjs/releases )
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js )
- [Commits](https://github.com/langchain-ai/langchainjs/commits )
Updates `ai` from 3.0.20 to 3.0.21
- [Release notes](https://github.com/vercel/ai/releases )
- [Commits](https://github.com/vercel/ai/compare/ai@3.0.20...ai@3.0.21 )
Updates `langchain` from 0.1.32 to 0.1.33
- [Release notes](https://github.com/langchain-ai/langchainjs/releases )
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js )
- [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.32...0.1.33 )
Updates `typescript` from 5.4.4 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5 )
Updates `crisp-sdk-web` from 1.0.23 to 1.0.25
- [Commits](https://github.com/crisp-im/crisp-sdk-web/compare/v1.0.23...v1.0.25 )
---
updated-dependencies:
- dependency-name: "@langchain/anthropic"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@langchain/core"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@langchain/openai"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: ai
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: langchain
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: crisp-sdk-web
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-11 15:22:18 +02:00
1a672d40ac
chore(deps): bump pino from 8.19.0 to 8.20.0 ( #1669 )
...
Bumps [pino](https://github.com/pinojs/pino ) from 8.19.0 to 8.20.0.
- [Release notes](https://github.com/pinojs/pino/releases )
- [Commits](https://github.com/pinojs/pino/compare/v8.19.0...v8.20.0 )
---
updated-dependencies:
- dependency-name: pino
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-11 12:33:37 +00:00
0b592652f0
chore(deps-dev): bump eslint-config-turbo from 1.12.5 to 1.13.2 ( #1670 )
...
Bumps [eslint-config-turbo](https://github.com/vercel/turbo/tree/HEAD/packages/eslint-config-turbo ) from 1.12.5 to 1.13.2.
- [Release notes](https://github.com/vercel/turbo/releases )
- [Changelog](https://github.com/vercel/turbo/blob/main/release.md )
- [Commits](https://github.com/vercel/turbo/commits/v1.13.2/packages/eslint-config-turbo )
---
updated-dependencies:
- dependency-name: eslint-config-turbo
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-11 12:26:41 +00:00
Max Deichmann
afc2010f71
chore: release v2.22.0
CI/CD / push-docker-image (push) Blocked by required conditions
CI/CD / test-docker-build (push) Failing after 10s
CI/CD / tests-web (20) (push) Failing after 35s
CI/CD / tests-worker (20) (push) Failing after 43s
CI/CD / e2e-tests (push) Failing after 26s
CI/CD / lint (push) Successful in 3m40s
CI/CD / all-ci-passed (push) Waiting to run
release.yml / release (push) Failing after 2s
2024-04-11 12:28:29 +02:00
Max Deichmann and GitHub
193008b959
feat: update model prices ( #1674 )
2024-04-11 12:26:09 +02:00
Marc Klingen
5edf3dd3d9
chore: release v2.21.2
CI/CD / push-docker-image (push) Blocked by required conditions
CI/CD / tests-web (20) (push) Failing after 45s
CI/CD / tests-worker (20) (push) Failing after 51s
CI/CD / test-docker-build (push) Failing after 1m42s
CI/CD / e2e-tests (push) Failing after 33s
CI/CD / lint (push) Successful in 3m48s
CI/CD / all-ci-passed (push) Waiting to run
release.yml / release (push) Failing after 3s
2024-04-11 00:27:40 +02:00
Marc Klingen and GitHub
135650382c
fix(cloud): signup blocked due to turnstile ( #1667 )
2024-04-11 00:26:06 +02:00
Marc Klingen and GitHub
0cbab9966a
feat(security): add AUTH_DISABLE_SIGNUP env to disable all new signups ( #1666 )
2024-04-11 00:16:20 +02:00
Max Deichmann and GitHub
75d020cc2c
fix: eval template ui fixes ( #1662 )
2024-04-10 16:49:55 +00:00
Max Deichmann and GitHub
02361ea10c
feat: templates evals UI ( #1654 )
2024-04-10 16:30:51 +00:00
Hassieb Pakzad and GitHub
b75968024c
perf: increase trpc route timeout to support larger exports ( #1657 )
2024-04-10 18:25:21 +02:00
Marc Klingen
3eb4974e11
chore: release v2.21.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-10 17:52:03 +02:00
Marc Klingen and GitHub
49c556d83c
feat: enable up/down nav on traces/datasetitems when coming from dataset run items ( #1661 )
...
* feat: enable up/down nav for traces/datasetItems coming from list of runitems
* fix
2024-04-10 15:43:58 +00:00
Marc Klingen and GitHub
e938b33bd4
fix: prompt var validation in form should not block ( #1659 )
2024-04-10 15:25:24 +00:00
Marc Klingen
3c6b2e1ba1
chore: release v2.21.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-10 14:50:19 +02:00
Marc Klingen and GitHub
c66f16d6d3
feat(prompts): use codemirror to edit prompt config ( #1644 )
2024-04-10 12:45:03 +00:00
Marc Klingen and GitHub
39dd4f3b3d
feat(models): use codemirror to edit tokenizer config ( #1645 )
2024-04-10 14:40:20 +02:00
Marc Klingen and GitHub
245321da11
feat(datasets): add codemirror as json editor ( #1643 )
2024-04-10 14:29:18 +02:00
Marc Klingen and GitHub
bb4a3ab532
perf: no refetchOnMount for I/O previews in tables ( #1656 )
2024-04-10 11:37:39 +00:00
Marc Klingen and GitHub
25080bcf73
perf: reduce response size of runitems trpc route ( #1652 )
2024-04-10 07:34:17 +00:00
Marc Klingen and GitHub
2760bf0a39
feat(datasets): link to source trace/observation in ui ( #1651 )
2024-04-10 07:25:45 +00:00
Marc Klingen and GitHub
c549fd6fb9
fix(ui): sizing of dataset item forms ( #1650 )
2024-04-10 07:01:37 +00:00
d5c892a0ba
chore(deps-dev): bump tsc-watch from 6.0.4 to 6.2.0 ( #1647 )
...
Bumps [tsc-watch](https://github.com/gilamran/tsc-watch ) from 6.0.4 to 6.2.0.
- [Release notes](https://github.com/gilamran/tsc-watch/releases )
- [Changelog](https://github.com/gilamran/tsc-watch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gilamran/tsc-watch/compare/v6.0.4...v6.2.0 )
---
updated-dependencies:
- dependency-name: tsc-watch
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-09 23:37:56 +00:00
fba5a68005
chore(deps): bump the patches group with 7 updates ( #1646 )
...
Bumps the patches group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [@langchain/anthropic](https://github.com/langchain-ai/langchainjs ) | `0.1.10` | `0.1.12` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs ) | `0.1.54` | `0.1.55` |
| [ai](https://github.com/vercel/ai ) | `3.0.19` | `3.0.20` |
| [langchain](https://github.com/langchain-ai/langchainjs ) | `0.1.31` | `0.1.32` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) | `18.2.74` | `18.2.75` |
| [crisp-sdk-web](https://github.com/crisp-im/crisp-sdk-web ) | `1.0.22` | `1.0.23` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg ) | `8.11.4` | `8.11.5` |
Updates `@langchain/anthropic` from 0.1.10 to 0.1.12
- [Release notes](https://github.com/langchain-ai/langchainjs/releases )
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js )
- [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.10...0.1.12 )
Updates `@langchain/core` from 0.1.54 to 0.1.55
- [Release notes](https://github.com/langchain-ai/langchainjs/releases )
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js )
- [Commits](https://github.com/langchain-ai/langchainjs/commits )
Updates `ai` from 3.0.19 to 3.0.20
- [Release notes](https://github.com/vercel/ai/releases )
- [Commits](https://github.com/vercel/ai/compare/ai@3.0.19...ai@3.0.20 )
Updates `langchain` from 0.1.31 to 0.1.32
- [Release notes](https://github.com/langchain-ai/langchainjs/releases )
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js )
- [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.31...0.1.32 )
Updates `@types/react` from 18.2.74 to 18.2.75
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Updates `crisp-sdk-web` from 1.0.22 to 1.0.23
- [Commits](https://github.com/crisp-im/crisp-sdk-web/compare/v1.0.22...v1.0.23 )
Updates `@types/pg` from 8.11.4 to 8.11.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg )
---
updated-dependencies:
- dependency-name: "@langchain/anthropic"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@langchain/core"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: ai
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: langchain
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: crisp-sdk-web
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@types/pg"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-10 01:31:03 +02:00
Marc Klingen and GitHub
3227cca756
feat(api): add failIfNoEventsInLastMinute flag to /health ( #1642 )
2024-04-09 18:13:11 +00:00
fefaa3a63b
chore(deps): bump cmdk from 0.2.1 to 1.0.0 ( #1623 )
...
* chore(deps): bump cmdk from 0.2.1 to 1.0.0
Bumps cmdk from 0.2.1 to 1.0.0.
---
updated-dependencies:
- dependency-name: cmdk
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Richard Krümmel <61158193+RichardKruemmel@users.noreply.github.com >
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-04-09 17:51:16 +00:00
Max Deichmann and GitHub
8ee3ae91ec
feat: use playground model params for evals ( #1639 )
2024-04-09 16:34:33 +00:00
Marc Klingen and GitHub
c3bdf51972
feat(datasets): show i/o and expected output on runitems ( #1641 )
2024-04-09 18:28:47 +02:00
Marc Klingen and GitHub
843de9cf31
chore: update .env.prod.example
2024-04-09 18:08:16 +02:00
Hassieb Pakzad and GitHub
5839cc5c87
fix(ui): prompt variables must be only letters or underscore ( #1635 )
...
* fix(ui): remove invalid variables from prompt
* feat: add note in new prompt form on variable format
2024-04-09 14:30:58 +00:00
Marc Klingen and GitHub
2fc8dcc855
feat(ui): columns visibility on all dataset tables ( #1640 )
2024-04-09 14:23:38 +00:00
Marc Klingen
8c2d5262e1
chore: release v2.20.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests-web (20) (push) Waiting to run
CI/CD / tests-worker (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-09 15:35:23 +02:00
6bc2e2aa7a
feat(prompts): add tags, filtering, sorting, pagination ( #1557 )
...
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-04-09 13:32:48 +00:00
Marc Klingen and GitHub
4c07776e20
fix: imports from shared package ( #1629 )
2024-04-09 13:22:19 +00:00
Marc Klingen and GitHub
bd98d20f65
feat(api): add runName and datasetName references to all dataset apis ( #1637 )
2024-04-09 13:12:21 +00:00
Max Deichmann and GitHub
fe74c14833
feat: add worker rate limits ( #1636 )
2024-04-09 14:12:09 +02:00
Max Deichmann and GitHub
a89afd47c7
feat: evals queue logic ( #1615 )
2024-04-09 13:48:23 +02:00
Marc Klingen and GitHub
fc453e1c5f
fix(cloud): disable sign-in until captcha passed ( #1634 )
2024-04-09 09:31:26 +00:00
Richard Krümmel and GitHub
55cf92e540
feat(dashboard): tag filter ( #1573 )
2024-04-09 10:52:58 +02:00
Hassieb Pakzad and GitHub
de30c90b53
fix: router.query undefined on first render ( #1621 )
2024-04-09 07:49:40 +00:00
a80f7ee63d
chore(deps): bump @aws-sdk/client-s3 from 3.536.0 to 3.550.0 ( #1626 )
...
Bumps [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 ) from 3.536.0 to 3.550.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.550.0/clients/client-s3 )
---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 23:40:08 +00:00
Marc Klingen
ff3975bb31
chore: release v2.19.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-09 01:26:01 +02:00
Marc Klingen and GitHub
919a4659b2
fix(ui): dataset items table import ( #1628 )
...
* fix(ui): dataset items table
* push
2024-04-08 23:21:59 +00:00
Marc Klingen
9bb84878e3
chore: release v2.19.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-08 23:08:11 +02:00
Thomas Calvet and GitHub
c7aec93a21
feat(api): expose promptId via GET /observations ( #1619 )
2024-04-08 23:01:25 +02:00
b0dbae98e8
chore: add docs to nav and overflow of score comment ( #1620 )
...
* Add Docs link to bottom navigation
* Update HoverCardContent styling
* open docs in new tab
* break score comments
---------
Co-authored-by: Marc Klingen <git@marcklingen.com >
2024-04-08 20:55:10 +00:00
65e6cc819d
feat(prompts): improve type safety by using columnHelper ( #1586 )
...
Co-authored-by: Max Deichmann <m.deichmann@tum.de >
2024-04-08 20:26:59 +00:00
Marc Klingen
f307b298c2
chore: remove codeowners
2024-04-08 22:16:01 +02:00
78c4774b1e
chore(deps): bump @aws-sdk/lib-storage from 3.540.0 to 3.550.0 ( #1622 )
...
Bumps [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage ) from 3.540.0 to 3.550.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.550.0/lib/lib-storage )
---
updated-dependencies:
- dependency-name: "@aws-sdk/lib-storage"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 20:13:49 +00:00
Marc Klingen
b26130df64
chore: release v2.18.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-08 22:07:15 +02:00
Max Deichmann and GitHub
806b203d66
feat: add worker health check ( #1624 )
2024-04-08 21:41:00 +02:00
Marc Klingen and GitHub
0eead0360e
fix(prompts): render all prompt types correctly and fallback on json ( #1625 )
2024-04-08 21:20:15 +02:00
Marc Klingen
aa1a964c6b
chore: use ci to rebase dependabot PRs selectively
2024-04-08 20:26:34 +02:00
Max Deichmann
6f108da941
chore: release v2.18.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-08 20:12:29 +02:00
Max Deichmann and GitHub
f008a31a3d
feat: add eval basic function ( #1455 )
2024-04-08 17:06:45 +02:00
Marc Klingen
0cea7a5168
feat(ui): add user.email to userNav menu
2024-04-08 16:51:16 +02:00
Marc Klingen and GitHub
1321b775ef
chore: update codeowners
2024-04-08 14:28:59 +02:00
Max Deichmann
9d698a95c5
chore: release v2.17.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-08 11:31:41 +02:00
Max Deichmann and GitHub
baac382fa9
fix: fix version number ( #1616 )
2024-04-08 11:31:06 +02:00
Hassieb Pakzad and GitHub
c92e9984f1
feat: adds chat prompts ( #1508 )
2024-04-08 10:45:37 +02:00
Max Deichmann and GitHub
7fac267135
feat: add worker to cd pipeline ( #1609 )
2024-04-07 12:16:50 +02:00
9e3653fa41
chore(deps): bump ai from 3.0.18 to 3.0.19 in the patches group ( #1605 )
...
Bumps the patches group with 1 update: [ai](https://github.com/vercel/ai ).
Updates `ai` from 3.0.18 to 3.0.19
- [Release notes](https://github.com/vercel/ai/releases )
- [Commits](https://github.com/vercel/ai/compare/ai@3.0.18...ai@3.0.19 )
---
updated-dependencies:
- dependency-name: ai
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-07 09:46:00 +00:00
Max Deichmann and GitHub
575148f8de
refactor: move release to root ( #1602 )
2024-04-06 13:13:27 +02:00
06edd7b07b
chore(deps-dev): bump @playwright/test from 1.42.1 to 1.43.0 ( #1607 )
...
Bumps [@playwright/test](https://github.com/microsoft/playwright ) from 1.42.1 to 1.43.0.
- [Release notes](https://github.com/microsoft/playwright/releases )
- [Commits](https://github.com/microsoft/playwright/compare/v1.42.1...v1.43.0 )
---
updated-dependencies:
- dependency-name: "@playwright/test"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-06 13:07:04 +02:00
Max Deichmann
60bf74698a
chore: release v2.16.2
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-05 21:21:21 +02:00
Max Deichmann and GitHub
5ac7dc969e
fix: do not send io for traces on trpc.all route ( #1514 )
2024-04-05 21:16:26 +02:00
Marc Klingen and GitHub
3b152eda21
fix: updates to openapi spec, broken due to monorepo transition ( #1603 )
2024-04-05 21:16:02 +02:00
Max Deichmann
bfde018060
chore: release v2.16.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-05 18:39:10 +02:00
Max Deichmann and GitHub
d83bc01b22
chore: upgrade fern ( #1600 )
2024-04-05 12:33:51 +02:00
Marc Klingen
feb811ccbb
fix: csp header script-src
2024-04-05 11:49:45 +02:00
dependabot[bot] and GitHub
5a2f478613
chore(deps): bump the patches group with 8 updates ( #1596 )
2024-04-05 06:39:19 +00:00
dependabot[bot] and GitHub
29c726499e
chore(deps): bump the prisma group with 2 updates ( #1595 )
2024-04-05 06:21:02 +00:00
dependabot[bot] and GitHub
c15435126d
chore(deps): bump lucide-react from 0.330.0 to 0.364.0 ( #1598 )
2024-04-05 08:12:19 +02:00
Marc Klingen
343fdf6785
chore: release v2.16.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-05 01:30:55 +02:00
Marc Klingen
ada8f639f1
chore: backfill source_trace_id for existing source_observation_id on dataset items
2024-04-05 01:29:08 +02:00
Marc Klingen and GitHub
913c5e3b3b
feat(datasets): add description to datasets&runs, add datasetName to GET runs/[runName] response ( #1594 )
2024-04-05 01:11:52 +02:00
Marc Klingen and GitHub
035b8a76df
ci: fix playwright e2e tests ( #1599 )
2024-04-05 00:50:44 +02:00
Marc Klingen and GitHub
14717f56b2
feat(datasets): create dataset item based on trace ( #1592 )
2024-04-04 22:59:56 +02:00
Marc Klingen and GitHub
bef70d0c2e
docs: descriptions for pagination api args ( #1591 )
2024-04-04 22:29:49 +02:00
Marc Klingen and GitHub
5aaa509954
feat(api): add GET /datasets ( #1590 )
2024-04-04 22:27:48 +02:00
Marc Klingen
3026ee4b27
chore: release v2.15.5
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-04 21:08:24 +02:00
Marc Klingen and GitHub
7e2dd0a42b
feat(datasets): input of dataset items can be nullable ( #1523 )
2024-04-04 21:00:13 +02:00
Max Deichmann and GitHub
7c4092a8c5
chore: upgrade fern generator ( #1585 )
2024-04-04 11:56:32 +02:00
ae3464856c
chore(deps-dev): bump the patches group with 1 update ( #1576 )
...
Bumps the patches group with 1 update: [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ).
Updates `@types/react-dom` from 18.2.23 to 18.2.24
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-04 01:12:10 +00:00
4501244544
chore(deps): bump @aws-sdk/lib-storage from 3.536.0 to 3.540.0 ( #1580 )
...
Bumps [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage ) from 3.536.0 to 3.540.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.540.0/lib/lib-storage )
---
updated-dependencies:
- dependency-name: "@aws-sdk/lib-storage"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-04 03:02:11 +02:00
8941ee0939
chore(deps-dev): bump @vercel/style-guide from 5.2.0 to 6.0.0 ( #1578 )
...
Bumps [@vercel/style-guide](https://github.com/vercel/style-guide ) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/vercel/style-guide/releases )
- [Changelog](https://github.com/vercel/style-guide/blob/canary/.releaserc.js )
- [Commits](https://github.com/vercel/style-guide/compare/v5.2.0...v6.0.0 )
---
updated-dependencies:
- dependency-name: "@vercel/style-guide"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-04 00:38:06 +02:00
f0b8fc6aa6
chore(deps): bump @aws-sdk/s3-request-presigner from 3.536.0 to 3.540.0 ( #1577 )
...
Bumps [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner ) from 3.536.0 to 3.540.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.540.0/packages/s3-request-presigner )
---
updated-dependencies:
- dependency-name: "@aws-sdk/s3-request-presigner"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-03 22:29:04 +00:00
9468c8ca93
chore(deps): bump the npm_and_yarn group with 1 update ( #1575 )
...
Bumps the npm_and_yarn group with 1 update: [express](https://github.com/expressjs/express ).
Updates `express` from 4.18.3 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.3...4.19.2 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
dependency-group: npm_and_yarn-security-group
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-03 22:15:44 +00:00
Marc Klingen
cfd127c4db
chore: release v2.15.4
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-03 23:46:54 +02:00
Max Deichmann and GitHub
98a0cc29c4
chore: downgrade express ( #1574 )
2024-04-03 19:21:06 +02:00
27b3771861
chore(deps): bump the patches group with 22 updates ( #1568 )
...
Bumps the patches group with 22 updates:
| Package | From | To |
| --- | --- | --- |
| [@heroicons/react](https://github.com/tailwindlabs/heroicons ) | `2.1.1` | `2.1.3` |
| [@langchain/anthropic](https://github.com/langchain-ai/langchainjs ) | `0.1.8` | `0.1.9` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs ) | `0.1.49` | `0.1.53` |
| [@langchain/openai](https://github.com/langchain-ai/langchainjs ) | `0.0.23` | `0.0.25` |
| [@react-email/components](https://github.com/resend/react-email/tree/HEAD/packages/components ) | `0.0.14` | `0.0.16` |
| [ai](https://github.com/vercel/ai ) | `3.0.13` | `3.0.17` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) | `3.36.0` | `3.36.1` |
| [langchain](https://github.com/langchain-ai/langchainjs ) | `0.1.28` | `0.1.30` |
| [nodemailer](https://github.com/nodemailer/nodemailer ) | `6.9.12` | `6.9.13` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form ) | `7.51.1` | `7.51.2` |
| [sonner](https://github.com/emilkowalski/sonner ) | `1.4.3` | `1.4.41` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library ) | `14.2.1` | `14.2.2` |
| [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint ) | `8.56.5` | `8.56.7` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) | `18.2.67` | `18.2.74` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) | `18.2.22` | `18.2.23` |
| [autoprefixer](https://github.com/postcss/autoprefixer ) | `10.4.18` | `10.4.19` |
| [postcss](https://github.com/postcss/postcss ) | `8.4.36` | `8.4.38` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss ) | `0.5.12` | `0.5.13` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) | `3.4.1` | `3.4.3` |
| [typescript](https://github.com/Microsoft/TypeScript ) | `5.4.2` | `5.4.3` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg ) | `8.11.3` | `8.11.5` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg ) | `8.11.2` | `8.11.4` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg ) | `8.11.2` | `8.11.4` |
Updates `@heroicons/react` from 2.1.1 to 2.1.3
- [Release notes](https://github.com/tailwindlabs/heroicons/releases )
- [Changelog](https://github.com/tailwindlabs/heroicons/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/heroicons/compare/v2.1.1...v2.1.3 )
Updates `@langchain/anthropic` from 0.1.8 to 0.1.9
- [Release notes](https://github.com/langchain-ai/langchainjs/releases )
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js )
- [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.8...0.1.9 )
Updates `@langchain/core` from 0.1.49 to 0.1.53
- [Release notes](https://github.com/langchain-ai/langchainjs/releases )
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js )
- [Commits](https://github.com/langchain-ai/langchainjs/commits )
Updates `@langchain/openai` from 0.0.23 to 0.0.25
- [Release notes](https://github.com/langchain-ai/langchainjs/releases )
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js )
- [Commits](https://github.com/langchain-ai/langchainjs/commits/0.0.25 )
Updates `@react-email/components` from 0.0.14 to 0.0.16
- [Release notes](https://github.com/resend/react-email/releases )
- [Commits](https://github.com/resend/react-email/commits/@react-email/components@0.0.16/packages/components )
Updates `ai` from 3.0.13 to 3.0.17
- [Release notes](https://github.com/vercel/ai/releases )
- [Commits](https://github.com/vercel/ai/compare/ai@3.0.13...ai@3.0.17 )
Updates `core-js` from 3.36.0 to 3.36.1
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/commits/v3.36.1/packages/core-js )
Updates `langchain` from 0.1.28 to 0.1.30
- [Release notes](https://github.com/langchain-ai/langchainjs/releases )
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js )
- [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.28...0.1.30 )
Updates `nodemailer` from 6.9.12 to 6.9.13
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.9.12...v6.9.13 )
Updates `react-hook-form` from 7.51.1 to 7.51.2
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases )
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md )
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.51.1...v7.51.2 )
Updates `sonner` from 1.4.3 to 1.4.41
- [Release notes](https://github.com/emilkowalski/sonner/releases )
- [Commits](https://github.com/emilkowalski/sonner/compare/v1.4.3...v.1.4.41 )
Updates `@testing-library/react` from 14.2.1 to 14.2.2
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v14.2.1...v14.2.2 )
Updates `@types/eslint` from 8.56.5 to 8.56.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint )
Updates `@types/react` from 18.2.67 to 18.2.74
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Updates `@types/react-dom` from 18.2.22 to 18.2.23
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
Updates `autoprefixer` from 10.4.18 to 10.4.19
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.18...10.4.19 )
Updates `postcss` from 8.4.36 to 8.4.38
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.36...8.4.38 )
Updates `prettier-plugin-tailwindcss` from 0.5.12 to 0.5.13
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.12...v0.5.13 )
Updates `tailwindcss` from 3.4.1 to 3.4.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.3/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.1...v3.4.3 )
Updates `typescript` from 5.4.2 to 5.4.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.2...v5.4.3 )
Updates `pg` from 8.11.3 to 8.11.5
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md )
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.11.5/packages/pg )
Updates `@types/pg` from 8.11.2 to 8.11.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg )
Updates `@types/pg` from 8.11.2 to 8.11.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg )
---
updated-dependencies:
- dependency-name: "@heroicons/react"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@langchain/anthropic"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@langchain/core"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@langchain/openai"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@react-email/components"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: ai
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: langchain
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: nodemailer
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: react-hook-form
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: sonner
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@testing-library/react"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@types/eslint"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@types/react-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: prettier-plugin-tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: pg
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@types/pg"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
- dependency-name: "@types/pg"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patches
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-03 15:54:16 +02:00
Marc Klingen and GitHub
bb2108e858
feat(datasets): connect run items with traces in addition to observations ( #1502 )
2024-04-03 15:52:48 +02:00
Marc Klingen and GitHub
268160b214
chore: docker compose instead of docker-compose ( #1571 )
2024-04-03 15:35:53 +02:00
9620fa8f63
chore(deps): bump the prisma group with 2 updates ( #1560 )
...
Bumps the prisma group with 2 updates: [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli ) and [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client ).
Updates `prisma` from 5.11.0 to 5.12.0
- [Release notes](https://github.com/prisma/prisma/releases )
- [Commits](https://github.com/prisma/prisma/commits/5.12.0/packages/cli )
Updates `@prisma/client` from 5.11.0 to 5.12.0
- [Release notes](https://github.com/prisma/prisma/releases )
- [Commits](https://github.com/prisma/prisma/commits/5.12.0/packages/client )
---
updated-dependencies:
- dependency-name: prisma
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prisma
- dependency-name: "@prisma/client"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prisma
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-03 15:12:09 +02:00
1cab7db5e8
chore(deps): bump the next group with 2 updates ( #1561 )
...
Bumps the next group with 2 updates: [next](https://github.com/vercel/next.js ) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next ).
Updates `next` from 14.1.3 to 14.1.4
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v14.1.3...v14.1.4 )
Updates `eslint-config-next` from 14.1.3 to 14.1.4
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/commits/v14.1.4/packages/eslint-config-next )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: next
- dependency-name: eslint-config-next
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: next
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-03 12:49:16 +00:00
Marc Klingen
779ea774d0
chore: automatically rebase dependabot PRs
2024-04-03 14:39:40 +02:00
e746188122
chore(deps): bump react18-json-view from 0.2.8-canary.4 to 0.2.8-canary.6 ( #1563 )
...
chore(deps): bump react18-json-view
Bumps [react18-json-view](https://github.com/YYsuni/react18-json-view ) from 0.2.8-canary.4 to 0.2.8-canary.6.
- [Release notes](https://github.com/YYsuni/react18-json-view/releases )
- [Commits](https://github.com/YYsuni/react18-json-view/commits )
---
updated-dependencies:
- dependency-name: react18-json-view
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-03 12:04:01 +00:00
d5ccc0fc1b
chore(deps): bump the sentry group with 4 updates ( #1559 )
...
Bumps the sentry group with 4 updates: [@sentry/nextjs](https://github.com/getsentry/sentry-javascript ), [@sentry/node](https://github.com/getsentry/sentry-javascript ), [@sentry/profiling-node](https://github.com/getsentry/sentry-javascript ) and [@sentry/types](https://github.com/getsentry/sentry-javascript ).
Updates `@sentry/nextjs` from 7.107.0 to 7.109.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.109.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.107.0...7.109.0 )
Updates `@sentry/node` from 7.107.0 to 7.109.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.109.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.107.0...7.109.0 )
Updates `@sentry/profiling-node` from 7.107.0 to 7.109.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.109.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.107.0...7.109.0 )
Updates `@sentry/types` from 7.107.0 to 7.109.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.109.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.107.0...7.109.0 )
---
updated-dependencies:
- dependency-name: "@sentry/nextjs"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/profiling-node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/types"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-03 13:58:04 +02:00
Max Deichmann and GitHub
14a1764d81
refactor: reduce sentry sampling ( #1564 )
2024-04-03 06:45:49 +02:00
Marc Klingen
8adef3a4b3
docs: add new integrations to contributing
2024-04-02 17:54:41 +02:00
Marc Klingen and GitHub
fd231782d9
chore: upgrade express ( #1558 )
2024-04-02 17:33:20 +02:00
Marc Klingen
2342ae1bd1
chore: fix dependabot
2024-04-02 17:24:20 +02:00
Marc Klingen and GitHub
f90e3da4a9
chore: upgrade deps ( #1556 )
2024-04-02 17:10:07 +02:00
Marc Klingen
23fa8dd19c
chore: release v2.15.3
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-02 12:56:57 +02:00
Marc Klingen and GitHub
1007507716
feat(sso): add Auth0 ( #1554 )
2024-04-02 12:51:50 +02:00
Marc Klingen
acf68a13cc
fix: stripe csp header
2024-04-02 12:36:35 +02:00
Marc Klingen
17e8249913
chore: release v2.15.2
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-04-02 12:20:43 +02:00
Marc Klingen and GitHub
0947acce66
feat(auth): add Okta ( #1534 )
2024-04-02 12:16:36 +02:00
Marc Klingen
8dc5087263
fix(security): allow stripe.com script-src
2024-04-02 12:03:57 +02:00
Richard Krümmel and GitHub
685abd6575
fix(ui): responsive layout of model latency chart ( #1553 )
2024-04-02 11:52:08 +02:00
Marc Klingen
a3fbdee0bd
chore: update csp script-src
2024-04-02 10:10:43 +02:00
Marc Klingen
6a24a50892
chore: release v2.15.1
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-03-31 14:38:45 +02:00
Marc Klingen and GitHub
9be6ffb8ff
feat(security): optional enforcement of https via LANGFUSE_CSP_ENFORCE_HTTPS ( #1550 )
2024-03-31 14:38:18 +02:00
Marc Klingen
938219203e
chore: release v2.15.0
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-03-29 21:49:49 +01:00
Marc Klingen and GitHub
036736d805
chore(api): casing of fromTimestamp param ( #1547 )
2024-03-29 21:49:04 +01:00
Marc Klingen and GitHub
e6aeeff357
feat(api): add fromStartTime param to GET /observations ( #1546 )
2024-03-29 21:48:19 +01:00
Marc Klingen and GitHub
8799a550b4
feat(api): add from_timestamp to GET /scores ( #1545 )
2024-03-29 21:37:20 +01:00
Marc Klingen and GitHub
4c4ab027d9
feat(api): add from_timestamp param to get /traces ( #1544 )
2024-03-29 21:31:29 +01:00
Marc Klingen and GitHub
af4106d463
fix(csp): add unsafe-eval to script-src in dev ( #1543 )
2024-03-29 21:16:13 +01:00
Marc Klingen and GitHub
08ea1807b3
fix(api): totalItems if params are empty strings ( #1542 )
2024-03-29 21:06:13 +01:00
Marc Klingen
a2698664d0
chore: release v2.14.6
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-03-28 22:48:15 +01:00
Marc Klingen and GitHub
096abd4b12
chore(security): add security headers ( #1532 )
2024-03-28 21:47:03 +01:00
Marc Klingen
04f9a33f64
chore: add codeowners
2024-03-28 15:53:04 +01:00
Max Deichmann
c9116d5a29
chore: release v2.14.5
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-03-28 14:11:56 +01:00
Max Deichmann and GitHub
8cfafe1e61
fix: handle nullable values in scores table ( #1531 )
2024-03-28 12:56:19 +00:00
Marc Klingen and GitHub
6d08720436
fix(ui): refresh turnstile via cdata instead of ref ( #1530 )
2024-03-28 12:34:37 +00:00
Marc Klingen and GitHub
d008a40788
fix(ui): user lastEvent in case of empty traces ( #1527 )
2024-03-28 09:55:11 +01:00
Marc Klingen
1d6ab82d9a
chore: release v2.14.4
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-03-28 09:36:48 +01:00
Marc Klingen and GitHub
530d0a613d
fix(ui): metrics on users table ( #1526 )
2024-03-28 08:36:03 +00:00
Marc Klingen and GitHub
73e23bd243
fix(ui): dom nesting of main menu ( #1525 )
...
fix(ui): dom of main menu
2024-03-28 08:07:01 +00:00
Marc Klingen
ea0725ea87
chore: release v2.14.3
CI/CD / lint (push) Waiting to run
CI/CD / test-docker-build (push) Waiting to run
CI/CD / tests (20) (push) Waiting to run
CI/CD / e2e-tests (push) Waiting to run
CI/CD / all-ci-passed (push) Blocked by required conditions
CI/CD / push-docker-image (push) Blocked by required conditions
release.yml / release (push) Waiting to run
2024-03-28 02:33:49 +01:00
Marc Klingen and GitHub
dc4a853209
fix(ui): refresh turnstile token after unsuccessful sign in ( #1521 )
2024-03-28 01:33:01 +00:00