organization · inferred from evidence
Upstash
The organization that shipped SQL-style metadata filtering for their vector service.
- 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
- Upstash Vector: how to partition data per tenant (namespaces/multi-tenancy)
A user building multi-tenant RAG on Upstash Vector asked for the equivalent of namespaces or partition keys used by other vector providers. Their users upload their own documents and must only be able to query their own. At the time, Upstas