
    Ng                     J    d dl mZ dZde de de dZ edge          Zd	S )
    )PromptTemplatez<|>a  You are a networked intelligence helping a human track knowledge triples about all relevant people, things, concepts, etc. and integrating them with your knowledge stored within your weights as well as that stored in a knowledge graph. Extract all of the knowledge triples from the text. A knowledge triple is a clause that contains a subject, a predicate, and an object. The subject is the entity being described, the predicate is the property of the subject that is being described, and the object is the value of the property.

EXAMPLE
It's a state in the US. It's also the number 1 producer of gold in the US.

Output: (Nevada, is a, state)z(Nevada, is in, US)a  (Nevada, is the number 1 producer of, gold)
END OF EXAMPLE

EXAMPLE
I'm going to the store.

Output: NONE
END OF EXAMPLE

EXAMPLE
Oh huh. I know Descartes likes to drive antique scooters and play the mandolin.
Output: (Descartes, likes to drive, antique scooters)zB(Descartes, plays, mandolin)
END OF EXAMPLE

EXAMPLE
{text}Output:text)input_variablestemplateN)langchain_core.prompts.promptr   KG_TRIPLE_DELIMITER-_DEFAULT_KNOWLEDGE_TRIPLE_EXTRACTION_TEMPLATE"KNOWLEDGE_TRIPLE_EXTRACTION_PROMPT     r/var/www/html/ai-engine/env/lib/python3.11/site-packages/langchain/indexes/prompts/knowledge_triplet_extraction.py<module>r      s    9 8 8 8 8 8  %8   ( =P)   .8 &4^H:& & & " " "r   