Hello, I am new to weaviate community.
I am trying to setup/configure weaviate and text2vec-contextionary on OpenShift. When I deployed contextionary , it is failing with below logs:
http:////v1/modules/text2vec-contextionary/extensions-storage - context-deadline-exceeded
It keeps repeating itself and after a while the message changes to:
action: extensions_retrive_all error: expected status \u003c 399, got 503
The above two messages keep getting posted alternatively.
In weaviate configMap, I added contextionary URL and weaviate is unable to complete startup_check_contextionary.
action: startup errror init module text2vec-contextionary validate remote api.
I am using the latest weaviate image from docker hub.
I would appreciate if you could help me to troubleshoot this issue.
Thanks.