mirror of
https://github.com/microsoft/graphrag.git
synced 2025-06-26 23:19:58 +00:00
parent
ac6f240e29
commit
c8aefb23cb
94
.semversioner/0.2.0.json
Normal file
94
.semversioner/0.2.0.json
Normal file
@ -0,0 +1,94 @@
|
||||
{
|
||||
"changes": [
|
||||
{
|
||||
"description": "Add content-based KNN for selecting prompt tune few shot examples",
|
||||
"type": "minor"
|
||||
},
|
||||
{
|
||||
"description": "Add dynamic community report rating to the prompt tuning engine",
|
||||
"type": "minor"
|
||||
},
|
||||
{
|
||||
"description": "Add Minute-based Rate Limiting and fix rpm, tpm settings",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Add N parameter support",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Add cli flag to overlay default values onto a provided config.",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Add exception handling on file load",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Add language support to prompt tuning",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Add llm params to local and global search",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Fix broken prompt tuning link on docs",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Fix delta none on query calls",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Fix docsite base url",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Fix encoding model parameter on prompt tune",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Fix for --limit exceeding the dataframe length",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Fix for Ruff 0.5.2",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Fixed an issue where base OpenAI embeddings can't work with Azure OpenAI LLM",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "Modify defaults for CHUNK_SIZE, CHUNK_OVERLAP and GLEANINGS to reduce time and LLM calls",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "fix community_report doesn't work in settings.yaml",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "fix llm response content is None in query",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "fix the organization parameter is ineffective during queries",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "remove duplicate file read",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "support non-open ai model config to prompt tune",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"description": "use binary io processing for all file io operations",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"created_at": "2024-07-25T02:01:38+00:00",
|
||||
"version": "0.2.0"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "minor",
|
||||
"description": "Add dynamic community report rating to the prompt tuning engine"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "minor",
|
||||
"description": "Add content-based KNN for selecting prompt tune few shot examples"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Fix docsite base url"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Add cli flag to overlay default values onto a provided config."
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Fix broken prompt tuning link on docs"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Fix for --limit exceeding the dataframe lenght"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Add Minute-based Rate Limiting and fix rpm, tpm settings"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Add N parameter support"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "fix community_report doesn't work in settings.yaml"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Add language support to prompt tuning"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Modify defaults for CHUNK_SIZE, CHUNK_OVERLAP and GLEANINGS to reduce time and LLM calls"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Fixed an issue where base OpenAI embeddings can't work with Azure OpenAI LLM"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Fix encoding model parameter on prompt tune"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "support non-open ai model config to prompt tune"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Fix delta none on query calls"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "fix llm response content is None in query"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Add exception handling on file load"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Add llm params to local and global search"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Fix for Ruff 0.5.2"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "fix the organization parameter is ineffective during queries"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "use binary io processing for all file io operations"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "remove duplicate file read"
|
||||
}
|
31
CHANGELOG.md
Normal file
31
CHANGELOG.md
Normal file
@ -0,0 +1,31 @@
|
||||
# Changelog
|
||||
Note: version releases in the 0.x.y range may introduce breaking changes.
|
||||
|
||||
## 0.2.0
|
||||
|
||||
- minor: Add content-based KNN for selecting prompt tune few shot examples
|
||||
- minor: Add dynamic community report rating to the prompt tuning engine
|
||||
- patch: Add Minute-based Rate Limiting and fix rpm, tpm settings
|
||||
- patch: Add N parameter support
|
||||
- patch: Add cli flag to overlay default values onto a provided config.
|
||||
- patch: Add exception handling on file load
|
||||
- patch: Add language support to prompt tuning
|
||||
- patch: Add llm params to local and global search
|
||||
- patch: Fix broken prompt tuning link on docs
|
||||
- patch: Fix delta none on query calls
|
||||
- patch: Fix docsite base url
|
||||
- patch: Fix encoding model parameter on prompt tune
|
||||
- patch: Fix for --limit exceeding the dataframe length
|
||||
- patch: Fix for Ruff 0.5.2
|
||||
- patch: Fixed an issue where base OpenAI embeddings can't work with Azure OpenAI LLM
|
||||
- patch: Modify defaults for CHUNK_SIZE, CHUNK_OVERLAP and GLEANINGS to reduce time and LLM calls
|
||||
- patch: fix community_report doesn't work in settings.yaml
|
||||
- patch: fix llm response content is None in query
|
||||
- patch: fix the organization parameter is ineffective during queries
|
||||
- patch: remove duplicate file read
|
||||
- patch: support non-open ai model config to prompt tune
|
||||
- patch: use binary io processing for all file io operations
|
||||
|
||||
## 0.1.0
|
||||
|
||||
- minor: Initial Release
|
@ -1,7 +1,7 @@
|
||||
[tool.poetry]
|
||||
name = "graphrag"
|
||||
# Maintainers: do not change the version here manually, use ./scripts/release.sh
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
description = ""
|
||||
authors = [
|
||||
"Alonso Guevara Fernández <alonsog@microsoft.com>",
|
||||
@ -114,7 +114,7 @@ _convert_local_search_nb = 'jupyter nbconvert --output-dir=docsite/posts/query/n
|
||||
_convert_global_search_nb = 'jupyter nbconvert --output-dir=docsite/posts/query/notebooks/ --output="{notebook_name}_nb" --template=docsite/nbdocsite_template --to markdown examples_notebooks/global_search.ipynb'
|
||||
_semversioner_release = "semversioner release"
|
||||
_semversioner_changelog = "semversioner changelog > CHANGELOG.md"
|
||||
_semversioner_update_toml_version = "update-toml --path tool.poetry.version --value \"$(semversioner current-version)\" pyproject.toml"
|
||||
_semversioner_update_toml_version = "update-toml update --path tool.poetry.version --value \"$(semversioner current-version)\" pyproject.toml"
|
||||
coverage_report = 'coverage report --omit "**/tests/**" --show-missing'
|
||||
check_format = 'ruff format . --check --preview'
|
||||
fix = "ruff --preview check --fix ."
|
||||
|
Loading…
x
Reference in New Issue
Block a user