Skip to content
Permalink

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: qdrant/qdrant-dotnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.14.0
Choose a base ref
...
head repository: qdrant/qdrant-dotnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.14.1
Choose a head ref
  • 7 commits
  • 22 files changed
  • 2 contributors

Commits on May 19, 2025

  1. Payload Schema type structural tests (#91)

    Structural test to ensure that all payload schema types are
    mapped to field types.
    
    This will fail if the proto introduces new mappings, so that they can be added for release.
    russcam authored May 19, 2025
    Configuration menu
    Copy the full SHA
    395801c View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    russcam committed May 19, 2025
    Configuration menu
    Copy the full SHA
    66d3498 View commit details
    Browse the repository at this point in the history
  3. Use Testcontainers.Qdrant

    Use the released Testcontainers.Qdrant package, removing the need to
    maintain a custom Testcontainer.
    russcam committed May 19, 2025
    Configuration menu
    Copy the full SHA
    d573d16 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2025

  1. Retrieve single PointId

    This commit adds an overloaded method to retrieve a single point with `PointId`. This allows ids returned from other APIs to be passed easily in subsequent calls.
    russcam committed May 24, 2025
    Configuration menu
    Copy the full SHA
    e909729 View commit details
    Browse the repository at this point in the history
  2. Delete overloads accepting points

    This commit adds Delete overloads to be delete points with a single of list of `PointId`. This allows ids returned from other APIs to be passed easily in subsequent calls.
    russcam committed May 24, 2025
    Configuration menu
    Copy the full SHA
    da446f6 View commit details
    Browse the repository at this point in the history
  3. Implement Dispose pattern

    This commit updates the Dispose implementations of the low level and high level client. Since both are public and not sealed, they can be inherited from, and therefore should expose an
    overrideable Dispose method.
    russcam committed May 24, 2025
    Configuration menu
    Copy the full SHA
    ade3164 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. chore: Cloud inference helpers (#96)

    * chore: Cloud inference helpers
    
    Signed-off-by: Anush008 <anushshetty90@gmail.com>
    
    * chore: Bump version
    
    Signed-off-by: Anush008 <anushshetty90@gmail.com>
    
    * chore: Review updates
    
    Signed-off-by: Anush008 <anushshetty90@gmail.com>
    
    ---------
    
    Signed-off-by: Anush008 <anushshetty90@gmail.com>
    Anush008 authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    f0e1c3a View commit details
    Browse the repository at this point in the history
Loading