{ "kg": { "provider": "neo4j", "batch_size": 1, "text_splitter": { "type": "recursive_character", "chunk_size": 1024, "chunk_overlap": 0 }, "kg_extraction_config": { "model": "gpt-4o", "temperature": 0.1, "top_p": 1.0, "top_k": 100, "max_tokens_to_sample": 1024, "stream": false, "functions": null, "skip_special_tokens": false, "stop_token": null, "num_beams": 1, "do_sample": true, "generate_with_chat": false, "add_generation_kwargs": {}, "api_base": null } } }