0

I have installed version 1.2.1 of weaviate and selected a transformer module. but the /v1/meta endpoint does not display the transformer details. I get the following:

{
  "hostname": "http://[::]:8080",
  "modules": {
    "text2vec-transformers": {
      
    }
  },
  "version": "1.2.1"
}
Gadhu
  • 1
  • The behavior you're describing is actually expected in 1.2.1. The presence of the `text2vec-transoformers` key under modules indicates that the module is present and running correctly. It does not currently provide any other meta info. However, in a future release, it will print info such as which transformers model is running, etc. – etiennedi Apr 12 '21 at 12:03
  • Hey @Gadhu, just wanted to update you that this is being addressed as part of Weaviate `v.1.3.0` where each transformers module now shows metadata about the underlying model. – etiennedi Apr 27 '21 at 07:37
  • Thanks @etiennedi. As we start switching transformers often, this will be very useful to check if I am using the right one. – Gadhu Apr 28 '21 at 14:43
  • 1
    @etiennedi Just verified on v.1.3.0 . Very clear now. Able to see details of the qna-transformers as well as text2vec transformers. Brilliant!!! – Gadhu Apr 30 '21 at 10:07

0 Answers0