diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9b9fc9..794aadd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,20 @@ name: Pipeline de Integración Continua on: push: branches: [main] + paths-ignore: + - '**.md' + - 'docs/**' + - '.github/*.md' + - 'LICENSE*' + - '.gitignore' pull_request: branches: [main] + paths-ignore: + - '**.md' + - 'docs/**' + - '.github/*.md' + - 'LICENSE*' + - '.gitignore' jobs: # ============================================================================ diff --git a/README.md b/README.md index a5f1f58..a7e3bd1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@
-# Cortex Knowledge Assistant - -### Enterprise-Grade RAG System with Real-Time Streaming +Cortex Knowledge Assistant [![Pipeline de Integración Continua](https://github.com/DeepRatAI/cortex-knowledge-assistant/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/DeepRatAI/cortex-knowledge-assistant/actions/workflows/ci.yml) [![Version](https://img.shields.io/badge/version-0.1.0--beta-blue.svg)](https://github.com/DeepRatAI/cortex-knowledge-assistant/releases) @@ -41,7 +39,7 @@ A diferencia de implementaciones RAG básicas, Cortex está diseñado desde cero Demo de Cortex - Consulta sobre distribución de Poisson -*Usuario con rol alumno consultando sobre distribución de Poisson* +_Usuario con rol alumno consultando sobre distribución de Poisson_
diff --git a/docs/images/cortex-banner.png b/docs/images/cortex-banner.png new file mode 100644 index 0000000..b4f12ec Binary files /dev/null and b/docs/images/cortex-banner.png differ