Update auto_prompt_tuning.md (#406)

Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
This commit is contained in:
YangJiaqi 2024-07-09 21:40:18 +08:00 committed by GitHub
parent b53b91e849
commit b1d1cb9b4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ tags: [post, tuning]
date: 2024-06-13
---
GraphRAG provides the ability to create domain adaptive templates for the generation of the knowledge graph. This step is optional, though is is highly encouraged to run it as it will yield better results when executing an Index Run.
GraphRAG provides the ability to create domain adaptive templates for the generation of the knowledge graph. This step is optional, though it is highly encouraged to run it as it will yield better results when executing an Index Run.
The templates are generated by loading the inputs, splitting them into chunks (text units) and then running a series of LLM invocations and template substitutions to generate the final prompts. We suggest using the default values provided by the script, but in this page you'll find the detail of each in case you want to further explore and tweak the template generation algorithm.