Add Langfuse observability configuration to env.example
- Add Langfuse environment variables - Include setup instructions - Support OpenAI compatible APIs - Enable tracing configuration - Add cloud/self-host options
This commit is contained in:
parent
2539b4e2c8
commit
777c91794b
1 changed files with 11 additions and 0 deletions
11
env.example
11
env.example
|
|
@ -447,6 +447,17 @@ MEMGRAPH_DATABASE=memgraph
|
||||||
### DB specific workspace should not be set, keep for compatible only
|
### DB specific workspace should not be set, keep for compatible only
|
||||||
### MEMGRAPH_WORKSPACE=forced_workspace_name
|
### MEMGRAPH_WORKSPACE=forced_workspace_name
|
||||||
|
|
||||||
|
###########################################################
|
||||||
|
### Langfuse Observability Configuration
|
||||||
|
### Only works with LLM provided by OpenAI compatible API
|
||||||
|
### Install with: pip install lightrag-hku[observability]
|
||||||
|
### Sign up at: https://cloud.langfuse.com or self-host
|
||||||
|
###########################################################
|
||||||
|
# LANGFUSE_SECRET_KEY=""
|
||||||
|
# LANGFUSE_PUBLIC_KEY=""
|
||||||
|
# LANGFUSE_HOST="https://cloud.langfuse.com" # 或您的自托管实例地址
|
||||||
|
# LANGFUSE_ENABLE_TRACE=true
|
||||||
|
|
||||||
############################
|
############################
|
||||||
### Evaluation Configuration
|
### Evaluation Configuration
|
||||||
############################
|
############################
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue