Pinned Repositories
competitor_check
Guardrails AI: Competitor Check - Validates that LLM-generated text is not naming any competitors from a given list
correct_language_validator
Correct Language Guardrails AI validator - validates whether LLM generated text is in the expected language.
csv-validator
CSV validator for Guardrails AI
detect_pii
Guardrails AI: PII Filter - Validates that any text does not contain any PII
docs
Documentation for Rancher products (for 2.0/new site)
exclude_sql_predicates
Guardrails AI: Excludes SQL predicates - Validates that the SQL query does not contain certain predicates
extractive_summary_validator
Extractive Summary Guardrails AI validator - Validates that a summary generated by an LLM is an extractive summary of the original document.
go-proxmox
Go client with types and tests for the Proxmox-VE REST API
guardrails
Adding guardrails to large language models.
has_url
A validator that checks if a generated output includes a url.
jonasferoz's Repositories
jonasferoz/competitor_check
Guardrails AI: Competitor Check - Validates that LLM-generated text is not naming any competitors from a given list
jonasferoz/correct_language_validator
Correct Language Guardrails AI validator - validates whether LLM generated text is in the expected language.
jonasferoz/csv-validator
CSV validator for Guardrails AI
jonasferoz/detect_pii
Guardrails AI: PII Filter - Validates that any text does not contain any PII
jonasferoz/exclude_sql_predicates
Guardrails AI: Excludes SQL predicates - Validates that the SQL query does not contain certain predicates
jonasferoz/extractive_summary_validator
Extractive Summary Guardrails AI validator - Validates that a summary generated by an LLM is an extractive summary of the original document.
jonasferoz/go-proxmox
Go client with types and tests for the Proxmox-VE REST API
jonasferoz/guardrails
Adding guardrails to large language models.
jonasferoz/has_url
A validator that checks if a generated output includes a url.
jonasferoz/high_quality_translation_validator-guardrails
Fork of BrainLogic AI's validator
jonasferoz/lowercase
Guardrails AI: Lower case validator - Validates that a value is lower case
jonasferoz/nsfw_text
A Guardrails AI validator that detects inappropriate/ Not Safe For Work (NSFW) text during validation
jonasferoz/profanity_free
Guardrails AI: Profanity free - Validates that a translated text does not contain profanity language.
jonasferoz/provenance_embeddings
Guardrails AI: Provenance Embeddings - Validates that LLM-generated text matches some source text based on distance in embedding space
jonasferoz/reading_level
Parses text to find its readability as a US grade level number (0-12)
jonasferoz/redundant_sentences
Guardrails AI: Redundant sentences - Removes redundant sentences from a string
jonasferoz/regex_match
jonasferoz/responsiveness_check
A validator which ensures that a generated output answers the prompt given.
jonasferoz/restricttotopic
Validator for GuardrailsHub to check if a text is related with a topic.
jonasferoz/secrets_present
Guardrails AI: Detect Secrets - Validates whether the generated code snippet contains any secrets.
jonasferoz/sensitive_topics
jonasferoz/similar_to_previous_values
jonasferoz/sql_column_presence_validator
SQL validator
jonasferoz/valid_choice
Guardrails AI: Valid choices - validates that a value is within the acceptable choices
jonasferoz/valid_length
Guardrails AI: Valid length - Validates that the length of value is within the expected range
jonasferoz/valid_open_api_spec
jonasferoz/valid_python_validator
Valid Python Guardrails AI validator - Validates that there are no Python syntactic bugs in the generated code.
jonasferoz/valid_sql
Guardrails AI: Valid SQL - Validates that there are no SQL syntactic bugs in the generated code.
jonasferoz/validator-template
A test validator repo that includes just the regex validator
jonasferoz/wiki_provenance
A Guardrails AI validator that detects hallucinations using Wikipedia as the source of truth