mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 13:33:37 +00:00
community[patch]: docstrings update (#20301)
Added missed docstrings. Format docstings to the consistent form.
This commit is contained in:
@@ -7,7 +7,7 @@ KG_TRIPLE_DELIMITER = "<|>"
|
||||
|
||||
|
||||
class KnowledgeTriple(NamedTuple):
|
||||
"""A triple in the graph."""
|
||||
"""Knowledge triple in the graph."""
|
||||
|
||||
subject: str
|
||||
predicate: str
|
||||
|
Reference in New Issue
Block a user