Acknowledgments
Rhesis includes and depends on several excellent open-source projects. We are grateful to the developers and maintainers of these projects.
Evaluation Frameworks
garak - LLM Vulnerability Scanner
Rhesis uses garak for LLM security testing and vulnerability detection probes.
- Website: garak.ai
- Repository: github.com/NVIDIA/garak
- License: Apache License 2.0
- Copyright: Copyright (c) 2023 Leon Derczynski, Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES
ragas - RAG Assessment Framework
Rhesis uses ragas for Retrieval-Augmented Generation (RAG) evaluation metrics.
- Repository: github.com/explodinggradients/ragas
- License: Apache License 2.0
- Copyright: Copyright 2023 Vibrant Labs
deepeval - LLM Evaluation Framework
Rhesis uses deepeval for comprehensive LLM evaluation metrics including single-turn and conversational assessments.
- Website: confident-ai.com
- Repository: github.com/confident-ai/deepeval
- License: Apache License 2.0
- Copyright: Copyright 2024 Confident AI Inc.
deepteam - LLM Red Teaming Framework
Rhesis uses deepteam for red teaming and adversarial testing of LLM systems.
- Repository: github.com/confident-ai/deepteam
- License: Apache License 2.0
- Copyright: Copyright 2024 Confident AI Inc.
Infrastructure
OpenTelemetry Python
Rhesis uses OpenTelemetry for distributed tracing and observability.
- Website: opentelemetry.io
- Repository: github.com/open-telemetry/opentelemetry-python
- License: Apache License 2.0
- Copyright: Copyright The OpenTelemetry Authors (CNCF)
Transformers - Hugging Face
Rhesis optionally uses the Transformers library for machine learning model integration.
- Website: huggingface.co/transformers
- Repository: github.com/huggingface/transformers
- License: Apache License 2.0
- Copyright: Copyright 2018 The Hugging Face team
License Information
The full text of the Apache License, Version 2.0 is available at: apache.org/licenses/LICENSE-2.0
For complete attribution details, see the NOTICE file in the repository root.