langfuse-go
langfuse-go copied to clipboard
Langfuse Go SDK
Hallo ! Id love to take up prompt fetching from the Langfuse dashboard on this as I noticed support for that doesn't exist yet. Is this something already under the...
Fixes #2
Currently, the users of this library need to set the required parameters (like public/private kies) as the env variable in code. With this commit, something like this: ```go err :=...
Hi Langfuse team, While using the Go SDK I noticed that the client still performs a REST call on every flush interval even when there are no events queued. Because...