Find answers from the community

Updated last year

Perfomance

@Logan M Extracting metadata from documents takes ~ 10 sec per document if I am using private openai. Is there a way to speed up the process? I have 76000 documents? I have business documents downloaded from confluence and would like to use llama_index to have the most accurate answers.
E
L
2 comments
can you provide more details about your implementation to extract metadata?
@Vimwork1 There's not really a way to speed it up right now πŸ˜… Since most metadata extractors depend on calling the LLM to generate text

Which extractors are you using? I've been thinking of implementing more extractors that rely on faster local models -- right now, only the entity extractor runs locally (and if you have CUDA, it's very fast)
Add a reply
Sign up and join the conversation on Discord