Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
await index.upsert({ id: "1234", vector: [0.1, 0.2, 0.3, 0.4, 0.5], metadata: { title: "Lord of The Rings", genre: "drama", category: "classic", }, });
await index.upsert([ { id: "6789", vector: [0.6, 0.7, 0.8, 0.9, 0.9], }, { id: "1234", vector: [0.1, 0.2, 0.3, 0.4, 0.5], metadata: { title: "Lord of The Rings", genre: "drama", category: "classic", }, }, ]);
await index.upsert({ id: "1234", vector: [0.1, 0.2, 0.3, 0.4, 0.5] metadata: { title: "Redis" } }) await index.upsert({ id: "1234", metadata: { title: "QStash" } })
Hide child attributes
'Success'
Was this page helpful?