BaseGraphStorage
get_client
get_schema
get_structured_schema
refresh_schema
add_triplet
- subj (str): The identifier for the subject entity.
- obj (str): The identifier for the object entity.
- rel (str): The relationship between the subject and object.
delete_triplet
- subj (str): The identifier for the subject entity.
- obj (str): The identifier for the object entity.
- rel (str): The relationship between the subject and object.
query
- query (str): The query to be executed.
- params (Optional[Dict[str, Any]]): A dictionary of parameters to be used in the query. Defaults to
None.