Thanks to visit codestin.com
Credit goes to github.com

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: vearch/vearch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.3
Choose a base ref
...
head repository: vearch/vearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.4
Choose a head ref
  • 20 commits
  • 99 files changed
  • 4 contributors

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    ffbd0ef View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    f42f755 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    136764e View commit details
    Browse the repository at this point in the history
  2. refactor: unify python sdk

    1.adjust log output and unit test code
    2.standardize the call logic of api in Vearch, complete the corresponding functions by accessing the corresponding api of Space and DataBase, and no longer directly access http
    3.all http access is delegated to the client, in addition to the original db operations, space and doc level operations are added; set the http adapter for all http operations to set the connection pool and retry times
    4.add is_success function to each type in result.py, and judge the result by calling this function
    5.streamline the code logic of schema/index.py, and change dict to parent class function
    zcdb committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5ccd804 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    8780843 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. refactor: reduce one JSON serialization operation in the return resul…

    …t and remove unnecessary proto fields
    wxingda committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    1601313 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    35568c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    4dc28ba View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    b307f01 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    fc18a8e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. perf: use field_rw_locks_ locking instead of rw_lock_ to improve scal…

    …ar indexing performance.
    wxingda committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    8d6672e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    f171a67 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Typing mistake and URL correction

    Corrected the typing mistake. Along with the correction of wrong URL of vearchworkspace.
    kaleaditya779 authored and wxingda committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c608695 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    2970382 View commit details
    Browse the repository at this point in the history
  2. fix: 1. fix put /fail/server/ to etcd failure; 2. fix /schedule/recov…

    …er_server remove failed server from space meta data
    wxingda committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    807806e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    2339663 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    857eb6e View commit details
    Browse the repository at this point in the history
  2. ci: add tests for fail server

    wxingda committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7766092 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    807c15e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. publish v3.5.4

    wxingda committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    afd6f62 View commit details
    Browse the repository at this point in the history
Loading