Skip to content

Commit

Permalink
chore: remove deprecated Got It AI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouyanpi committed Jan 13, 2025
1 parent fef2aec commit 55528dd
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 324 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ rails:
- self check facts
- self check hallucination
- activefence moderation
- gotitai rag truthcheck

config:
# Configure the types of entities that should be masked on user input.
Expand Down
35 changes: 0 additions & 35 deletions docs/user-guides/community/gotitai.md

This file was deleted.

20 changes: 0 additions & 20 deletions docs/user-guides/guardrails-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,26 +624,6 @@ rails:

For more details, check out the [ActiveFence Integration](./community/active-fence.md) page.

### Got It AI

```{warning}
**Deprecation Notice:**
The Got It AI integration has been deprecated and will be discontinued on 15th December, 2024.
```

NeMo Guardrails integrates with [Got It AI's Hallucination Manager](https://www.app.got-it.ai/hallucination-manager) for hallucination detection in RAG systems. To integrate the TruthChecker API with NeMo Guardrails, the `GOTITAI_API_KEY` environment variable needs to be set.

#### Example usage

```yaml
rails:
output:
flows:
- gotitai rag truthcheck
```

For more details, check out the [Got It AI Integration](./community/gotitai.md) page.

### AutoAlign

NeMo Guardrails supports using the AutoAlign's guardrails API (you need to have the `AUTOALIGN_API_KEY` environment variable set).
Expand Down
1 change: 0 additions & 1 deletion examples/sample_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ rails:
- self check hallucination
- activefence moderation
- check sensitive data
- gotitai rag truthcheck

# Execution rails are triggered before and after an action is invoked
# TODO
14 changes: 0 additions & 14 deletions nemoguardrails/library/gotitai/__init__.py

This file was deleted.

93 changes: 0 additions & 93 deletions nemoguardrails/library/gotitai/actions.py

This file was deleted.

14 changes: 0 additions & 14 deletions nemoguardrails/library/gotitai/flows.co

This file was deleted.

13 changes: 0 additions & 13 deletions nemoguardrails/library/gotitai/flows.v1.co

This file was deleted.

8 changes: 0 additions & 8 deletions tests/test_configs/gotitai_truthchecker/config.yml

This file was deleted.

10 changes: 0 additions & 10 deletions tests/test_configs/gotitai_truthchecker/truthcheck.co

This file was deleted.

115 changes: 0 additions & 115 deletions tests/test_gotitai_output_rail.py

This file was deleted.

0 comments on commit 55528dd

Please sign in to comment.