Skip to content

docs(sdk): add document CRUD methods to TypeScript client reference#1132

Merged
nicoloboschi merged 2 commits intovectorize-io:mainfrom
r266-tech:docs-ts-document-methods
Apr 20, 2026
Merged

docs(sdk): add document CRUD methods to TypeScript client reference#1132
nicoloboschi merged 2 commits intovectorize-io:mainfrom
r266-tech:docs-ts-document-methods

Conversation

@r266-tech
Copy link
Copy Markdown
Contributor

Summary

PR #1118 added getDocument, listDocuments, deleteDocument, and updateDocument to the TypeScript HindsightClient class (aligning with hindsight-client@0.5.2), but the TypeScript SDK docs page was not updated.

This adds a Document Management section documenting all four methods with usage examples, following the same style as the existing Core Operations and Bank Management sections.

Closes #1131

Changes

  • hindsight-docs/docs/sdks/nodejs.md — added Document Management section with getDocument, listDocuments, updateDocument, deleteDocument examples

Test plan

  • Docs build passes
  • New section renders correctly on the docs site

PR vectorize-io#1118 added getDocument, listDocuments, deleteDocument, and
updateDocument to HindsightClient (aligning with hindsight-client@0.5.2)
but the SDK docs page was not updated.

Closes vectorize-io#1131
Copy link
Copy Markdown
Collaborator

@nicoloboschi nicoloboschi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nicoloboschi nicoloboschi merged commit 3c1431a into vectorize-io:main Apr 20, 2026
46 checks passed
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.

docs(sdk): TypeScript client missing document CRUD methods

2 participants