Quickstart
Get started with agentic testing in minutes. Learn setup steps and quickly evaluate AI agent workflows.
!pip install ragaai-catalystfrom ragaai_catalyst import RagaAICatalyst
from ragaai_catalyst import Tracercatalyst = RagaAICatalyst(
access_key="access_key",
secret_key="secret_key",
2. Create a Project
3. Create a Dataset Using Tracing (Refer Doc)
4. Run Evaluations and Metrics
5. Compare Traces ( Refer Doc)
6. Compare Experiments (Refer Doc)
Last updated
Was this helpful?

