We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0fa94 commit 4f69af6Copy full SHA for 4f69af6
examples/memory/kb.go
@@ -315,7 +315,6 @@ func (k knowledgeBase) deleteRelations(relations []Relation) error {
315
return k.saveGraph(graph)
316
}
317
318
-
319
// searchNodes filters entities and relations matching the query string.
320
func (k knowledgeBase) searchNodes(query string) (KnowledgeGraph, error) {
321
graph, err := k.loadGraph()
0 commit comments