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
Unfortunately, with OpenAI's acquisition of Rockset, it has become unreasonable to migrate and maintain multiple copies of years-old data. For this reason, V1 and V2 will discontinued down on September 29th, 2024. If your applications depend on these versions, you need to migrate to V3 by this date to keep your application running.
Is there any way to selfhost v3 since the move to MongoDB? I was planning on adding the TotK images, so I would have liked to host the API locally to test it.
I was bit confused, since the self hosting guide seems to be very much out of date. Since then, both db/ and scripts/get_data.py have been deleted, and the guide talks about hosting on Rockset. Where is the actual data located now?
I don't have any experience with databases, so I apologize if I'm missing the obvious.
If self hosting is not possible, what modifications would be necessary to make the TotK images work? Would it be enough to add them to images/TOTK with the correct filenames (just like the BotW ones)?
Unfortunately, with OpenAI's acquisition of Rockset, it has become unreasonable to migrate and maintain multiple copies of years-old data. For this reason, V1 and V2 will discontinued down on September 29th, 2024. If your applications depend on these versions, you need to migrate to V3 by this date to keep your application running.
Migration to V3:
https://botw-compendium.herokuapp.com/api/v2/category/creatures
https://botw-compendium.herokuapp.com/api/v3/compendium/category/creatures
food
andnon_food
keys no longer exist. All entries are now siblings under a single array.https://botw-compendium.herokuapp.com/api/v2
https://botw-compendium.herokuapp.com/api/v3/compendium
https://botw-compendium.herokuapp.com/api/v2/master_mode/entry/golden_bokoblin
https://botw-compendium.herokuapp.com/api/v3/compendium/master_mode/entry/golden_bokoblin
food
andnon_food
keys no longer exist. All entries are now siblings under a single array.https://botw-compendium.herokuapp.com/api/v2/entry/horse
https://botw-compendium.herokuapp.com/api/v3/compendium/entry/horse
https://botw-compendium.herokuapp.com/api/v2/entry/horse/image
https://botw-compendium.herokuapp.com/api/v3/compendium/entry/horse/image
To see new V3 features, please look at the ticked boxes under #30.
The text was updated successfully, but these errors were encountered: