You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The collaborative filtering example is good, but for a real app, we would have to make millions of requests, spending a lof of time going from app to Neptune. How can we change this example for many users in a single query?
g.V().has('GamerAlias','skywalker123')
How can we make a query that get the topN for many users, not only for skywalker123?
The text was updated successfully, but these errors were encountered:
The collaborative filtering example is good, but for a real app, we would have to make millions of requests, spending a lof of time going from app to Neptune. How can we change this example for many users in a single query?
g.V().has('GamerAlias','skywalker123')
How can we make a query that get the topN for many users, not only for skywalker123?
The text was updated successfully, but these errors were encountered: