GraphQuery

org.llm4s.knowledgegraph.query.GraphQuery
See theGraphQuery companion object
sealed trait GraphQuery

Algebraic data type representing structured graph query operations.

The LLM translates natural language questions into one of these query types, which are then executed against a org.llm4s.knowledgegraph.storage.GraphStore.

This approach is engine-agnostic — the same query ADT works with in-memory stores, JSON-backed stores, or future external graph database implementations.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
In this article