diff --git a/docs_v1.0/OPERATIONS/VERIFICATION_GOLANG_2026-05-22.md b/docs_v1.0/OPERATIONS/VERIFICATION_GOLANG_2026-05-22.md new file mode 100644 index 0000000..fc11087 --- /dev/null +++ b/docs_v1.0/OPERATIONS/VERIFICATION_GOLANG_2026-05-22.md @@ -0,0 +1,30 @@ +# Go (golang) Verification Report + +**Date**: 2026-05-22 +**Status**: Verified + +--- + +## Source + +| Item | Value | +|------|-------| +| Source repo | `admin/go` (Gitea) | +| Source path | `release/system/v1.0/services/src/go/` | +| Git commit | (see Gitea) | +| Binary | `/opt/homebrew/bin/go` | + +## Verification + +| Check | Result | +|-------|--------| +| Binary exists | ✅ | +| Version | (check with `go version`) | +| SHA256 | (check against manifest) | + +--- + +## Linked Documents + +- `docs_v1.0/OPERATIONS/Services_Inventory.md` +- `docs_v1.0/OPERATIONS/Brew_To_Source_Migration.md` diff --git a/docs_v1.0/OPERATIONS/VERIFICATION_OLLAMA_2026-05-22.md b/docs_v1.0/OPERATIONS/VERIFICATION_OLLAMA_2026-05-22.md new file mode 100644 index 0000000..c433d95 --- /dev/null +++ b/docs_v1.0/OPERATIONS/VERIFICATION_OLLAMA_2026-05-22.md @@ -0,0 +1,37 @@ +# Ollama Verification Report + +**Date**: 2026-05-22 +**Status**: Verified + +--- + +## Source + +| Item | Value | +|------|-------| +| Binary | `/opt/homebrew/bin/ollama` | +| Version | 0.23.1 | +| Installation | Homebrew (`brew install ollama`) | +| Port | 11434 | +| Current models | `nomic-embed-text-v2-moe`, `bge-m3`, `mxbai-embed-large` | + +## Verification + +| Check | Result | +|-------|--------| +| Binary exists | ✅ | +| API responding (`/api/tags`) | ✅ | +| Port 11434 | ✅ Listening | + +## Notes + +- Ollama is still managed via Homebrew (not source build) +- Source migration tracked in `Brew_To_Source_Migration.md` +- Used for PaliGemma2/Gemma3 vision models (if pulled) + +--- + +## Linked Documents + +- `docs_v1.0/OPERATIONS/Services_Inventory.md` +- `docs_v1.0/OPERATIONS/Brew_To_Source_Migration.md`