fix: Return some code I mistakenly deleted.

This commit is contained in:
Andrej Milicevic 2025-09-22 10:10:39 +02:00
parent 321b648ef5
commit bd6efe8a21

View file

@ -44,13 +44,14 @@ def create_graph_engine(
Parameters:
-----------
- graph_database_provider: The type of graph database provider to use (e.g., neo4j,
kuzu).
- graph_database_url: The URL for the graph database instance. Required for neo4j.
- graph_database_provider: The type of graph database provider to use (e.g., neo4j, falkor, kuzu).
- graph_database_url: The URL for the graph database instance. Required for neo4j and falkordb providers.
- graph_database_username: The username for authentication with the graph database.
Required for neo4j provider.
- graph_database_password: The password for authentication with the graph database.
Required for neo4j provider.
- graph_database_port: The port number for the graph database connection. Required
for the falkordb provider
- graph_file_path: The filesystem path to the graph file. Required for the kuzu
provider.