How to Crawl or Backfill data for a Search or Recommendation system? #3054
-
Hi, I was looking through the dev docs and it’s not clear to me what is the intended way for devs to acquire a training set to build Search or Recommendation applications. What I see from the docs is you have the Then I see in the HTTP api there is a way to list all the repos What is the intended way for developers to acquire a training set for Search or Recommendation applications? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Documentation here: https://docs.bsky.app/docs/advanced-guides/backfill It seems that enumerating it using the API via listerepos getrepo is the official solution. Seems inefficient with no batch op tho would prefer to replay the stream. |
Beta Was this translation helpful? Give feedback.
Documentation here: https://docs.bsky.app/docs/advanced-guides/backfill
It seems that enumerating it using the API via listerepos getrepo is the official solution. Seems inefficient with no batch op tho would prefer to replay the stream.