Skip to content

File path in unstructured2graph is a series of random letters #115

@Josipmrden

Description

@Josipmrden

The issue stems from this part of code:

for chunk in document.chunks:
    if not only_chunks:
        await lightrag_wrapper.ainsert(
            input=chunk.text, file_paths=[chunk.hash]
        )

I would say this series of random characters is definitely not the file path.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions