Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GraphCmd = &cobra.Command{ Use: "graph", Short: "Check FalkorDB knowledge graph status", Long: "\nCheck the status of the FalkorDB knowledge graph.\n\n" + "FalkorDB provides graph-based storage for file metadata, semantic analysis, and embeddings. " + "The daemon connects to FalkorDB to store and query the knowledge graph. " + "Use 'status' to check connectivity and view graph statistics.", RunE: func(cmd *cobra.Command, args []string) error { return fmt.Errorf("please specify a subcommand: status") }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.