Can you provide more info about the
Can you provide more info about the response you're getting? If it's a widespread issue we might be able to escalate here.
26 Replies
just an empty body response
Completely empty? Like you get a
200
but there's no JSON at all, not even an empty array?end to end test
new index, insert, search
Perfect, thanks for the video. Can you also check the headers and look for
Content-Length
and tell me the value?
No need for another video, I just want to know whether it's 0 or not0
CF-Ray: 879ec5a28fec2032-EZE
Great, thanks. I've escalated this, just waiting to hear back.
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View
thk - any updates?
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View
now it works
but yesterday for most of the day it wasn't
the empty 200 is clear that something wen't wrong at some layer
same request now works...
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View
@Cloudflare (Server Owner) @cfnathan Seeing the same issue here. 200 returned with no data.
If I splice the embedding array that I include in the vector key to around 100 items then it returns with data but of course that's no use. Leaving the full 1536 length of the array results in a 200 response and no data returned.
^ Can you please look into it? @cfnathan
Screenshot of code - testing on node v18.15.0. Trying both axios and fetch to see if they give different results. Fetch returns a 'SyntaxError: Unexpected end of JSON input' while axios returns empty data field once array has more than ~110 elements
for sure there is an issue there
maybe some layer is breaking
Ok, I've tested it with a VPN address in the US and it works so that appears to be the issue.
When the VPN is set to the US, I am able to send the full 1536-element vector array and successfully receive query results. When accessing from other countries (France, Singapore, UK and no VPN), no data /object is returned at all (it's blank), unless I reduce the array to 100 elements by splicing and then it returns data, albeit not useful as results are based on an incomplete vector array.
May this be a configuration issue on Cloudflare's side?
sounds similar to my issue, anyone from CF can help here? this is a quite critical issue
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View
Same issue here, 200 returned with no data, so parsing the json fails because not valid json.
Is there any way our applications are not broken for days? Like some sort of workaround?
Interesting, I think the issue is not performance, meaning is not taking a lot of time to reply but there is an error somewhere that makes response empty
I know we are in beta but any changes to make this work soon?
we had to migrate to pinecode in the meanwhile but would love to come back to vectorize to have all things with CF
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View
@cfnathan I've made two queries now and it's not working. I then reduced the array passed in under the vector key from 1536 to 100 elements and it returns results.
Have shared my account ID in a DM previously. Any insight into what's happening here and when it will be fixed? Keen to build on Vectorize but stuck at this point.
Have shared my account ID in a DM previously. Any insight into what's happening here and when it will be fixed? Keen to build on Vectorize but stuck at this point.
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View