fix: Returned the necessary port argument I accidentally deleted.

This commit is contained in:
Andrej Milicevic 2025-09-19 13:34:11 +02:00
parent c391be41d6
commit 321b648ef5

View file

@ -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.