1
1
# langfuse
2
2
3
- ![ Version: 1.0.4 ] ( https://img.shields.io/badge/Version-1.0.4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.51.2] ( https://img.shields.io/badge/AppVersion-3.51.2-informational?style=flat-square )
3
+ ![ Version: 1.0.5 ] ( https://img.shields.io/badge/Version-1.0.5 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.51.2] ( https://img.shields.io/badge/AppVersion-3.51.2-informational?style=flat-square )
4
4
5
5
LLM engineering platform - LLM observability, metrics, evaluations, prompt management.
6
6
@@ -33,14 +33,6 @@ LLM engineering platform - LLM observability, metrics, evaluations, prompt manag
33
33
| langfuse.clickhouse.auth.password | string | ` "change-me" ` | |
34
34
| langfuse.clickhouse.deploy | bool | ` true ` | |
35
35
| langfuse.clickhouse.fullnameOverride | string | ` "langfuse-clickhouse" ` | |
36
- | langfuse.langfuse.additionalEnv[ 0] .name | string | ` "LANGFUSE_INIT_ORG_ID" ` | |
37
- | langfuse.langfuse.additionalEnv[ 0] .value | string | ` "onyxia" ` | |
38
- | langfuse.langfuse.additionalEnv[ 1] .name | string | ` "LANGFUSE_INIT_USER_EMAIL" ` | |
39
- | langfuse.langfuse.additionalEnv
[ 1
] .value
| string
| ` "[email protected] " ` | |
40
- | langfuse.langfuse.additionalEnv[ 2] .name | string | ` "LANGFUSE_INIT_USER_NAME" ` | |
41
- | langfuse.langfuse.additionalEnv[ 2] .value | string | ` "langfuse" ` | |
42
- | langfuse.langfuse.additionalEnv[ 3] .name | string | ` "LANGFUSE_INIT_USER_PASSWORD" ` | |
43
- | langfuse.langfuse.additionalEnv[ 3] .value | string | ` "changeme" ` | |
44
36
| langfuse.langfuse.encryptionKey.secretKeyRef.key | string | ` "encryption-key" ` | |
45
37
| langfuse.langfuse.encryptionKey.secretKeyRef.name | string | ` "langfuse-encryption" ` | |
46
38
| langfuse.langfuse.features.experimentalFeaturesEnabled | bool | ` false ` | Enable experimental features |
@@ -49,6 +41,10 @@ LLM engineering platform - LLM observability, metrics, evaluations, prompt manag
49
41
| langfuse.langfuse.image.pullPolicy | string | ` "IfNotPresent" ` | |
50
42
| langfuse.langfuse.image.tag | string | ` nil ` | |
51
43
| langfuse.langfuse.ingress.enabled | bool | ` false ` | |
44
+ | langfuse.langfuse.initConfig.LANGFUSE_INIT_ORG_ID | string | ` "onyxia" ` | |
45
+ | langfuse.langfuse.initConfig.LANGFUSE_INIT_USER_EMAIL
| string
| ` "[email protected] " ` | |
46
+ | langfuse.langfuse.initConfig.LANGFUSE_INIT_USER_NAME | string | ` "langfuse" ` | |
47
+ | langfuse.langfuse.initConfig.LANGFUSE_INIT_USER_PASSWORD | string | ` "changeme" ` | |
52
48
| langfuse.langfuse.logging.format | string | ` "text" ` | Set the log format for the application (text or json) |
53
49
| langfuse.langfuse.logging.level | string | ` "info" ` | Set the log level for the application (trace, debug, info, warn, error, fatal) |
54
50
| langfuse.langfuse.nextauth.secret.value | string | ` "change-me" ` | |
0 commit comments