mirror of
https://github.com/microsoft/graphrag.git
synced 2026-01-07 04:32:25 +00:00
Update auto_prompt_tuning.md (#406)
Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
This commit is contained in:
parent
b53b91e849
commit
b1d1cb9b4b
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user