mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-24 03:52:10 +00:00
docs: community docstring updates (#21040)
Added missed docstrings. Updated docstrings to consistent format.
This commit is contained in:
@@ -187,5 +187,7 @@ class SparkLLMTextEmbeddings(BaseModel, Embeddings):
|
||||
|
||||
|
||||
class AssembleHeaderException(Exception):
|
||||
"""Exception raised for errors in the header assembly."""
|
||||
|
||||
def __init__(self, msg: str) -> None:
|
||||
self.message = msg
|
||||
|
Reference in New Issue
Block a user