From c09268f3d3b832c65d535033fb36996d8f56dff4 Mon Sep 17 00:00:00 2001 From: Accusys Date: Fri, 22 May 2026 16:58:08 +0800 Subject: [PATCH] docs: add go(golang) and ollama verification reports --- .../VERIFICATION_GOLANG_2026-05-22.md | 30 +++++++++++++++ .../VERIFICATION_OLLAMA_2026-05-22.md | 37 +++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 docs_v1.0/OPERATIONS/VERIFICATION_GOLANG_2026-05-22.md create mode 100644 docs_v1.0/OPERATIONS/VERIFICATION_OLLAMA_2026-05-22.md 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`