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:
parent
05ba29af01
commit
2a04fa3738
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install jupyter
|
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
|
- name: Execute Jupyter Notebook
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"execution_count": null,
|
"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": {},
|
"metadata": {},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue