weaviate / t2v-transformers-models

This is the repo for the container that holds the models for the text2vec-transformers module
BSD 3-Clause "New" or "Revised" License
39 stars 27 forks source link

307 Redirects #34

Closed trengrj closed 1 year ago

trengrj commented 1 year ago

The module currently generates a lot of 307 redirects in logs.

I think the cause is due to Weaviate posting to /vectors

https://github.com/semi-technologies/weaviate/blob/master/modules/text2vec-transformers/clients/vectorizer.go#L68

But the vectorizer listening on /vectors/. Not sure if there is a historical reason for this.

https://github.com/semi-technologies/t2v-transformers-models/blob/37782b75e9421967f88bdcb19bdea276ef3f4910/app.py#L48