-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Description
It looks like the graph is built manually in the sample code. I previously thought the graph is built by LLM. If the knowledge is built manually, then what does knowledge graph studio do? Does knowledge graph studio focus on knowledge exploration and retrieval ?
# Create triple(s)
triples = [
Triple(
head=Node(
name="Sam Altman",
label="Person",
properties={"title": "CEO"}
),
relation=Relation(
name="runs",
),
tail=Node(
name="OpenAI",
label="Business",
properties={"market cap": "$157 Billion"}
),
chunk_ids=[c.chunk_id for c in chunk]
)
]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels