@upstash/vector is a Typescript SDK for Upstash Vector, enabling easier operations on Vector Store with full type coverage. Using @upstash/vector you can:
  • Upsert a vector with metadata to an index
  • Fetching the vectors with specified IDs
  • Querying a vector over pre-defined embeddings
  • Remove vectors from an index
  • Access index stats
  • Reset everything related to an index
You can find the Github Repository here.