Skip to content

Commit

Permalink
Update docstr
Browse files Browse the repository at this point in the history
  • Loading branch information
randombet committed Sep 14, 2024
1 parent 16850b8 commit 6778a5a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def __init__(
password (str|None): FalkorDB password.
model (str): OpenAI model to use for Falkor DB to build and retrieve from the graph.
schema: Falkor DB knowledge graph schema (ontology), https://github.com/FalkorDB/GraphRAG-SDK/blob/main/graphrag_sdk/schema/schema.py
If None, Falkor DB will auto generate a schema from the input docs.
"""
self.knowledge_graph = KnowledgeGraph(name, host, port, username, password, model, schema)

Expand Down

0 comments on commit 6778a5a

Please sign in to comment.