Skip to content

Release 0 4 4#70

Open
lalit-videodb wants to merge 3 commits intomainfrom
release-0-4-4
Open

Release 0 4 4#70
lalit-videodb wants to merge 3 commits intomainfrom
release-0-4-4

Conversation

@lalit-videodb
Copy link
Collaborator

Pull Request

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

Changes:

  • Add sort_docs_on parameter to Collection.search() and SemanticSearch for sorting docs within each video by "score" or "start"
  • Add model_config parameter to Scene.describe() for passing custom model configuration alongside model_name
  • Add Video.update(name=) method to update video metadata via PATCH /video/{video_id}
  • Bump version to 0.4.4
  • Update capture binary requirement from >=0.2.10 to >=0.3.0

Related Issues:

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

Testing:

  • Video.update(name=) tested end-to-end against dev API (tests/test_video_update.py) — verified name update and revert
  • sort_docs_on — verify search results respect sort order when passing "score" or "start"
  • Scene.describe(model_config=) — verify model config is forwarded to the API and description is returned
  • Capture binary >=0.3.0 — verify pip install videodb[capture] pulls the correct binary version
  • Regression: ensure existing Collection.search(), Video.search(), and Scene.describe() calls without the new params still work as before

0xrohitgarg and others added 3 commits March 26, 2026 00:01
…0.3.0

- Add Video.update(name=) method to update video metadata
- Bump version to 0.4.4
- Update capture binary requirement to >=0.3.0
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