fix: Resolve llama-index integration issue with new cognee version [ COG-1270] (#515)

<!-- .github/pull_request_template.md -->

## 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


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## 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.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Co-authored-by: Vasilije <8619304+Vasilije1990@users.noreply.github.com>
This commit is contained in:
Igor Ilic 2025-02-11 18:28:31 +01:00 committed by GitHub
parent 05ba29af01
commit 2a04fa3738
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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": {},