Skip to content

Release 0.2.4#50

Merged
lalit-videodb merged 2 commits intomainfrom
release
Mar 26, 2026
Merged

Release 0.2.4#50
lalit-videodb merged 2 commits intomainfrom
release

Conversation

@lalit-videodb
Copy link
Copy Markdown
Collaborator

Pull Request

Description:
Release 0.2.4 — adds search sorting, scene describe model config, video update method, and capture binary bump.

Changes:

  • Add sortDocsOn parameter to Collection.search() and Video.search() for sorting docs within each video by "score" or "start"
  • Add modelConfig parameter to Scene.describe() for passing custom model configuration alongside modelName
  • Add Video.update({ name }) method to update video metadata via PATCH /video/{video_id}
  • Change Video.name from readonly to mutable (required for update())
  • Bump version to 0.2.4
  • Update capture binary from v0.2.10 to v0.3.0 with new checksums (package.json + installer.ts)

Related Issues:

  • DeepSearch production launch requires sortDocsOn in the main SDK
  • modelConfig needed for custom LLM config in scene description workflows

Testing:

  • sortDocsOn — verify search results respect sort order when passing "score" or "start"
  • Scene.describe(prompt, modelName, modelConfig) — verify model config is forwarded to the API and description is returned
  • Video.update({ name }) — verify name update via PATCH and that video.name reflects the change
  • Capture binary v0.3.0 — verify npm install videodb pulls and installs the correct binary version on darwin-arm64, darwin-x64, and win32-x64
  • Regression: ensure existing Collection.search(), Video.search(), and Scene.describe() calls without the new params still work as before
  • TypeScript build passes (npx tsc --noEmit)

…apture v0.3.0

- Add sortDocsOn param to search for sorting docs by "score" or "start"
- Add modelConfig param to Scene.describe() for custom model config
- Add Video.update() to update video metadata (name)
- Update capture binary to v0.3.0 with new checksums
- Bump version to 0.2.4
feat: add sortDocsOn, modelConfig for scene.describe, video.update, c…
@lalit-videodb lalit-videodb merged commit 7e77544 into main Mar 26, 2026
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.

1 participant