Is v2 branch having production code for server and db? #11771
Replies: 1 comment 6 replies
-
|
Yes, the v2 branch contains production code for Langfuse v2. (1) Regarding Redis: You're correct that Redis is not required for Langfuse v2. Redis was introduced as a requirement in Langfuse v3. (1) For Langfuse v2 local deployment, you only need:
To run Langfuse v2 locally using docker compose: (1) The v2 docker-compose.yml file should only include PostgreSQL and the Langfuse server - no Redis. (1) If you're seeing Redis connection errors on the v2 branch, this suggests there may be an issue with your local setup or you might be using configuration from v3. Note: Langfuse v2 receives security updates only until end of Q1 2025. (1) (2) Consider planning an upgrade to v3 when feasible. 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your question
Is v2 branch having production code for server and db. While running locally getting error redis connection failed, but as per documentation redis is added as part of v3.
https://github.com/langfuse/langfuse/tree/v2
Langfuse Cloud or Self-Hosted?
Self-Hosted
If Self-Hosted
No response
If Langfuse Cloud
No response
SDK and integration versions
No response
Pre-Submission Checklist
Beta Was this translation helpful? Give feedback.
All reactions