File size: 872 Bytes
4754e33 009d93e e6e7506 009d93e e6e7506 009d93e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
model:
embedding_model: all-MiniLM-L6-v2
agent:
default_schema: The final extraction result should be formatted as a JSON object.
default_ner: Extract the Named Entities in the given text.
default_re: Extract Relationships between Named Entities in the given text.
default_ee: Extract the Events in the given text.
default_triple: Extract the Triples (subject, relation, object) from the given text, hope that all the relationships for each entity can be extracted.
chunk_token_limit: 1024
mode:
quick:
schema_agent: get_deduced_schema
extraction_agent: extract_information_direct
standard:
schema_agent: get_deduced_schema
extraction_agent: extract_information_with_case
reflection_agent: reflect_with_case
customized:
schema_agent: get_retrieved_schema
extraction_agent: extract_information_direct
|