Configure Ray/Seldon vector search
text
.vector
.body_t
.body_512_v
.text
.vector
.vector
.knn
query parser as you would with Solr. Specify the search vector and include it in the query. For example, change the q
parameter to a knn
query parser string.The Ray/Seldon Vectorize Query stage will encode user queries using the specified model and modify the q
parameter to use the knn
query parser, turning the query into a vector search.\t
for the tab character. When entering configuration values in the API, use escaped characters, such as \\t
for the tab character.