graphragzen.entity_extraction.extract_entities

Description

Functions

extract_raw_entities(input, llm[, ...])

Let the LLM extract entities in the form of strings, output still needs to be parsed to extract structured data.

raw_entities_to_graph(input[, graph, ...])

Parse the result from raw entity extraction to create an undirected unipartite graph

raw_entities_to_structure(raw_strings)

When an LLM extracts entities using extract_raw_entities it returns a string.