When I use a paginated query, is there a quick way to know the total count?
.collect()
.collect()
Upgrading AI SDK to v5 in Convex RAG component
export const rag = new RAG(components.rag, {
textEmbeddingModel: google.textEmbeddingModel("gemini-embedding-001"),
embeddingDimension: 2048,
});
export const rag = new RAG(components.rag, {
textEmbeddingModel: google.textEmbeddingModel("gemini-embedding-001"),
embeddingDimension: 2048,
});
GIN Indexing in Convex
Clerk, convex, tanstack-start error
Query data from TanStack Router loader while using Convex Auth
JavaScript execution ran out of memory
Billing risk from bad actors
How to model "custom fields" in Convex?
convex auth + tanstack query, auth context bug
Phone OTP auth with Convex auth for expo react native
Convex custom useAuth with authProvider is really unstable
Local first apps
Can't have nested tests / tests in subfolders?
so the issue was we can't have tests in subfolders?...
Slack App OAuth Install
Discord oauth with Convex Auth and invalid redirect uri.
How to prevent ddos burning through function calls
Found multiple CONVEX_URL environment variables in .env.local so cannot update automatically.

Setting _creationTime during data migration
Integrating convex with clerk
private_metadata field of users in the ctx.auth object :dankSpin:...