upstash-vector-js
tarafından upstash
Upstash Vector özellikleri, TypeScript/JavaScript SDK kullanımı ve entegrasyonları için beceriler. Kullanıcılar Vector, TS SDK'sı, özellikleri veya… ile nasıl çalışılacağını sorduğunda kullanın.
npx skills add https://github.com/upstash/skills --skill upstash-vector-jsVector Documentation Skill
Quick Start
Vector is a high‑performance vector database for storing, querying, and managing vector embeddings.
Basic workflow:
- Install the Vector TS SDK.
- Connect to a Vector instance.
- Upsert vectors, query them, and manage namespaces.
Example (TypeScript):
import { Index } from "@upstash/vector";
const index = new Index({
url: process.env.UPSTASH_VECTOR_REST_URL!,
token: process.env.UPSTASH_VECTOR_REST_TOKEN!,
});
await index.upsert([{ id: "1", vector: [0.1, 0.2], metadata: { tag: "example" } }]);
const results = await index.query({
vector: [0.1, 0.2],
topK: 5,
});
For full usage, refer to the linked skill files below.
Other Skill Files
TS SDK Reference
sdk-methods: Explains SDK commands: delete, fetch, info, query, range, reset, resumable-query, upsert
Features
features/namespaces: Explains namespaces and dataset organization.features/index-structure: Covers hybrid and sparse index structures.features/filtering-and-metadata: Details metadata storage and server-side filtering.
Use these files for deeper guidance on SDK usage, advanced configurations, algorithms, and integrations.
upstash tarafından daha fazla skill
context7-cli
upstash
ctx7 CLI'yi kullanarak kütüphane dokümantasyonunu getirin, AI kodlama becerilerini yönetin ve Context7 MCP'yi yapılandırın. Kullanıcı "ctx7" veya "context7"den bahsettiğinde etkinleşir,…
official
context7-mcp
upstash
Bu beceri, kullanıcı kütüphaneler, çerçeveler, API referansları hakkında soru sorduğunda veya kod örneklerine ihtiyaç duyduğunda kullanılmalıdır. Kurulum soruları, kod… için etkinleşir.
official
documentation-lookup
upstash
Bu beceri, kullanıcı kütüphaneler, çerçeveler, API referansları hakkında soru sorduğunda veya kod örneklerine ihtiyaç duyduğunda kullanılmalıdır. Kurulum soruları, kod… için etkinleşir.
official
find-docs
upstash
Herhangi bir kütüphane için Context7 CLI kullanarak güncel dokümantasyon ve kod örneklerini alır.
official
context7-cli
upstash
ctx7 CLI'yi kullanarak kütüphane dokümantasyonunu getirin, AI kodlama becerilerini yönetin ve Context7 MCP'yi yapılandırın. Kullanıcı "ctx7" veya "context7"den bahsettiğinde etkinleşir,…
official
context7-docs-lookup
upstash
Context7'yi kullanarak güncel kütüphane dokümantasyonunu getirir. Kullanıcı kütüphaneler, çerçeveler, API referansları hakkında soru sorduğunda veya kod örneklerine ihtiyaç duyduğunda etkinleşir —…
official
context7-mcp
upstash
Bu beceri, kullanıcı kütüphaneler, çerçeveler, API referansları hakkında soru sorduğunda veya kod örneklerine ihtiyaç duyduğunda kullanılmalıdır. Kurulum soruları, kod… için etkinleşir.
official
ctx7-cli
upstash
ctx7 CLI'yi kullanarak kütüphane dokümantasyonunu getir, AI kodlama becerilerini yönet ve Context7 MCP'yi yapılandır. Kullanıcı "ctx7" veya "context7"den bahsettiğinde etkinleşir,…
official