Closed andrewrgabb-sauce closed 3 months ago
I am also running into this issue. but it works well on my Mac. but on our linux prod env it hangs
As this issue is from last year, I'll go ahead and close this as stale. However please feel free to reopen or file a new issue if you're still having issues - thank you!
Is this a new bug?
Current Behavior
The v1 fetch request hangs when you pass in more than 1 vector ID. (and yes, this is a paid namespace)
This works:
const fetchResult = await namespace.fetch(['id1']);
This hangs:
const fetchResult = await namespace.fetch(['id1', 'id2']);
Expected Behavior
I expect the request to respond with the appropriate results.
Steps To Reproduce
Relevant log output
No response
Environment
Additional Context
No response