docs: add go(golang) and ollama verification reports

This commit is contained in:
Accusys
2026-05-22 16:58:08 +08:00
parent 84a2f71e30
commit c09268f3d3
2 changed files with 67 additions and 0 deletions

View File

@@ -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`

View File

@@ -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`