Use my t2v-transformers service as a standalone vectorization endpoint

Suppose I have a string or list of strings and I want to vectorize it. I already have a t2v-transformers running in k8s. How do I use it? I am using v3.

1 Like

Resolved. I found that is has swagger docs.

payload={
“text”: “yes”
}

resp = requests.post(url=URL+“/vectors”, json=payload)

hi @moruga123 !!
THanks for sharing!