Open wolfhawkld opened 3 months ago
Hi!
As I undertand, the issue is related to GraphRAG not picking your custom prompts, right?
Could you please share the prompt_tune command you're using?
Thanks!
Hi Alonso,
Thank you for replying me back, this is my cmd: python -m graphrag.prompt_tune --root .\playground\langchain\knowledge_base\graph_base --domain 'a List of Prohibited Ingredients for Cosmetics' --method random --limit 2 --chunk-size 1200 --output custom_prompts
And I've found after tuning a new custom prompts, I need to re-generate the graph data again to make the prompts working right, am I right?
Is there an existing issue for this?
Describe the issue
When I'm creating the graph data by GraphRAG, no matter where I provide a general response role description (entity_extraction and summarize_description), and then re-generate the whole graph data, the general prompt role does not working still, is there any location or any way to add a general response prompt role description to restrict the query result? Thanks in advanced.
Steps to reproduce
No response
GraphRAG Config Used
Logs and screenshots
No response
Additional Information