diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 661cc75..84b7337 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - --style - cadcx_markdownlint_style.rb - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: check-json diff --git a/meaningful_ai/notes.md b/meaningful_ai/notes.md index 2a4bfbb..943f350 100644 --- a/meaningful_ai/notes.md +++ b/meaningful_ai/notes.md @@ -20,7 +20,7 @@ _Never rely solely on an LLM._ Always check else, and don't expect the LLM to give you its sources. _Retrieval Augmented Generation_ is a developing field that combines traditional search with generative AI. -