You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be able to self-host, there's a dependency on postgres. That means we'll have to run 2 additional docker containers in our setup- one for langfuse itself, and the second for postgres.
The most useful/relevant bit for us, at the moment, is the langchain integration as documented here. I imagine it will be pretty useful to setup a callback handler and pass it while instantiating Agents. This is probably the only setup required and seems easy. IMO, it's worth giving it a spin and understanding how useful it really is in practice.
https://langfuse.com/docs/get-started
At first, just research the feasibility, etc and comment with thoughts on what it would take to implement @charl3sj .
The text was updated successfully, but these errors were encountered: