ndarray
, tensor
, and json
. Outputs are in a structured JSON format, typically wrapped in metadata, which supports monitoring and logging functions.
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.