[fix] fix typo s/muiti-node /multi-node etc. (#5448)

This commit is contained in:
digger yu
2024-04-07 18:42:15 +08:00
committed by GitHub
parent 15055f9a36
commit a799ca343b
10 changed files with 16 additions and 16 deletions

View File

@@ -52,7 +52,7 @@ class DocumentLoader:
def load_data(self, path: str) -> None:
"""
Load data. Please refer to https://python.langchain.com/docs/modules/data_connection/document_loaders/
for sepcific format requirements.
for specific format requirements.
Args:
path: path to a file
To load files with glob path, here are some examples.