DescribeNode
org.llm4s.knowledgegraph.query.GraphQuery.DescribeNode
case class DescribeNode(nodeId: String, includeNeighbors: Boolean) extends GraphQuery
Get detailed information about a specific node and its immediate context.
Value parameters
- includeNeighbors
-
Whether to include neighbor information
- nodeId
-
The ID of the node to describe
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait GraphQueryclass Objecttrait Matchableclass Any
Members list
In this article