Build a knowledge graph for: $ARGUMENTS
Activate the virtual environment before every Python command: . venv/bin/activate && <command>.
Phase 0: Init
- Sanitize the topic into a graph-safe name (lowercase, underscores, no special chars).
Example: "kubernetes networking" becomes
kubernetes_networking. - Create the working directory:
mkdir -p kg_builds/$GRAPH_NAME - Update
AGE_GRAPH_NAME=$GRAPH_NAMEin.env. - Initialize the graph schema:
py
[Description truncada. Veja o README completo no GitHub.]