[Unit] Description=Lakehouse-Go vectord — HNSW vector index registry Documentation=https://git.agentview.dev/profit/golangLAKEHOUSE After=network-online.target Wants=network-online.target # storaged is OPTIONAL for vectord — when [vectord].storaged_url is # empty, indexes are in-memory-only and don't survive restart. When # set, vectord persists LHV1 files via storaged. Operator's call. [Service] Type=simple User=lakehouse Group=lakehouse WorkingDirectory=/var/lib/lakehouse ExecStart=/usr/local/bin/lakehouse/vectord -config /etc/lakehouse/lakehouse.toml Restart=on-failure RestartSec=5 EnvironmentFile=-/etc/lakehouse/auth.env EnvironmentFile=-/etc/lakehouse/langfuse.env NoNewPrivileges=true ProtectSystem=strict ProtectHome=true PrivateTmp=true ReadWritePaths=/var/lib/lakehouse /var/log/lakehouse StandardOutput=journal StandardError=journal SyslogIdentifier=lakehouse-vectord [Install] WantedBy=lakehouse-go.target