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
Proper rule operation requires existing data be correct - see [Data ModelD esign](Data-Model-Design){:target="_blank" rel="noopener"}.
3
+
Proper rule operation requires existing data be correct - see [Data ModelD esign](Data-Model-Design){:target="_blank" rel="noopener"}.
4
4
5
-
ChatGPT sometimes fails to properly compute the tests data. You can rebuild your test data to match the derivation rules by using `genai-utils --rebuild-test-data`.
5
+
ChatGPT sometimes fails to properly compute the tests data. You can rebuild your test data to match the derivation rules by using `genai-utils --rebuild-test-data`.
6
6
7
7
8
+
## Overview
9
+
Basic operation:
10
+
11
+
1. Builds database/test_data/test_data.py from docs/response.json
12
+
2. Runs it to create database/test_data/db.sqlite
13
+
3. Copies database/test_data/db.sqlite to database/db.sqlite
14
+
15
+
16
+
17
+
## Example
18
+
8
19
Fixes project issues by rebuilding the database to conform to the derivation rules:
0 commit comments