BLINK icon indicating copy to clipboard operation
BLINK copied to clipboard

Is there any possibility to get the set of candidates directly because no computing resources

Open island99 opened this issue 4 years ago • 3 comments

Thank you very much for making the code open source. Is there any possibility to get the set of candidates corresponding to each mention? Because I dont have much computing resources, If there are sets of candidate entities directly, it will be really really helpful! Thanks again.

island99 avatar Oct 28 '20 01:10 island99

@island99 Hi, could you clarify on what you meant by "sets of candidates to each mention directly"? Thanks. Did you mean something like a mention table?

ledw avatar Dec 08 '20 01:12 ledw

I have the same issues of loading candidate entities due to computing resources. 01/05/2021 21:53:36 - INFO - Blink - loading candidate entities Killed

wangruinju avatar Jan 06 '21 05:01 wangruinju

@island99, @wangruinju: You can whittle down the candidate size to a reasonable one that fits your RAM.

Alternatively, you can use on-disk FAISS index.

abhinavkulkarni avatar Nov 19 '21 11:11 abhinavkulkarni