cognee/.github/workflows/notebooks_tests.yml
Vasilije c3d33e728e
feat: New tests (#678)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin

---------

Co-authored-by: Daniel Molnar <soobrosa@gmail.com>
Co-authored-by: Igor Ilic <30923996+dexters1@users.noreply.github.com>
Co-authored-by: Igor Ilic <igorilic03@gmail.com>
2025-04-10 10:52:48 +02:00

40 lines
1.1 KiB
YAML

name: Reusable Notebook Tests
on:
workflow_call:
jobs:
run-main-notebook:
name: Main Notebook Test
uses: ./.github/workflows/reusable_notebook.yml
with:
notebook-location: notebooks/cognee_demo.ipynb
secrets: inherit
run-llama-index-integration:
name: LlamaIndex Integration Notebook
uses: ./.github/workflows/reusable_notebook.yml
with:
notebook-location: notebooks/llama_index_cognee_integration.ipynb
secrets: inherit
run-cognee-llama-index:
name: Cognee LlamaIndex Notebook
uses: ./.github/workflows/reusable_notebook.yml
with:
notebook-location: notebooks/cognee_llama_index.ipynb
secrets: inherit
run-cognee-multimedia:
name: Cognee Multimedia Notebook
uses: ./.github/workflows/reusable_notebook.yml
with:
notebook-location: notebooks/cognee_multimedia_demo.ipynb
secrets: inherit
run-graphrag-vs-rag:
name: Graphrag vs Rag notebook
uses: ./.github/workflows/reusable_notebook.yml
with:
notebook-location: notebooks/graphrag_vs_rag.ipynb
secrets: inherit