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
Copy file name to clipboardExpand all lines: mimir-rag/Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ baseline-db:
59
59
echo"Baselining existing database schema (marking migration as applied)...";\
60
60
npx prisma migrate resolve --applied 0_init &&echo"Baseline complete! You can now run 'make setup-db' or 'make server'."||echo"Note: Migration may already be marked as applied."
# For Supabase: Use Session Pooler (port 6543) if using Docker - see README for details
44
45
```
45
46
46
47
**Important:** The default schema uses `vector(3072)` for embeddings. If your embedding model uses a different dimension, you must update the database schema:
**Note:** Update the embedding dimension in the database schema (`vector(3072)`) to match your embedding model's output dimension.
145
+
146
+
**For Supabase users with Docker:** If your Supabase database shows "Not IPv4 compatible", use the **Session Pooler** connection string instead of the direct connection. Get it from: Supabase Dashboard → Settings → Database → Connection Pooling → Session mode (port 6543). This provides IPv4 compatibility required for Docker.
0 commit comments