forked from microsoft/graphrag
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request microsoft#14 from KylinMountain/cutomize
Merge official repo: 0.3.0
- Loading branch information
Showing
22 changed files
with
778 additions
and
573 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.