Find answers from the community

A
Ar1s
Offline, last seen 3 months ago
Joined September 25, 2024
I am using Parallelized Ingestion Pipeline, but got error: TypeError: cannot pickle '_thread.RLock' object.
my code is : nodes = pipeline.run(documents=documents, num_workers=4)
2 comments
k
when I using UnstructuredElementNodeParser to parse some html files, I got this error:
AttributeError: 'NoneType' object has no attribute 'find'
6 comments
L
k
A
@kapa.ai how do I load a qa_dataset.json for evaluation?
9 comments
k
A