KylinMountain / graphrag-server

添加🚀流式 Web 服务到 GraphRAG,兼容 OpenAI SDK,支持可访问的实体链接🔗,支持建议问题,兼容本地嵌入模型,修复诸多问题。Add streaming web server to GraphRAG, compatible with OpenAI SDK, support accessible entity link, support advice question, compatible with local embedding model, fix lots of issues.
https://microsoft.github.io/graphrag/
MIT License
201 stars 26 forks source link

[Issue]: <title> 微调promot的参数改了吗 #16

Closed kingui1106 closed 3 months ago

kingui1106 commented 3 months ago

Is there an existing issue for this?

Describe the issue

usage: python -m graphrag.prompt_tune [-h] --config CONFIG [--root ROOT] [--domain DOMAIN] [--selection-method {all,random,top,auto}] [--n_subset_max N_SUBSET_MAX] [--k K] [--limit LIMIT]
                                      [--max-tokens MAX_TOKENS] [--min-examples-required MIN_EXAMPLES_REQUIRED] [--chunk-size CHUNK_SIZE] [--language LANGUAGE] [--no-entity-types] [--output OUTPUT]
python -m graphrag.prompt_tune: error: the following arguments are required: --config

Steps to reproduce

No response

GraphRAG Config Used

# Paste your config here

Logs and screenshots

No response

Additional Information

KylinMountain commented 3 months ago

确实官方改了 要看看参数是啥了