graph

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GraphCmd = &cobra.Command{
	Use:   "graph",
	Short: "Manage the FalkorDB knowledge graph",
	Long: "\nManage the FalkorDB knowledge graph that stores file relationships and enables semantic search.\n\n" +
		"FalkorDB runs as a Docker container and provides graph-based storage for file metadata, " +
		"semantic analysis, and embeddings. The daemon connects to FalkorDB to store and query the knowledge graph.\n\n" +
		"To rebuild the graph, use 'memorizer daemon rebuild'.",
	RunE: func(cmd *cobra.Command, args []string) error {
		return fmt.Errorf("please specify a subcommand: start, stop, or 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