Recommend documents similar to specific documents. Specify which vector field must be used for recommendation using the documentsToRecommend property.

Log in to see full request history
Path Params
string
required
length ≤ 240

ID of dataset

Body Params
documentsToRecommend
array of objects
required
length ≥ 1

This takes a list of objects. Each object must specify the id of the document to generate recommendations for, and the vector field that will be compared.
Weight can be changed to increase or decrease how much a document contributes to the recommendation. A negative weight will make a document less likely to be recommended.

documentsToRecommend*
string
required

The vector field used for recommendation.

string
required

The id of the document used for recommendation.

number

Influences how much a document affects recommendation results. A negative weight causes documents like this to show up less.

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json