diff --git a/README.md b/README.md index 3d795015d..08186331c 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ print(run_flow("Your message", flow_id=FLOW_ID, tweaks=TWEAKS)) ## Deploy on Railway -[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/Emy2sU?referralCode=MnPSdg) +[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/JMXEWp?referralCode=MnPSdg) ## Deploy on Render diff --git a/docs/docs/guides/langfuse_integration.mdx b/docs/docs/guides/langfuse_integration.mdx index 51aba962e..81f06e787 100644 --- a/docs/docs/guides/langfuse_integration.mdx +++ b/docs/docs/guides/langfuse_integration.mdx @@ -40,7 +40,7 @@ Langfuse is an open-source tracing and analytics tool designed for LLM applicati echo $LANGFLOW_LANGFUSE_PUBLIC_KEY ``` -3. **Monitor Langflow**: Now, whenever you use Langflow's chat or API, you will be able to see the tracing of your conversations in Langfuse. If you have any issues with the integration, consult the [Langfuse documentation]() or contact their support. +3. **Monitor Langflow**: Now, whenever you use Langflow's chat or API, you will be able to see the tracing of your conversations in Langfuse. That's it! You have successfully integrated Langfuse with Langflow, enhancing observability and debugging capabilities for your LLM application. diff --git a/render.yaml b/render.yaml index e67da9334..4c17923c6 100644 --- a/render.yaml +++ b/render.yaml @@ -3,9 +3,14 @@ services: - type: web name: langflow runtime: docker - plan: free dockerfilePath: ./Dockerfile repo: https://github.com/logspace-ai/langflow branch: main healthCheckPath: /health autoDeploy: false + envVars: + - key: LANGFLOW_DATABASE_URL + value: sqlite:////home/user/.cache/langflow/langflow.db + disk: + name: langflow-data + mountPath: /home/user/.cache/langflow