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
Guida contributor
Tech stack
python
Dominio
backend
Tipo issue
feature
DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
3
Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
1-2 days
Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
blocked
ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
mostly clear
Prerequisiti
PythonSQLDatabase concepts
Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
40
Direzione di ricerca
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.