index-vault.mjs
sha256:e3574dcaff08ff0d4a7d80b81c9d7c720727f3aa6e4e062e39224019e2f761c9
Initial seed: CLI-first Knowtation with SKILL.md, vault, and docs
Agent
136 days ago
| 1 | #!/usr/bin/env node |
| 2 | /** |
| 3 | * Index vault: walk Markdown under vault_path → chunk → embed → upsert to Qdrant (or sqlite-vec). |
| 4 | * Run after vault changes. Config: config/local.yaml or env (KNOWTATION_VAULT_PATH, QDRANT_URL). |
| 5 | */ |
| 6 | console.log('Index-vault: stub. Implement vault walk → chunk → embed → vector store upsert.'); |
File History
1 commit
sha256:e3574dcaff08ff0d4a7d80b81c9d7c720727f3aa6e4e062e39224019e2f761c9
Initial seed: CLI-first Knowtation with SKILL.md, vault, and docs
Agent
136 days ago