Skip to content

Tags: OpenMind/OM1-OTA

Tags

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add text_embedding container description (#32)

Register a new 'text_embedding' entry in the container info mapping in OTA/agent/main.py. This adds metadata describing the Text Embedding container for generating text embeddings for AI processing so it appears alongside other container descriptions; no functional logic was changed.

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix issue of replacing the exiting env (#31)

* fix issue of replace the exiting env

* fix issue

* change missing container env to latest

v1.0.1-beta.1

Toggle v1.0.1-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Implement environment variable management for Docker services (#28

)

* feat: Implement environment variable management for Docker services

* fix lint error

* reformat logic

* fix lint

* fix pyright

* fix func format

* fix issue

* split schema to different folder

* use update_dir

* move logiv to init

* update log

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump requests from 2.31.0 to 2.32.4 in /WIFI/backend (#23)

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.4)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>