pratikshya
pratikshya
I have multiple threads running concurrently. And since one message's execution might be dependent on another, after checking state of previous message's execution state, I want the message to remain...
I have included a field with type langdetect. And languages contains list of languages that we currently support. If I have to add a new language to it later, would...
Would it be possible to give a query instead of index name alone when generating the recommendations? For example, in the code below: curl -XPOST localhost:9200/_river/movielens_items_from_user/_meta -d '{ "type": "taste",...
I have user_id, item_id and preference_value. On the data file, a user may or may not have access to all items. Is it possible to generate recommendation for user, based...