Add Qdrant/Neo4j RAG storage + update.sh gum fixes #52

Merged
haylan merged 3 commits from feat-rag-databases into main 2026-09-07 18:07:48 +00:00
Owner

Adds Qdrant and Neo4j as RAG vector/graph storage services, points knowledge.proxy-ai.home at Neo4j's browser, and fixes two issues in scripts/update.sh's gum setup:

  • gum auto-install failures (e.g. no internet egress) were silent, dropping into the plain-prompt fallback with no explanation
  • vendors the gum x86_64 release tarball under scripts/vendor/ so the R9700 box (no outbound internet) gets the interactive picker instead of always falling back

🤖 Generated with Claude Code

https://claude.ai/code/session_01Bs8xf8Dt8X6tRBvBiLCXYc

Adds Qdrant and Neo4j as RAG vector/graph storage services, points knowledge.proxy-ai.home at Neo4j's browser, and fixes two issues in scripts/update.sh's gum setup: - gum auto-install failures (e.g. no internet egress) were silent, dropping into the plain-prompt fallback with no explanation - vendors the gum x86_64 release tarball under scripts/vendor/ so the R9700 box (no outbound internet) gets the interactive picker instead of always falling back 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01Bs8xf8Dt8X6tRBvBiLCXYc
haylan added 2 commits 2026-09-07 18:07:04 +00:00
curl -fsSL | tar swallowed curl errors entirely, so a network failure
fetching gum looked identical to a successful skip - just silently
dropped into the plain-prompt fallback with no explanation.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Bs8xf8Dt8X6tRBvBiLCXYc
The server has no outbound internet access, so the curl download in
ensure_gum always failed silently and fell back to plain prompts.
Vendor the x86_64 release tarball under scripts/vendor/ and check it
before attempting a download - download stays as a fallback for other
archs or a version bump without a re-vendor.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Bs8xf8Dt8X6tRBvBiLCXYc
haylan added 1 commit 2026-09-07 18:07:43 +00:00
haylan merged commit 31e9aab1f3 into main 2026-09-07 18:07:48 +00:00
haylan deleted branch feat-rag-databases 2026-09-07 18:07:49 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: haylan/LLM-Server#52