Find answers from the community

N
Nyse
Offline, last seen 3 months ago
Joined September 25, 2024
i'm confused about id_num_table anda id_num_table_ref in unstructured and what does it means
base_nodes, node_mappings = node_parser.get_base_nodes_and_mappings(raw_nodes)
2 comments
L
Does anyone know how to build a search engine with our documents? open to ideas
4 comments
N
W
N
Nyse
·

```py

Plain Text
reader = FlatReader()
node_parser = UnstructuredElementNodeParser()
docs = reader.load_data(Path("your_path.html"))
raw_nodes = node_parser.get_nodes_from_documents(docs)

why i got the BadZipFile: File is not a zip file error? Do you know how to solve this? thank you :D
24 comments
W
N
L