-
Notifications
You must be signed in to change notification settings - Fork 400
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: microsoft/kernel-memory
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: packages-0.96.250120.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: microsoft/kernel-memory
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: packages-0.97.250211.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 140 files changed
- 3 contributors
Commits on Jan 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fa12c93 - Browse repository at this point
Copy the full SHA fa12c93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7caf4e4 - Browse repository at this point
Copy the full SHA 7caf4e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31cfbcd - Browse repository at this point
Copy the full SHA 31cfbcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44238ba - Browse repository at this point
Copy the full SHA 44238baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98ffa2d - Browse repository at this point
Copy the full SHA 98ffa2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 616df42 - Browse repository at this point
Copy the full SHA 616df42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 068d347 - Browse repository at this point
Copy the full SHA 068d347View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32f5a59 - Browse repository at this point
Copy the full SHA 32f5a59View commit details
Commits on Jan 28, 2025
-
* Update packages * Fix postgres dependency injection * Update WebApplicationBuilderExtensions extension
Configuration menu - View commit details
-
Copy full SHA for 2681a9b - Browse repository at this point
Copy the full SHA 2681a9bView commit details
Commits on Feb 6, 2025
-
The original chunkers ported from SK had some bugs introduced while refactoring, leading to incorrect split. This is a full rewrite following the original logic, with some changes: - remove `MaxTokensPerLine` setting - overlap doesn't use sentences anymore, and copy raw tokens from the previous chunk instead - markdown chunker uses better splitting logic, although it should be rewritten to use a markdown parser - chunkers now work with a Chunk class which is used also by the file parsers. This will allow to port properties from files to chunks, such as page number and other metadata - chunkers now take a dependency on tokenizers directly, rather than just TokenCount - chunkers are now out of Core and into a dedicated nuget, for future reuse outside KM
Configuration menu - View commit details
-
Copy full SHA for a490102 - Browse repository at this point
Copy the full SHA a490102View commit details
Commits on Feb 7, 2025
-
Normalize text new line to Unix-style (#998)
Make text more consistent across Unix and Windows environments, avoiding the `\r` character in favor of the Unix new line ending. See https://github.com/microsoft/kernel-memory/issues/975
Configuration menu - View commit details
-
Copy full SHA for e49783a - Browse repository at this point
Copy the full SHA e49783aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bcbb07 - Browse repository at this point
Copy the full SHA 9bcbb07View commit details
Commits on Feb 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4679df9 - Browse repository at this point
Copy the full SHA 4679df9View commit details -
Replaced MongoDB.Driver.GridFS with MongoDB.Driver (#991)
## Motivation and Context (Why the change? What's the scenario?) Fixing issue #989 MongoDB.Driver.GridFS is now part of MongoDB.Driver. So this change is simply to now use MongoDB.Driver instead of the deprecated MongoDB.Driver.GridFS. With these changes, users can now use the latest version of MongoDB.Driver which in turn allows them to use MongoDB v8.0. ## High level description (Approach, Design) This is just replacing a deprecated library with the new one. Co-authored-by: Olawale Adeleye <olawale.adeleye@hotmail.com> Co-authored-by: Devis Lucato <dluc@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e931118 - Browse repository at this point
Copy the full SHA e931118View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff packages-0.96.250120.1...packages-0.97.250211.1