library · inferred from evidence
vector-js
A JavaScript library related to Upstash Vector, referenced in the GitHub issue.
- 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