terraphim / terraphim-ai

Terraphim AI: deterministic AI Assistant
https://terraphim.ai
Apache License 2.0
19 stars 3 forks source link

Autocomplete for Knowledge graph roles #58

Open AlexMikhalev opened 5 months ago

AlexMikhalev commented 5 months ago

Since Terraphim KG role graph-based scoring relies on the perfect match, it's not a free text form search; it would be better to add autocomplete from KG automata on the front end. The ideal way forward will be to create a terraphim crate using fst crate and https://blog.burntsushi.net/transducers/ and compile it to wasm to connect to autocomplete functionality on the front end.

AlexMikhalev commented 1 month ago

First prototype committed in autocomplete branch.