Find answers from the community

Updated 11 months ago

Hi, what does `num_workers` do in the

Hi, what does num_workers do in the keyword extractor? Is this the amount of CPU threads used?

Example:
Plain Text
KeywordExtractor(llm, keywords=5, num_workers=24),
W
N
L
4 comments
Thanks! @WhiteFang_Jr
(actually, its not CPU threads, but number of concurrant async LLM calls that are allowed to happen at any given time)
Add a reply
Sign up and join the conversation on Discord