NativeQueryGenerator
org.llm4s.knowledgegraph.query.NativeQueryGenerator
Generates native graph query strings (Cypher, Gremlin, SPARQL) from natural language or structured GraphQuery operations using an LLM.
This is an extension point for graph databases that support native query languages. The primary query path uses GraphQueryExecutor against the GraphStore trait; this generator provides an alternative for engines where native queries are more efficient.
Value parameters
- llmClient
-
The LLM client to use for query generation
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article