From 321b648ef5820772140ff7de7aa0046e40f2963c Mon Sep 17 00:00:00 2001 From: Andrej Milicevic Date: Fri, 19 Sep 2025 13:34:11 +0200 Subject: [PATCH] fix: Returned the necessary port argument I accidentally deleted. --- cognee/infrastructure/databases/graph/get_graph_engine.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cognee/infrastructure/databases/graph/get_graph_engine.py b/cognee/infrastructure/databases/graph/get_graph_engine.py index 594744983..38a6a2caa 100644 --- a/cognee/infrastructure/databases/graph/get_graph_engine.py +++ b/cognee/infrastructure/databases/graph/get_graph_engine.py @@ -32,6 +32,7 @@ def create_graph_engine( graph_database_name="", graph_database_username="", graph_database_password="", + graph_database_port="", ): """ Create a graph engine based on the specified provider type.