fix: Return some code I mistakenly deleted.
This commit is contained in:
parent
321b648ef5
commit
bd6efe8a21
1 changed files with 4 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue