Add a new ContainsLink
descriptor to Evidently
#1313
Labels
enhancement
New feature or request
hacktoberfest
Accepted contributions will count towards your hacktoberfest PRs
About Hacktoberfest contributions: https://github.com/evidentlyai/evidently/wiki/Hacktoberfest-2024
Description:
Add a new
ContainsLink
descriptor that checks if the text contains any valid hyperlinks. It returns True if at least one valid URL is detected in the text and False if no links are found.This can be useful for tasks such as checking that LLM-generated response includes a reference link when it is expected.
The text was updated successfully, but these errors were encountered: