Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Update docs on data privacy risks involving use of LangSmith and LangFuse #894

Merged
merged 9 commits into from
Nov 22, 2024
2 changes: 2 additions & 0 deletions .vale/styles/Microsoft/Headings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ exceptions:
- Kubernetes Service
- Lambda
- LangChain
- LangFuse
- LangSmith
- Linux
- MySQL
- Notebook
Expand Down
1 change: 1 addition & 0 deletions .vale/styles/Microsoft/ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ formatters
fsspec
globals
Globals
interpretability
Kaggle
namespace
namespaces
Expand Down
10 changes: 10 additions & 0 deletions vizro-ai/docs/pages/explanation/safety-in-vizro-ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,13 @@ Users must exercise caution when executing code generated by or influenced by AI
- Always review and understand the selected model before connecting with `vizro_ai`

To learn more, refer to the section that describes how to [safeguard execution of dynamic code](safeguard.md).


## Debugging in Vizro-AI with LangSmith and LangFuse

[LangSmith](https://docs.smith.langchain.com/) and [LangFuse](https://langfuse.com/docs) are tools designed to enhance transparency and interpretability in AI workflows.
To improve debugging and traceability, you can use the advanced observability and evaluation features of these tools with Vizro-AI.

To ensure responsible use, review their data privacy and security policies. See [LangFuse Data Security & Privacy ](https://langfuse.com/docs/data-security-privacy) and [LangSmith Privacy Policy](https://www.langchain.com/privacy-policy) site for more details.

Additionally, both support self-hosting options, which may be critical for security oriented users.See [LangSmith](https://docs.smith.langchain.com/self_hosting) and [LangFuse](https://langfuse.com/docs/deployment/self-host) self-hosting guides for more details. LangFuse offers a self-hosting service under the MIT License.