Michael Rea
Michael Rea
CCConvex Community
Created by Siraj on 4/13/2024 in #support-community
Streaming without realtime database updated.
Thanks guys, I'm looking to do something similar but with audio streams
23 replies
CCConvex Community
Created by Siraj on 4/13/2024 in #support-community
Streaming without realtime database updated.
Yuss, awesome! Been waiting for this!!
23 replies
CCConvex Community
Created by Michael Rea on 4/30/2024 in #support-community
How to approach Streaming Audio
Could this be done somehow with HTTP actions?
2 replies
CCConvex Community
Created by Siraj on 4/13/2024 in #support-community
Streaming without realtime database updated.
Awesome to hear that it's in the pipeline, one of the reasons you guys are awesome is your awareness of generative Ai, the vector Db etc
23 replies
CCConvex Community
Created by sol on 4/16/2024 in #support-community
Preparing Convex Functions
Seems to be fine for me today, Have not changed anything in terms of Node or Convex versions.
48 replies
CCConvex Community
Created by sol on 4/16/2024 in #support-community
Preparing Convex Functions
It is working sometimes, just very slow compared to usual and sometimes just hangs.
48 replies
CCConvex Community
Created by sol on 4/16/2024 in #support-community
Preparing Convex Functions
I'm on Mac
48 replies
CCConvex Community
Created by sol on 4/16/2024 in #support-community
Preparing Convex Functions
No I'm not
48 replies
CCConvex Community
Created by sol on 4/16/2024 in #support-community
Preparing Convex Functions
I'm on node v21.4.0 if that helps at all
48 replies
CCConvex Community
Created by Siraj on 4/13/2024 in #support-community
Streaming without realtime database updated.
I've also been looking at this, as my bandwidth has been eaten up from this. Number 2 seems like what I'll go for.
23 replies
CCConvex Community
Created by sol on 4/16/2024 in #support-community
Preparing Convex Functions
I'm on "convex": "1.10.0"
48 replies
CCConvex Community
Created by sol on 4/16/2024 in #support-community
Preparing Convex Functions
No description
48 replies
CCConvex Community
Created by sol on 4/16/2024 in #support-community
Preparing Convex Functions
Mines getting stuck at the backfilling stage
48 replies
CCConvex Community
Created by sol on 4/16/2024 in #support-community
Preparing Convex Functions
I'm getting the same thing in the last few hours
48 replies
CCConvex Community
Created by Michael Rea on 4/10/2024 in #support-community
Vector search filter: Id NOT in array
Alright, cheers
3 replies
CCConvex Community
Created by Michael Rea on 3/25/2024 in #support-community
Query Caching
Oh awesome thanks for pointing me that way. I'm fairly sure that cached queries are free.
10 replies
CCConvex Community
Created by Michael Rea on 3/25/2024 in #support-community
Query Caching
I think it could be due to the mutation of the streaming, every word that is streamed might be calling the get messages query which returns all the messages.
10 replies
CCConvex Community
Created by Michael Rea on 3/25/2024 in #support-community
Query Caching
My concern with Option A is that every time a new message comes in it reloads all the messages? Or am I overthinking it?
10 replies
CCConvex Community
Created by Michael Rea on 3/25/2024 in #support-community
Query Caching
You can think of this as a ChatGPT clone essentially, I'm going down this path because I burnt 1gb of bandwidth in one day. *It was not indexed though. I'm just trying to understand caching really in this question. Like at what level does caching occur? Is it just the whole query itself considering it's inputs? I was looking to use these helpers (the one to many) for this. https://stack.convex.dev/functional-relationships-helpers I was wondering if doing it that way from the article utilized cache more that Option A you reccomend.
10 replies
CCConvex Community
Created by Michael Rea on 2/29/2024 in #support-community
queryWithUser on internalAction?
Okay, cheers. Was trying to prevent duplicate code but I'll just make a function that takes the userId
3 replies