mirror of
https://github.com/hwchase17/langchain
synced 2024-11-02 09:40:22 +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"]
|
header = ["loader", "description", "lazy_loading", "native_async"]
|
||||||
title = ["Document Loader", "Description", "Lazy loading", "Native async support"]
|
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()):
|
for loader, feats in sorted(doc_loaders_feat_table.items()):
|
||||||
if not feats:
|
if not feats:
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user