setting up postgres container for new schema

This commit is contained in:
lila 2026-07-23 23:57:11 +02:00
parent 5eda891fb5
commit 061b05afb6
3 changed files with 30 additions and 3 deletions

View file

@ -103,9 +103,9 @@ constraints, indexes, and relations.
**Tasks:**
- [ ] Acquire frequency-based noun lists for all 5 languages
- [ ] Clean and format the lists (one word per line, UTF-8)
- [ ] Set up local Postgres (Docker or native)
- [x] Acquire frequency-based noun lists for all 5 languages
- [x] Clean and format the lists (one word per line, UTF-8)
- [x] Set up local Postgres (Docker or native)
- [ ] Set up a SQLite database file for staging
- [ ] Write and test the Gemini prompt with 5 sample words
- [ ] Refine the prompt until the JSON output matches the contract