graphrag/.semversioner/next-release/minor-20240712152937651350.json
Julian Whiting a1138216f0
Fix/few shot selection (#530)
* try to always use at least 3 few shot examples

* add args for auto tune

* use context-based KNN to select most relevant chunks

* enforce at least 3 few shot examples for generated prompts

* utils for content-based KNN

* sem version

* fix callback arg

* fixes

* switch back to no op callbacks

* make n few shot, user controlled. default to 2"
2024-07-24 13:24:00 -06:00

5 lines
108 B
JSON

{
"type": "minor",
"description": "Add content-based KNN for selecting prompt tune few shot examples"
}