dice-group / GENESIS

GENESIS - A Generic RDF Data Access Interface
http://genesis.aksw.org/
GNU Affero General Public License v3.0
8 stars 4 forks source link

Similar Entities take too long to generate #3

Open ram-g-athreya opened 7 years ago

ram-g-athreya commented 7 years ago

Hi @DiegoMoussallem

Great work on the project. We have been using the Genesis service for the Chatbot and it is very useful for generating similar or related results for a given entity.

Just one suggestion, generating similar entities takes a lot of time and gets timed out even though related entities are very fast. But this is not a problem when we try to find similar entities for the second time (probably because the results get cached). Is there some way to improve the speed for generating similar entities? Or is it possible to use a scaled down version of the API so that it may give less accurate but faster results.

Thanks Ram G Athreya

DiegoMoussallem commented 7 years ago

Hey @ram-g-athreya, We're aware of it and have been studying how to improve this. One alternative was to pre-compute them, but it took a long time and the idea is always to get the newest results of a given entity. Also, it is not possible to use a scaled down version to this end.

All suggestions are welcome, feel free to propose one :)