-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Incremental indexing/update old outputs #1155
Merged
Merged
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
* Add cli and api entrypoints for update index * Semver * Update docs * Run tests on feature branch main * Better /main handling in tests
* Calculate new inputs and deleted inputs on update * Semver * Clear ruff checks * Fix pyright * Fix PyRight * Ruff again
AlonsoGuevara
changed the base branch from
main
to
incremental_indexing/main
September 20, 2024 18:40
andresmor-ms
previously approved these changes
Sep 20, 2024
AlonsoGuevara
changed the base branch from
incremental_indexing/main
to
main
September 20, 2024 18:51
AlonsoGuevara
dismissed
andresmor-ms’s stale review
September 20, 2024 18:51
The base branch was changed.
andresmor-ms
approved these changes
Sep 20, 2024
KylinMountain
pushed a commit
to KylinMountain/graphrag-server
that referenced
this pull request
Sep 23, 2024
* 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 * Incremental indexing/file delta (microsoft#1123) * Calculate new inputs and deleted inputs on update * Semver * Clear ruff checks * Fix pyright * Fix PyRight * Ruff again * Update Final Entities merging in new and existing entities from delta * Update formatting * Pyright * Ruff * Fix for pyright * Yet Another Pyright test * Pyright * Format
KylinMountain
added a commit
to KylinMountain/graphrag-server
that referenced
this pull request
Sep 23, 2024
* Chore/dependency cleanup (microsoft#1169) * fix dependencies with deptry * change order in pyproject.toml * fix * Dependency updates and cleanup * Future required --------- Co-authored-by: Florian Maas <[email protected]> * Bump path-to-regexp from 6.2.1 to 6.3.0 in /docsite (microsoft#1130) Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 6.2.1 to 6.3.0. - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](pillarjs/path-to-regexp@v6.2.1...v6.3.0) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Collapse create final relationships (microsoft#1158) * Collapse pre/post embedding workflows * Semver * Fix smoke tests --------- Co-authored-by: Alonso Guevara <[email protected]> * Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4 (microsoft#1104) Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.3 to 4.6.4. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.6.3...v4.6.4) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... 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]> * Release v0.3.6 (microsoft#1172) * Remove redundant code from error-handling code in GlobalSearch (microsoft#1170) * remove a redundant retry * semver * formatting --------- Co-authored-by: Alonso Guevara <[email protected]> * Incremental indexing/update old outputs (microsoft#1155) * 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 * Incremental indexing/file delta (microsoft#1123) * Calculate new inputs and deleted inputs on update * Semver * Clear ruff checks * Fix pyright * Fix PyRight * Ruff again * Update Final Entities merging in new and existing entities from delta * Update formatting * Pyright * Ruff * Fix for pyright * Yet Another Pyright test * Pyright * Format * Collapse create_final_nodes (microsoft#1171) * Collapse create_final_nodes * Update smoke tests * Typo --------- Co-authored-by: Alonso Guevara <[email protected]> * Fix typo in documentation for customizability (microsoft#1160) Corrected a misspelling of 'customizability' in the env_vars.md documentation. This change ensures clarity and accuracy in the description of input data handling configurations. Co-authored-by: Alonso Guevara <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Alonso Guevara <[email protected]> Co-authored-by: Florian Maas <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nathan Evans <[email protected]> Co-authored-by: Chris Trevino <[email protected]> Co-authored-by: JunHo Kim (김준호) <[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
[Provide a brief description of the changes made in this pull request.]
Related Issues
[Reference any related issues or tasks that this pull request addresses.]
Proposed Changes
[List the specific changes made in this pull request.]
Checklist
Additional Notes
[Add any additional notes or context that may be helpful for the reviewer(s).]