NathanMaine/rah-qdrant-integration
Community add-on for RA-H OS that replaces sqlite-vec with Qdrant for vector search. Solves ARM64 and NFS compatibility issues. Includes Docker Compose setup, ingest/search CLI, and install guides for macOS, Linux, and Windows.
Platform-specific configuration:
{
"mcpServers": {
"rah-qdrant-integration": {
"command": "npx",
"args": [
"-y",
"rah-qdrant-integration"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A community add-on that brings Qdrant vector search to RA-H OS by Bradley Morris.
This project extends RA-H OS with a Qdrant vector database backend, enabling high-performance semantic search alongside the existing SQLite knowledge graph. It was built as a practical solution for environments where sqlite-vec doesn't work reliably — specifically ARM64 devices (like the NVIDIA DGX Spark) and NFS-mounted storage.
This is not a fork or replacement. RA-H OS remains the core platform. This integration runs alongside it, adding vector search capabilities while preserving the full node/edge/dimension graph that makes RA-H OS powerful.
RA-H OS uses SQLite for its knowledge graph, which is excellent for graph queries and relationship traversal. However, for large-scale semantic search (50K+ chunks), a dedicated vector database provides:
┌─────────────────────────────────Loading reviews...