Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Question aboit api end point /ingest

avatar
Explorer

Hi

 

I have about 100,000 user-item association entries to post by /ingest

 

Questions:

(1) When the model will be re-built? Is it automatically in next run (how to trigger next run? auto? perodically?) ?

(2) During the post process one by one association to /ingest, will it still trigger approximation computation once it gets an entry?

 

1 ACCEPTED SOLUTION

avatar
Master Collaborator

The default is that you manually trigger model builds. But you can configure it to build after a certain amount of time has elapsed, or a certain number of data points have been written. See model.time-threshold and model.data-threshold.

 

Yes, all data points cause in-memory model updates no matter how they arrive.

View solution in original post

1 REPLY 1

avatar
Master Collaborator

The default is that you manually trigger model builds. But you can configure it to build after a certain amount of time has elapsed, or a certain number of data points have been written. See model.time-threshold and model.data-threshold.

 

Yes, all data points cause in-memory model updates no matter how they arrive.