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.