PhilippChr / CLOCQ

Code for our WSDM 2022 paper. CLOCQ is a framework which allows efficient access to knowledge bases (KB) for functionalities related to question answering (QA). CLOCQ can retrieve a set of relevant facts from the KB for a given user question. Further, it provides efficient retrieval of KB-neighborhoods, KB-connectivities and labels, aliases etc.
https://clocq.mpi-inf.mpg.de
MIT License
15 stars 3 forks source link

API down & potential reasons #6

Closed WuXuan374 closed 1 year ago

WuXuan374 commented 1 year ago

Hi, thank you for your great work and wonderful API! It helps me a lot.

The API service seems to be unavailale now, and I think it may have something to do with a recent API request from me: I test /api/connectivity_check with 2 properties (P127 and some other property).

After that request, the service seems to be unavailable.

I'm really sorry for the trouble brought; if this request is the reason why the service is down, perhaps a parameter check on the interface could help to avoid such cases in the future.

Again, thank you for your great work, and really sorry for the trouble.

PhilippChr commented 1 year ago

Hi,

Thanks a lot for the nice words!

I do not think that this caused the problem actually, since we take care of such cases internally. But still, thanks for mentioning!

I think it has to do with some internal processes. The API is restarted for now (will take 2-3 hours until it is available again), and I will try to further investigate what exactly caused the issue, to avoid such problems in the future.

Regards, Philipp

WuXuan374 commented 1 year ago

Hi,

Thank you for your effort! And I will be more careful when using the interfaces.

Danke schön!