From 548c6e01b3a911200acab6b0cbb70a88f7cd0a38 Mon Sep 17 00:00:00 2001 From: Randi Griffin Date: Wed, 23 Oct 2024 12:34:17 -0400 Subject: [PATCH] Docs/add aws bedrock to readme (#78) * Remove redundant links to ARTKIT doc sections: we already link to the docs in the Getting Started text of the README, and we already have overhead navigation to these sections in the HTML docs * Mention both Google Gemini and Vertex AI since we support both APIs * Mention AWS Bedrock --- README.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index ef79a48..d2dc7ff 100644 --- a/README.rst +++ b/README.rst @@ -8,8 +8,6 @@ Automated Red Teaming (ART) and testing toolkit **ARTKIT** is a Python framework developed by `BCG X `_ for automating prompt-based testing and evaluation of Gen AI applications. -`Documentation `_ | `User Guides `_ | `Examples `_ - .. Begin-Badges |pypi| |conda| |python_versions| |code_style| |made_with_sphinx_doc| |license_badge| |github_actions_build_status| |Contributor_Convenant| @@ -19,7 +17,7 @@ testing and evaluation of Gen AI applications. Getting started --------------- -- See the `ARTKIT Documentation `_ for our User Guide, Examples, API reference, and more. +- See the `ARTKIT Documentation `_ for our `User Guides `_, `Examples `_, `API Reference `_, and more. - See `Contributing `_ or visit our `Contributor Guide `_ for information on contributing. - We have an `FAQ `_ for common questions. For anything else, please reach out to ARTKIT@bcg.com. @@ -97,7 +95,8 @@ Supported Model Providers ARTKIT provides out-of-the-box support for the following model providers: - `Anthropic `_ -- `Google Gemini `_ +- `AWS Bedrock `_ +- Google's `Gemini `_ and `Vertex AI `_ - `Grok `_ - `Hugging Face `_ - `OpenAI `_