Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,20 @@ name: Pipeline de Integración Continua
on:
push:
branches: [main]
paths-ignore:
- '**.md'
- 'docs/**'
- '.github/*.md'
Copy link

Copilot AI Dec 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pattern '.github/*.md' is redundant because the '**.md' pattern on line 7 already matches all markdown files in any directory, including '.github/'. You can remove this line to simplify the configuration.

Copilot uses AI. Check for mistakes.
- 'LICENSE*'
- '.gitignore'
pull_request:
branches: [main]
paths-ignore:
- '**.md'
- 'docs/**'
- '.github/*.md'
- 'LICENSE*'
- '.gitignore'

jobs:
# ============================================================================
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<div align="center">

# Cortex Knowledge Assistant

### Enterprise-Grade RAG System with Real-Time Streaming
<img src="docs/images/cortex-banner.png" alt="Cortex Knowledge Assistant" width="800"/>

[![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)
Expand Down Expand Up @@ -41,7 +39,7 @@ A diferencia de implementaciones RAG básicas, Cortex está diseñado desde cero

<img src="docs/images/alum_livedemo.gif" alt="Demo de Cortex - Consulta sobre distribución de Poisson" width="700"/>

*Usuario con rol alumno consultando sobre distribución de Poisson*
_Usuario con rol alumno consultando sobre distribución de Poisson_

</div>

Expand Down
Binary file added docs/images/cortex-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.