← 返回
效率工具 中文

index1 Doctor

Diagnose index1 environment - check Python, Ollama, models, index health.
诊断 index1 环境 - 检查 Python、Ollama、模型及索引健康状态
gladego
效率工具 clawhub v2.0.3 1 版本 100000 Key: 无需
★ 0
Stars
📥 1,303
下载
💾 15
安装
1
版本
#latest

概述

index1 Doctor

Environment diagnostic skill for index1. Runs health checks and provides fix recommendations.

Usage

Type /doctor or ask the agent to diagnose index1.

What it checks

The skill runs three commands sequentially and analyzes results:

1. Environment Check

index1 doctor

Checks:

  • Python version (>= 3.10 required)
  • SQLite version (>= 3.43.0 for full features)
  • sqlite-vec extension
  • ONNX embedding (built-in, bge-small-en-v1.5)
  • Ollama connectivity (optional, for multilingual/CJK)
  • Embedding model availability
  • CJK/Chinese support (jieba)

2. Index Status

index1 status

Shows:

  • Document count and chunk count
  • Collections list
  • Last index time
  • Database size

3. Ollama Models

ollama list

Shows installed models. Recommended embedding models:

  • nomic-embed-text — Standard, 270MB
  • bge-m3 — Best for CJK content, 1.2GB

Interpreting Results

CheckPassFail Fix
-----------------------
Python>= 3.10Install Python 3.11+
SQLite>= 3.43.0Auto-degrades, no action needed
sqlite-vecLoadedpip install index1 (bundled)
OllamaConnected`curl -fsSL https://ollama.com/install.sh \sh`
ModelAvailableollama pull nomic-embed-text
CJKjieba loadedpip install index1[chinese]
IndexHas documentsindex1 index ./src ./docs

When to use

  • First-time setup verification
  • After upgrading index1
  • When search returns unexpected results
  • When vector search stops working
  • Before reporting issues

版本历史

共 1 个版本

  • v2.0.3 当前
    2026-03-29 05:46 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,150
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,756
ai-intelligence

index1

gladego
编码智能体的AI记忆系统——代码索引+认知事实,跨会话持久化
★ 0 📥 1,390