steyblind
steyblind
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
CDCloudflare Developers
Created by Tilon on 4/6/2024 in #workers-discussions
Hi, I am using the new RPC service
@Richard
11 replies
CDCloudflare Developers
Created by Tilon on 4/6/2024 in #workers-discussions
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
CDCloudflare Developers
Created by yevgen on 8/14/2024 in #vectorize
Release [email protected] · cloudflare/wor...
all righty then
10 replies
CDCloudflare Developers
Created by yevgen on 8/14/2024 in #vectorize
Release [email protected] · cloudflare/wor...
attempting to delete vector via REST api results in this error:
{
"result": null,
"success": false,
"errors": [
{
"code": 1010,
"message": "vectorize.incorrect_api_version - Index: \"echo-context\" with version \"v1\" called with api version \"v2\""
}
],
"messages": []
}
{
"result": null,
"success": false,
"errors": [
{
"code": 1010,
"message": "vectorize.incorrect_api_version - Index: \"echo-context\" with version \"v1\" called with api version \"v2\""
}
],
"messages": []
}
Do I need to re-create my index?
10 replies
CDCloudflare Developers
Created by steyblind on 8/9/2024 in #workers-help
puzzling waitUntil warning
tossed them a PR to help avoid this in the future. Thanks, folks https://github.com/kriasoft/web-auth-library/pull/29
6 replies
CDCloudflare Developers
Created by steyblind on 8/9/2024 in #workers-help
puzzling waitUntil warning
🏆
6 replies