chore(db): remove Qdrant semantic search infrastructure (#816) #120

Closed
jpmschweitzer wants to merge 0 commits from sprint-33/ci into main
Owner

Summary

  • Dropped the commonwealth Qdrant collection from tower-of-joy:6333 (confirmed deleted)
  • Removed qdrant_connector.py and 4 wrapper scripts (qdrant-search, qdrant-index, qdrant-health, qdrant-count)
  • Removed /docs-search skill
  • Cleaned all active references: config.json, local-services.md, CLAUDE.md, settings.json, project-structure.md, DEVOPS.md, TEAM.md, Qatux agent + briefing
  • Verified: grep -i qdrant returns zero hits in active project files (historical discussions/archives preserved as-is)

Motivation

The Qdrant index (475 points in commonwealth collection) was stale — pointing at old worktree paths from previous sprints. Nobody maintained the index and grep covers all search needs.

Test plan

  • grep -ri qdrant returns no hits outside historical docs, sprint briefings, whatsinagame templates, and CHANGELOG
  • ruff check tooling/ passes clean
  • curl tower-of-joy:6333/collections/commonwealth returns 404 (collection gone)
## Summary - Dropped the `commonwealth` Qdrant collection from tower-of-joy:6333 (confirmed deleted) - Removed `qdrant_connector.py` and 4 wrapper scripts (`qdrant-search`, `qdrant-index`, `qdrant-health`, `qdrant-count`) - Removed `/docs-search` skill - Cleaned all active references: `config.json`, `local-services.md`, `CLAUDE.md`, `settings.json`, `project-structure.md`, `DEVOPS.md`, `TEAM.md`, Qatux agent + briefing - Verified: `grep -i qdrant` returns zero hits in active project files (historical discussions/archives preserved as-is) ## Motivation The Qdrant index (475 points in `commonwealth` collection) was stale — pointing at old worktree paths from previous sprints. Nobody maintained the index and grep covers all search needs. ## Test plan - [x] `grep -ri qdrant` returns no hits outside historical docs, sprint briefings, whatsinagame templates, and CHANGELOG - [x] `ruff check tooling/` passes clean - [x] `curl tower-of-joy:6333/collections/commonwealth` returns 404 (collection gone)
jpmschweitzer added 2 commits 2026-04-07 08:56:54 +02:00
The Qdrant index (commonwealth collection, 475 points) was stale —
pointing at old worktree paths from previous sprints with no
maintenance. Grep covers all current search needs.

Removed: qdrant_connector.py, wrapper scripts (qdrant-search,
qdrant-index, qdrant-health, qdrant-count), /docs-search skill,
Qdrant/Ollama config entries, and all active references in agents,
rules, briefings, DEVOPS, CLAUDE.md, and TEAM.md. The commonwealth
collection was dropped from tower-of-joy:6333.

Historical references in discussion archives and sprint briefings
are preserved as-is.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jpmschweitzer closed this pull request 2026-04-07 08:59:40 +02:00

Pull request closed

This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jpmschweitzer/settled-reach#120