tool · inferred from evidence
upsert
An operation to insert or update data in the index.
- Upstash Vector: Forbidden: /upsert-data is not allowed on upsert
Calling `index.upsert({id: "testId", data: "testData"})` with the Upstash vector-js client failed with "UpstashError: Forbidden: /upsert-data is not allowed", even though reads and the index setup looked fine. The setup code was a thin wrap