-
Notifications
You must be signed in to change notification settings - Fork 1.3k
40 lines (34 loc) · 1.08 KB
/
notebooks_tests.yml
File metadata and controls
40 lines (34 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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