igor9silva
CCConvex Community
•Created by igor9silva on 12/11/2024 in #support-community
Should I use v.float64()?
On this page on VectorSearch it suggests using
v.float64()
for the embedding field, but it's not even mentioned here.
I'm using zodToConvex()
from convex/helpers
and, therefore, don't have access to float64().3 replies
CCConvex Community
•Created by igor9silva on 11/23/2024 in #support-community
Convex Auth session keeps dying
if I leave a session idle, after some time auth breaks with this log
Failed to authenticate: "Expired: ID token expired at 2024-11-21 23:57:07 UTC (current time is 2024-11-22 00:00:10.832851202 UTC)", check your server auth config
I have jwt session duration set to 7 days (while I don't implement automatic Google re-auth)
isn't it supposed to make the session live longer?6 replies