There's some dummy data here which was used for filling the data collection backend DB, could maybe be reused
In that backend we had a setting which was used on server start to determine whether to fill with data, see here
Guide contributeur
Stack technique
python
Domaine
backend
Type d'issue
feature
DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
3
Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
1-2 days
Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
blocked
ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
mostly clear
Prérequis
PythonSQLDatabase concepts
Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
40
Direction de recherche
Examine the existing dummy data in backend/test data and the configuration in backend/oasst backend/config.py to understand how to replicate the fill logic for the inference database. Review the discussion in the issue comments for any additional context or requirements. Consider implementing a similar startup setting to optionally populate the inference database with dummy data for testing.