Skip to content

Commit

Permalink
Remove word "memory"
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj725 committed Sep 18, 2024
1 parent 0d027c9 commit cc1b8f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/community/langchain_community/document_loaders/pebblo.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,10 @@ def _add_pebblo_specific_metadata(self, classified_docs: dict) -> None:

class PebbloTextLoader(BaseLoader):
"""
Loader for text data in memory.
Loader for text data.
Since PebbloSafeLoader is a wrapper around document loaders, this loader is
used to load in-memory text data directly into Documents.
used to load text data directly into Documents.
"""

def __init__(
Expand Down

0 comments on commit cc1b8f9

Please sign in to comment.