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: weaviate/weaviate-python-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.0
Choose a base ref
...
head repository: weaviate/weaviate-python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.1
Choose a head ref
  • 13 commits
  • 12 files changed
  • 5 contributors

Commits on Jan 31, 2024

  1. fixed connect helpers' documentation

    connect_to_custom() and connect_to_local() still had the old timeout description in their function definitions. I replaced it with the new additional_config to match their input variables (similar to connect_to_wcs() and connect_to_embedded())
    SavvasMohito authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    558ccad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d417b3c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Merge pull request #841 from weaviate/20240131/export-agg-sub

    Add 'aggregate' to wvc exports
    dirkkul authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    319c4e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #840 from SavvasMohito/main

    fixed connect helpers' documentation
    dirkkul authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1d147a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dba33e View commit details
    Browse the repository at this point in the history
  4. fix unit test

    tsmith023 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    657ce0a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #843 from weaviate/allow-str-in-agg-groupby

    reintroduce str as input to group_by in aggregate
    tsmith023 authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    fe7f448 View commit details
    Browse the repository at this point in the history
  6. Fix rate_limit repeat rate

    dirkkul committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c30bfa0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    424ae91 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe1c84b View commit details
    Browse the repository at this point in the history
  9. Merge pull request #844 from weaviate/separate-batch-loops

    Separate batch loops
    dirkkul authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    7933561 View commit details
    Browse the repository at this point in the history
  10. changelog 4.4.1

    dirkkul committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    39e3fd9 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #846 from weaviate/changelog4.4.1

    changelog 4.4.1
    dirkkul authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    64fa2d9 View commit details
    Browse the repository at this point in the history
Loading