Ask a question to get started
Enter to sendā¢Shift+Enter new line
Extract entities and their relations using chosen prompt and LLM.
extract_entities( self, raw_document: str, **kwargs: Any = {} ) -> List[Entity]
Returns: List of Entity dictionaries.
raw_document
str
A single text document as a string. Typically prose.