Getting Started with Red Teaming
This guide will walk you through setting up and configuring your first Red Teaming evaluations against your LLM's. By following these steps, you'll learn how to:
- Configure NeuralTrust to invoke your LLM
- How to configure NeuralTrust to invoke your LLM.
- Configuration options.
- Create and run a custom evaluation from your RAG
- Create and evaluaiton set.
- Run the EvaluationSet.
- Look at the results in the UI.
- Create and run a custom attack
- Create an custom objective attack.
- Run the attack against your LLM.
- Look at the results in the UI.
- Scan your LLM for complience vulnerabilities
- Scan your LLM for complience vulnerabilities.
- Look at the results in the UI.
Prerequisites
Before you begin, make sure you have:
- A NeuralTrust API key.
- A LLMs endpoint to invoke through an API Restfull.
- NeuralTrust SDK installed. Check the SDK installation guide for more information.
Time to Complete
These guides should take approximately 20 minutes to complete.
What You'll Build
By the end of these guides, you'll have:
- A custom EvaluationSet from your RAG.
- A custom objective attack against your LLM.
- A complience scan against your LLM.
Next Steps
Ready to begin? Start with Configuring your LLM endpoint.