From adee79d7a5d3528e1f2821940f62f2b6e18ffbd0 Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Mon, 13 Jan 2025 11:54:05 +0100 Subject: [PATCH] fix: Change nbformat on llama index integration notebook --- notebooks/llama_index_cognee_integration.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/llama_index_cognee_integration.ipynb b/notebooks/llama_index_cognee_integration.ipynb index c07f6bef2..772c0a8c7 100644 --- a/notebooks/llama_index_cognee_integration.ipynb +++ b/notebooks/llama_index_cognee_integration.ipynb @@ -280,6 +280,6 @@ } ], "metadata": {}, - "nbformat": 5, - "nbformat_minor": 9 + "nbformat": 4, + "nbformat_minor": 2 }