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