From 2a04fa3738a3751735120b04cdad6484beef6c35 Mon Sep 17 00:00:00 2001 From: Igor Ilic <30923996+dexters1@users.noreply.github.com> Date: Tue, 11 Feb 2025 18:28:31 +0100 Subject: [PATCH] fix: Resolve llama-index integration issue with new cognee version [ COG-1270] (#515) ## Description Change version to latest llama index cognee integration version which has a proper fix for the failing notebook ## 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 ## Summary by CodeRabbit - **Chores** - Updated an AI integration dependency to version 0.1.3 in both the testing workflow and the Jupyter notebook, ensuring that the environment uses the latest version for improved consistency during tests. Co-authored-by: Vasilije <8619304+Vasilije1990@users.noreply.github.com> --- .../workflows/test_llama_index_cognee_integration_notebook.yml | 2 +- notebooks/llama_index_cognee_integration.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_llama_index_cognee_integration_notebook.yml b/.github/workflows/test_llama_index_cognee_integration_notebook.yml index 72408ddb6..64d585c02 100644 --- a/.github/workflows/test_llama_index_cognee_integration_notebook.yml +++ b/.github/workflows/test_llama_index_cognee_integration_notebook.yml @@ -38,7 +38,7 @@ jobs: - name: Install dependencies run: | pip install jupyter - pip install llama-index-graph-rag-cognee==0.1.2 + pip install llama-index-graph-rag-cognee==0.1.3 - name: Execute Jupyter Notebook env: diff --git a/notebooks/llama_index_cognee_integration.ipynb b/notebooks/llama_index_cognee_integration.ipynb index 6df6a5980..464a95839 100644 --- a/notebooks/llama_index_cognee_integration.ipynb +++ b/notebooks/llama_index_cognee_integration.ipynb @@ -57,7 +57,7 @@ "cell_type": "code", "outputs": [], "execution_count": null, - "source": "!pip install llama-index-graph-rag-cognee==0.1.2" + "source": "!pip install llama-index-graph-rag-cognee==0.1.3" }, { "metadata": {},