steyblind
steyblind
CDCloudflare Developers
Created by steyblind on 2/24/2025 in #workflows-beta
Hi all, just started using workflows.
If no one replies, I will assume 'yes'
3 replies
CDCloudflare Developers
Created by steyblind on 2/24/2025 in #workflows-beta
Hi all, just started using workflows.
like, is there zero visibility in prod unless I update a DO or something?
3 replies
CDCloudflare Developers
Created by steyblind on 4/5/2024 in #workers-help
Simple RPC between 2 workers results in `Unknown Event - Canceled @...`
nah, i switched to service bindings b/c they're much easier and they work for my use case
3 replies
CDCloudflare Developers
Created by HS on 9/13/2024 in #workers-help
Cache access token requested from an API and use it in the subsequent requests
Hi, just happened to see this while browsing. I think KV is a good bet if the requestor is uniquely identifiable. Will it always be you making the requests or is this a multi-tenant app situation?
3 replies
CDCloudflare Developers
Created by yevgen on 9/6/2024 in #vectorize
@maro Vectorize is ready for production
early Xmas
5 replies
CDCloudflare Developers
Created by yevgen on 9/6/2024 in #vectorize
@maro Vectorize is ready for production
Hell yes
5 replies
CDCloudflare Developers
Created by yevgen on 9/6/2024 in #vectorize
@maro Vectorize is ready for production
does that mean we'll get local wrangler dev support to mock the interface?
5 replies
Hi, I am using the new RPC service
@Richard
11 replies
Hi, I am using the new RPC service
I gave up until it’s more mature. I did make some progress by setting ctx. Pass through exceptions and by passing functions
11 replies
CDCloudflare Developers
Created by steyblind on 8/15/2024 in #vectorize
Question about metadata indexing
thank you!
5 replies
CDCloudflare Developers
Created by steyblind on 8/15/2024 in #vectorize
Question about metadata indexing
😄
5 replies
CDCloudflare Developers
Created by steyblind on 8/15/2024 in #vectorize
Question about metadata indexing
👀
5 replies
CDCloudflare Developers
Created by steyblind on 8/15/2024 in #vectorize
Question about metadata indexing
based on the behavior I'm seeing, I'm going to assume it's post-hoc
5 replies
CDCloudflare Developers
Created by yevgen on 8/14/2024 in #vectorize
Release [email protected] · cloudflare/wor...
thank you, I’ll check the docs GitHub in the future for bleeding edge changes like this. Appreciate it
10 replies
CDCloudflare Developers
Created by yevgen on 8/14/2024 in #vectorize
Release [email protected] · cloudflare/wor...
request body
{
"returnMetadata": true,
"returnValues": false,
"namespace": "echo-00e62",
"filter": {
"topic": "contact"
},
"topK": 1
}
{
"returnMetadata": true,
"returnValues": false,
"namespace": "echo-00e62",
"filter": {
"topic": "contact"
},
"topK": 1
}
10 replies
CDCloudflare Developers
Created by yevgen on 8/14/2024 in #vectorize
Release [email protected] · cloudflare/wor...
Same code, new index (same name), forced a fresh deploy
Error: VECTOR_QUERY_ERROR (code = 40026): Failed to parse the request body as JSON: returnMetadata: expected value at line 1 column 19
at VectorizeIndexImpl._send (cloudflare-internal:vectorize-api:151:23)
at async VectorizeIndexImpl.query (cloudflare-internal:vectorize-api:37:25)
at async CFVectorize.query (file:///Users/pk2/Code/cfw-responder/.wrangler/tmp/dev-oyoqfU/index.js:12462:20)
Error: VECTOR_QUERY_ERROR (code = 40026): Failed to parse the request body as JSON: returnMetadata: expected value at line 1 column 19
at VectorizeIndexImpl._send (cloudflare-internal:vectorize-api:151:23)
at async VectorizeIndexImpl.query (cloudflare-internal:vectorize-api:37:25)
at async CFVectorize.query (file:///Users/pk2/Code/cfw-responder/.wrangler/tmp/dev-oyoqfU/index.js:12462:20)
10 replies
CDCloudflare Developers
Created by yevgen on 8/14/2024 in #vectorize
Release [email protected] · cloudflare/wor...
No description
10 replies