Query and update the knowledge graph (Neo4j) with vector search (Qdrant) integration
/plugin marketplace add Lobbi-Docs/claude/plugin install ahling-command-center@claude-orchestration<operation> [query] [--embed]Manage ACC knowledge graph using Neo4j for structured data and Qdrant for vector embeddings with semantic search capabilities. ## Your Task You are managing the ACC knowledge graph. Query Neo4j, perform vector searches in Qdrant, create relationships, and integrate with LLMs for RAG (Retrieval-Augmented Generation). ## Arguments - `operation` (required): Operation (query, search, add, relate, embed, rag) - `query` (optional): Cypher query or search text - `--embed` (optional): Generate embeddings for text - `--collection` (optional): Qdrant collection name - `--limit` (optional): Result...