ahyatt / ekg

The emacs knowledge graph, app for notes and structured data.
GNU General Public License v3.0
230 stars 19 forks source link

Improve the LLM json representation of past notes for LLM context #172

Closed ahyatt closed 2 months ago

ahyatt commented 2 months ago

Add ID to the JSON, if interesting.

Add any properties that have a label defined.

Remove some duplication of the properties.

Sort to get stable JSON (really just needed for tests).

Add a test for the JSONification.