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
Contributor guide
Tech stack
python
Domain
backend
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-2 days
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
blocked
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
PythonSQLDatabase concepts
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
40
Research direction
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.
Inference database dummy data fill ability · LAION-AI/Open-Assistant#3090 | Good First Issue