A simple way to give LLMs persistent memory across conversations. This server lets Claude or vscode remember information about you, your projects, and your preferences using a knowledge graph.
using GraphicalModelLearning model = FactorGraph([0.0 0.1 0.2; 0.1 0.0 0.3; 0.2 0.3 0.0]) samples = sample(model, 100000) learned = learn(samples) err = abs.(convert ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results