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
You are using the read-only token. The reporter's own resolution: they had copied the readonly credentials from the Upstash console. Switch to the read-write token for upserts; also make sure the index has an embedding model active if you u
- Upstash Vector: how to partition data per tenant (namespaces/multi-tenancy)
At the time the answer was metadata filtering: Upstash shipped SQL-style metadata filtering (see https://upstash.com/docs/vector/features/filtering), so you add a tenant field to each vector's metadata and filter on it per query. Namespaces