Revert "Integrated the GraphML Visualizer as an optional component of LightRAG"
This commit is contained in:
@@ -1 +1 @@
|
||||
__api_version__ = "1.0.4"
|
||||
__api_version__ = "1.0.3"
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user