Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatResults ¶
func FormatResults(results []CheckResult) string
FormatResults formats health check results for display
func GetRemediation ¶
func GetRemediation(results []CheckResult) string
GetRemediation provides remediation steps for failed checks
Types ¶
type CheckResult ¶
CheckResult represents the result of a health check
func CheckAll ¶
func CheckAll(ollamaURL, qdrantURL string) []CheckResult
CheckAll runs all health checks and returns results
func CheckOllama ¶
func CheckOllama(baseURL string) CheckResult
CheckOllama verifies Ollama is running and accessible
func CheckQdrant ¶
func CheckQdrant(url string) CheckResult
CheckQdrant verifies Qdrant is running and accessible
Click to show internal directories.
Click to hide internal directories.