Skip to content

Error on different html file #10

@rsreetech

Description

@rsreetech

I get this error when i try with a different html file:
/usr/local/lib/python3.10/dist-packages/llama_index/node_parser/interface.py in get_nodes_from_documents(self, documents, show_progress, **kwargs)
65 if node.ref_doc_id is not None:
66 node.metadata.update(
---> 67 doc_id_to_document[node.ref_doc_id].metadata
68 )
69

KeyError: '415b458e-c002-4527-904e-71f214e77113'

Any pointers would be helpful? Is it something to do with html parsing. I downloaded a10k html document for a different company and tried the code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions