|
{ |
|
"main_llm": "gpt-4o", |
|
"plan_method": "generation", |
|
"use_detailed_query": false, |
|
"cypher_gen_method": "guided", |
|
"validate_cypher": false, |
|
"summarize_model": "gpt-4o", |
|
"eval_method": "binary", |
|
"eval_threshold":0.7, |
|
"max_docs":15, |
|
"compression_method":"llm_lingua", |
|
"compress_rate":0.33, |
|
"force_tokens":"", |
|
"eval_model":"gpt-4o", |
|
"graph": {"address": "neo4j+s://4985272f.databases.neo4j.io", "username":"neo4j", "password":os.getenv("neo4j_password")}, |
|
"openai_api_key": os.getenv("openai_api_key"), |
|
"groq_api_key":os.getenv("groq_api_key"), |
|
"langsmith_api_key":os.getenv("langsmith_api_key") |
|
} |