-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.3.2 #1034
Merged
Merged
Release v0.3.2 #1034
Conversation
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
andresmor-ms
approved these changes
Aug 26, 2024
KylinMountain
pushed a commit
to KylinMountain/graphrag-server
that referenced
this pull request
Sep 12, 2024
KylinMountain
added a commit
to KylinMountain/graphrag-server
that referenced
this pull request
Sep 12, 2024
* Bump micromatch from 4.0.5 to 4.0.8 in /docsite (microsoft#1013) Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md) - [Commits](micromatch/micromatch@4.0.5...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump ruff from 0.5.7 to 0.6.2 (microsoft#1014) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.7 to 0.6.2. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.5.7...0.6.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alonso Guevara <[email protected]> * Ensure entity types to be str in prompt tune (microsoft#1015) * Fix weight casting during graph extraction (microsoft#1016) * Fix weight casting during graph extraction * Format * Format * Update developer guide (microsoft#1029) * Add missing config parameter for prompt tuning docs (microsoft#1017) * Improve search type hint (microsoft#1031) * update get_local_search_engine and get_global_search_engine return annotation * add semversioner file * reorder imports * fix pyright errors * revert change and ignore previous pyright error --------- Co-authored-by: wanhua.gu <[email protected]> Co-authored-by: longyunfeigu <[email protected]> Co-authored-by: Alonso Guevara <[email protected]> * Patch "past" dependency issues (microsoft#1033) * Patch "past" dependency issues * Semver * Release v0.3.2 (microsoft#1034) * Update VectorStoreSearchResult score value range (microsoft#937) update VectorStoreSearchResult score comment Co-authored-by: wanhua.gu <[email protected]> Co-authored-by: Alonso Guevara <[email protected]> * Add source URL to the package (microsoft#927) Co-authored-by: Josh Bradley <[email protected]> Co-authored-by: Alonso Guevara <[email protected]> * Fix/text unit code cleanup (microsoft#1040) * Optimized _build_text_unit_context function for improved time and space complexity Refactored the _build_text_unit_context function to enhance its performance and efficiency. Key optimizations include: 1. Set for Text Unit IDs: Replaced list-based membership checks with a set (text_unit_ids_set) to achieve constant-time complexity for membership checks, reducing overall time complexity. 2. Direct Attribute Removal: Utilized pop with a default value (None) to directly remove attributes entity_order and num_relationships from text units, minimizing overhead and avoiding potential KeyError. 3. Default Dictionary for Entity Orders: Implemented defaultdict for managing entity orders, simplifying the ranking process and improving readability. These improvements result in a more efficient function with better performance, especially when handling large datasets or numerous selected entities. The refactoring ensures that the core functionality remains unchanged while enhancing both time and space complexity. * Format * Ruff fixes * semver --------- Co-authored-by: arjun-234 <[email protected]> Co-authored-by: Arjun D. <[email protected]> * Fix INIT_YAML embeddings default settings (microsoft#1039) Co-authored-by: Thanh Long Phan <[email protected]> Co-authored-by: Alonso Guevara <[email protected]> * Bump pytest-asyncio from 0.23.8 to 0.24.0 (microsoft#1022) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.8 to 0.24.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.8...v0.24.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alonso Guevara <[email protected]> * Bump json-repair from 0.26.0 to 0.28.4 (microsoft#1044) Bumps [json-repair](https://github.com/mangiucugna/json_repair) from 0.26.0 to 0.28.4. - [Release notes](https://github.com/mangiucugna/json_repair/releases) - [Commits](mangiucugna/json_repair@0.26.0...v0.28.4) --- updated-dependencies: - dependency-name: json-repair dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump lancedb from 0.11.0 to 0.12.0 (microsoft#1024) Bumps [lancedb](https://github.com/lancedb/lancedb) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/lancedb/lancedb/releases) - [Changelog](https://github.com/lancedb/lancedb/blob/main/release_process.md) - [Commits](lancedb/lancedb@python-v0.11.0...python-v0.12.0) --- updated-dependencies: - dependency-name: lancedb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump textual from 0.76.0 to 0.78.0 (microsoft#1038) Bumps [textual](https://github.com/Textualize/textual) from 0.76.0 to 0.78.0. - [Release notes](https://github.com/Textualize/textual/releases) - [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md) - [Commits](Textualize/textual@v0.76.0...v0.78.0) --- updated-dependencies: - dependency-name: textual dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix/entity extraction strategy (microsoft#1046) * fix strategy config in entity_extraction * update init content --------- Co-authored-by: KylinMountain <[email protected]> * fix for issue 515 (microsoft#925) * fix for issue 515 * semver impact document --------- Co-authored-by: Kanishk Tyagi <[email protected]> Co-authored-by: Alonso Guevara <[email protected]> * docs: update manual_prompt_tuning.md (microsoft#963) paramater -> parameter Co-authored-by: Alonso Guevara <[email protected]> * Update indexer_adapters.py (microsoft#895) Update the lines 71 and 72 before: entity_df["community"] = entity_df["community"].fillna(-1) entity_df["community"] = entity_df["community"].astype(int) after: entity_df.loc[:, "community"] = entity_df["community"].fillna(-1) entity_df.loc[:, "community"] = entity_df["community"].astype(int) Co-authored-by: Alonso Guevara <[email protected]> * Fix circular dependency on prompt tune api (microsoft#1054) * Bump notebook from 7.2.1 to 7.2.2 (microsoft#1055) Bumps [notebook](https://github.com/jupyter/notebook) from 7.2.1 to 7.2.2. - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/@jupyter-notebook/[email protected]/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/[email protected]...@jupyter-notebook/[email protected]) --- updated-dependencies: - dependency-name: notebook dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alonso Guevara <[email protected]> * Bump jupyterlab from 4.2.4 to 4.2.5 (microsoft#1056) Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.2.4 to 4.2.5. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/[email protected]/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected]) --- updated-dependencies: - dependency-name: jupyterlab dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update Prompt Tuning docs (microsoft#1057) * Update Prompt Tuning docs * Semver * Update bash example in docs for prompt tune (microsoft#1059) * Semver * Update bash command * Fix img for autotune (microsoft#1060) * Fix img for autotune * Add line breaks to tune docs * More line breaks * Fix img width (microsoft#1061) * Consistent config load_config (microsoft#1065) * Consistent config load_config - Provide a consistent way to load configuration - Resolve potential timestamp directories upfront upon config object creation - Add unit tests for resolving timestamp directories - Resolves microsoft#599 - Resolves microsoft#1049 * fix formatting issues * remove unnecessary path resolution * fix smoke tests * update prompts to use load_config * Update none checks * Update none checks * Update searching for config method signature * Update unit tests * fix formatting issues * fix setting base_dir to full paths when not using file system. (microsoft#1096) * fix setting base_dir to full paths when not using file system. * add general resolve_path * Clean and organize run index code (microsoft#1090) * Create entypoint for cli and api (microsoft#1067) * Add cli and api entrypoints for update index * Semver * Update docs * Run tests on feature branch main * Better /main handling in tests * Clean and organize run index code * Ruff fix * Pyright fix * Format fixes * Pyright fix * Format * Fix integ tests * Fix ruff * Reorganize and clean up * Load query from blob (microsoft#1095) * Moved query loading from file to helper function * added loading parquets from blob to function * resolved adlfs async error * debugging cleanup and small fixes * added connection string support * semversioner and ruff fixes * completed testing for merge with main * more ruff changes * fixed unbound vars warning * rewrote function to use storage utils * removed unused vars --------- Co-authored-by: Kenny Zhang <[email protected]> * Update create_pipeline_config.py (microsoft#1108) * Update create_pipeline_config.py Order switched to ensure that user settings at runtime take precedence. * Updated semversioner. * release v0.3.3 (microsoft#1116) * Deep copy txt units on local search to avoid race conditions (microsoft#1118) * Deep copy txt units on local search to avoid race conditions * Format * Fix summarization including empty descriptions (microsoft#1124) * Fix summarization including empty descriptions * Update * Release v0.3.4 (microsoft#1125) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alonso Guevara <[email protected]> Co-authored-by: Josh Bradley <[email protected]> Co-authored-by: wanhua.gu <[email protected]> Co-authored-by: longyunfeigu <[email protected]> Co-authored-by: Konstantin Gukov <[email protected]> Co-authored-by: arjun-234 <[email protected]> Co-authored-by: Arjun D. <[email protected]> Co-authored-by: TLP <[email protected]> Co-authored-by: Thanh Long Phan <[email protected]> Co-authored-by: fantom845 <[email protected]> Co-authored-by: Kanishk Tyagi <[email protected]> Co-authored-by: Ikko Eltociear Ashimine <[email protected]> Co-authored-by: guangxiangdebizi <[email protected]> Co-authored-by: Derek Worthen <[email protected]> Co-authored-by: KennyZhang1 <[email protected]> Co-authored-by: Kenny Zhang <[email protected]> Co-authored-by: Doug Orbaker <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Release v0.3.2