graphrag/.semversioner/0.3.0.json
2024-08-12 18:14:52 -06:00

30 lines
661 B
JSON

{
"changes": [
{
"description": "Implement auto templating API.",
"type": "minor"
},
{
"description": "Implement query engine API.",
"type": "minor"
},
{
"description": "Fix file dumps using json for non ASCII chars",
"type": "patch"
},
{
"description": "Stabilize smoke tests for query context building",
"type": "patch"
},
{
"description": "fix query embedding",
"type": "patch"
},
{
"description": "fix sort_context & max_tokens params in verb",
"type": "patch"
}
],
"created_at": "2024-08-12T23:51:49+00:00",
"version": "0.3.0"
}