Update README.md
Browse files
README.md
CHANGED
@@ -38,3 +38,11 @@ This template will show you how to
|
|
38 |
3. Implement additional Langfuse tracing features used frequently in chat applications: [chat sessions](https://langfuse.com/docs/tracing-features/sessions), [user feedback](https://langfuse.com/docs/scores/user-feedback)
|
39 |
|
40 |
🙏 Thank you to [@tkmamidi](https://github.com/tkmamidi) for the original implementation and contributions to this notebook.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
3. Implement additional Langfuse tracing features used frequently in chat applications: [chat sessions](https://langfuse.com/docs/tracing-features/sessions), [user feedback](https://langfuse.com/docs/scores/user-feedback)
|
39 |
|
40 |
🙏 Thank you to [@tkmamidi](https://github.com/tkmamidi) for the original implementation and contributions to this notebook.
|
41 |
+
|
42 |
+
## Troubleshooting
|
43 |
+
|
44 |
+
1. Make sure your notebook runs locally in app mode using `python app.py`
|
45 |
+
2. Check that all required packages are listed in `requirements.txt`
|
46 |
+
3. Check Space logs for any Python errors
|
47 |
+
|
48 |
+
For more help, open a support thread on [GitHub discussions](https://langfuse.com/discussions) or [open an issue](https://github.com/langfuse/langfuse/issues).
|