docs: add go(golang) and ollama verification reports
This commit is contained in:
30
docs_v1.0/OPERATIONS/VERIFICATION_GOLANG_2026-05-22.md
Normal file
30
docs_v1.0/OPERATIONS/VERIFICATION_GOLANG_2026-05-22.md
Normal 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`
|
||||||
37
docs_v1.0/OPERATIONS/VERIFICATION_OLLAMA_2026-05-22.md
Normal file
37
docs_v1.0/OPERATIONS/VERIFICATION_OLLAMA_2026-05-22.md
Normal 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`
|
||||||
Reference in New Issue
Block a user