mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-15 07:36:08 +00:00
docs: doc loader feat table alignment (#22900)
This commit is contained in:
parent
984c7a9d42
commit
e4279f80cd
@ -53,7 +53,7 @@ def get_document_loader_table() -> str:
|
||||
|
||||
header = ["loader", "description", "lazy_loading", "native_async"]
|
||||
title = ["Document Loader", "Description", "Lazy loading", "Native async support"]
|
||||
rows = [title, [":-"] + [":-:"] * (len(title) - 1)]
|
||||
rows = [title, [":-"] * 2 + [":-:"] * (len(title) - 2)]
|
||||
for loader, feats in sorted(doc_loaders_feat_table.items()):
|
||||
if not feats:
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user