TrustyAI integration with Guardrails #40
evaline-ju
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
@evaline-ju thank you for the detailed proposal, this looks great! Can I suggest that this is also submitted as an ADR (could be verbatim) to the community repo? This way we can formalise the planning around this effort. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
“Guardrails” is a stack of various components that enable standalone detections on text, as well as invoking detections on text generation server input (i.e. user prompts) and text generation server output (i.e. generated text).
Background
Components of the "Guardrails" stack include:
We generally have assumed the text generation server(s) are separate from the “Guardrails” stack i.e. deployed and maintained separately. The grpc text generation provider can be specified through orchestrator configuration. Currently, the orchestrator is directly compatible and tested with:
Integration
This integration will allow for TrustyAI users to be able to get detections in their LLM applications in real-time and allow users to bring in other detectors (e.g. potentially toxic text detectors) into their applications.
NOTE: This particular TrustyAI integration discussion will be considered separately of being able to build and provide official images for the open-sourced orchestrator, along with any image maintenance issues such as security scanning, and thus is not contingent on Rust knowledge.
The integration will include:
Starting this discussion to make sure the points of intended integration are agreed upon, and if so, potentially the details of moving forward
Beta Was this translation helpful? Give feedback.
All reactions