Revert "Integrated the GraphML Visualizer as an optional component of LightRAG"

This commit is contained in:
zrguo
2025-02-05 01:30:57 +08:00
committed by GitHub
parent 0e162b25aa
commit b2bc7770fd
13 changed files with 92 additions and 177 deletions

View File

@@ -1 +1 @@
__api_version__ = "1.0.4"
__api_version__ = "1.0.3"

View File

@@ -557,14 +557,7 @@ class DocumentManager:
def __init__(
self,
input_dir: str,
supported_extensions: tuple = (
".txt",
".md",
".pdf",
".docx",
".pptx",
".xlsx",
),
supported_extensions: tuple = (".txt", ".md", ".pdf", ".docx", ".pptx", "xlsx"),
):
self.input_dir = Path(input_dir)
self.supported_extensions = supported_extensions