Log in
Log into community
Find answers from the community
Most posts
Powered by
Hall
Home
Members
Ar1s
A
Ar1s
Offline
, last seen 3 months ago
Joined September 25, 2024
Contributions
Comments
Replies
A
Ar1s
7 months ago
·
I am using Parallelized Ingestion Pipeline, but got error: TypeError: cannot pickle '_thre
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
A
Ar1s
7 months ago
·
when I using UnstructuredElementNodeParser to parse some html files, I got this error:Att
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
A
Ar1s
6 months ago
·
how do I load a qa_dataset.json for evaluation?
@kapa.ai how do I load a qa_dataset.json for evaluation?
9 comments
k
A