chore: remove Langchain tools import (#3407)
This commit is contained in:
parent
c227f3d985
commit
0737e930cb
9 changed files with 98 additions and 73 deletions
|
|
@ -159,7 +159,7 @@ class BlobLoader(ABC):
|
|||
def yield_blobs(
|
||||
self,
|
||||
) -> Iterable[Blob]:
|
||||
"""A lazy loader for raw data represented by LangChain's Blob object.
|
||||
"""A lazy loader for raw data represented by Blob object.
|
||||
|
||||
Returns:
|
||||
A generator over blobs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue