Skip to content

DX-3008: document vector index commands in upstash-redis-js - #42

Open
CahidArda wants to merge 1 commit into
mainfrom
DX-3008-vector-skill
Open

DX-3008: document vector index commands in upstash-redis-js#42
CahidArda wants to merge 1 commit into
mainfrom
DX-3008-vector-skill

Conversation

@CahidArda

Copy link
Copy Markdown
Collaborator

Adds data-structures/vector-indexes.md to upstash-redis-js. It covers the Redis 1.18 VECTOR.* commands through the redis.vector namespace:

  • create or attach to an index;
  • add vectors as number[], Float32Array, or { base64 };
  • query, get, count, info, delete and drop;
  • bulk loading through a pipeline;
  • a short "Common Mistakes" list.

The page explicitly separates these Redis vector indexes from the standalone Upstash Vector database and says when to prefer @upstash/vector, so agents don't mix up the two products. The SKILL.md file index and description are updated the same way. The combined skills/upstash/ skill is regenerated with npm run build, and npm run check passes.

Merge after upstash/redis-js#1446 is released.

Linear: DX-3008

@linear-code

linear-code Bot commented Sep 10, 2026

Copy link
Copy Markdown

DX-3008

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants