|
1 | 1 | <div align="center"> |
2 | 2 |
|
3 | | -<img src="https://raw.githubusercontent.com/guardrails-ai/guardrails/main/docs/dist/img/Guardrails-ai-logo-for-dark-bg.svg#gh-dark-mode-only" alt="Guardrails AI Logo" width="600px"> |
4 | | -<img src="https://raw.githubusercontent.com/guardrails-ai/guardrails/main/docs/dist/img/Guardrails-ai-logo-for-white-bg.svg#gh-light-mode-only" alt="Guardrails AI Logo" width="600px"> |
| 3 | +<img src="https://raw.githubusercontent.com/guardrails-ai/guardrails/main/docs/assets/Guardrails-ai-logo-for-dark-bg.svg#gh-dark-mode-only" alt="Guardrails AI Logo" width="600px"> |
| 4 | +<img src="https://raw.githubusercontent.com/guardrails-ai/guardrails/main/docs/assets/Guardrails-ai-logo-for-white-bg.svg#gh-light-mode-only" alt="Guardrails AI Logo" width="600px"> |
5 | 5 |
|
6 | 6 | <hr> |
7 | 7 |
|
|
13 | 13 | [](https://microsoft.github.io/pyright/) |
14 | 14 | [](https://x.com/guardrails_ai) |
15 | 15 | [](https://discord.gg/U9RKkZSBgx) |
16 | | -[](https://www.guardrailsai.com/docs) |
| 16 | +[](https://guardrailsai.com/guardrails/docs) |
17 | 17 | [](https://www.guardrailsai.com/blog) |
18 | 18 | [](https://gurubase.io/g/guardrails) |
19 | 19 |
|
|
25 | 25 | ## What is Guardrails? |
26 | 26 |
|
27 | 27 | Guardrails is a Python framework that helps build reliable AI applications by performing two key functions: |
28 | | -1. Guardrails runs Input/Output Guards in your application that detect, quantify and mitigate the presence of specific types of risks. To look at the full suite of risks, check out [Guardrails Hub](https://hub.guardrailsai.com/). |
| 28 | +1. Guardrails runs Input/Output Guards in your application that detect, quantify and mitigate the presence of specific types of risks. To look at the full suite of risks, check out [Guardrails Hub](https://guardrailsai.com/hub/). |
29 | 29 | 2. Guardrails help you generate structured data from LLMs. |
30 | 30 |
|
31 | 31 |
|
32 | 32 | <div align="center"> |
33 | | -<img src="https://raw.githubusercontent.com/guardrails-ai/guardrails/main/docs/dist/img/with_and_without_guardrails.svg" alt="Guardrails in your application" width="1500px"> |
| 33 | +<img src="https://raw.githubusercontent.com/guardrails-ai/guardrails/main/docs/assets/with_and_without_guardrails.svg" alt="Guardrails in your application" width="1500px"> |
34 | 34 | </div> |
35 | 35 |
|
36 | 36 |
|
37 | 37 | ### Guardrails Hub |
38 | 38 |
|
39 | | -Guardrails Hub is a collection of pre-built measures of specific types of risks (called 'validators'). Multiple validators can be combined together into Input and Output Guards that intercept the inputs and outputs of LLMs. Visit [Guardrails Hub](https://hub.guardrailsai.com/) to see the full list of validators and their documentation. |
| 39 | +Guardrails Hub is a collection of pre-built measures of specific types of risks (called 'validators'). Multiple validators can be combined together into Input and Output Guards that intercept the inputs and outputs of LLMs. Visit [Guardrails Hub](https://guardrailsai.com/hub/) to see the full list of validators and their documentation. |
40 | 40 |
|
41 | 41 | <div align="center"> |
42 | | -<img src="https://raw.githubusercontent.com/guardrails-ai/guardrails/main/docs/dist/img/guardrails_hub.gif" alt="Guardrails Hub gif" width="600px"> |
| 42 | +<img src="https://raw.githubusercontent.com/guardrails-ai/guardrails/main/docs/assets/guardrails_hub.gif" alt="Guardrails Hub gif" width="600px"> |
43 | 43 | </div> |
44 | 44 |
|
45 | 45 |
|
@@ -214,11 +214,11 @@ You can reach out to us on [Discord](https://discord.gg/gw4cR9QvYE) or [Twitter] |
214 | 214 |
|
215 | 215 | #### Can I use Guardrails with any LLM? |
216 | 216 |
|
217 | | -Yes, Guardrails can be used with proprietary and open-source LLMs. Check out this guide on [how to use Guardrails with any LLM](https://www.guardrailsai.com/docs/how_to_guides/llm_api_wrappers). |
| 217 | +Yes, Guardrails can be used with proprietary and open-source LLMs. Check out this guide on [how to use Guardrails with any LLM](https://guardrailsai.com/guardrails/docs/how-to-guides/using_llms). |
218 | 218 |
|
219 | 219 | #### Can I create my own validators? |
220 | 220 |
|
221 | | -Yes, you can create your own validators and contribute them to Guardrails Hub. Check out this guide on [how to create your own validators](https://www.guardrailsai.com/docs/hub/how_to_guides/custom_validator). |
| 221 | +Yes, you can create your own validators and contribute them to Guardrails Hub. Check out this guide on [how to create your own validators](https://guardrailsai.com/guardrails/docs/hub/how_to_guides/custom_validator). |
222 | 222 |
|
223 | 223 | #### Does Guardrails support other languages? |
224 | 224 |
|
|
0 commit comments