graph

package
v0.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 2, 2026 License: MIT Imports: 3 Imported by: 0

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL