mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 15:04:13 +00:00
docs: community docstring updates (#21040)
Added missed docstrings. Updated docstrings to consistent format.
This commit is contained in:
@@ -22,9 +22,11 @@ class NeptuneQueryException(Exception):
|
||||
|
||||
|
||||
class BaseNeptuneGraph(ABC):
|
||||
"""Abstract base class for Neptune"""
|
||||
|
||||
@property
|
||||
def get_schema(self) -> str:
|
||||
"""Returns the schema of the Neptune database"""
|
||||
"""Return the schema of the Neptune database"""
|
||||
return self.schema
|
||||
|
||||
@abstractmethod
|
||||
|
Reference in New Issue
Block a user