MyGit

v0.10.0

qdrant/qdrant

版本发布时间: 2022-09-19 19:30:31

qdrant/qdrant最新发布版本:v1.11.4(2024-09-18 00:53:26)

Changelog

Features :ferris_wheel:

PUT /collections/{collection_name}/points

{
    "points": [
        {
            "id": 1,
            "vectors": {
                "image": [0.9, 0.1, 0.1, 0.2],
                "text": [0.4, 0.7, 0.1, 0.8, 0.1, 0.1, 0.9, 0.2]
            }
        }
   ]
}
POST /collections/{collection_name}/points/search/batch

{
    "searches": [
        { "vector": [0.2, 0.1, 0.9, 0.7], "limit": 3 },
        { "vector": [0.5, 0.3, 0.2, 0.3], "limit": 3 }
    ]
}

Improvements :mortar_board:

image

Bug fixes :space_invader:

Compatibility :electric_plug:

There are a lot of fundamental changes in qdrant segment storage and API, but we did our best to make a transition process as smooth as possible. The v0.10 release be performed in 2 steps: on the first step we upgrade qdrant into transition version v0.10.0 which support both - old and new version of the interface. The second update v0.10.1 will remove deprecated fields from the API.

Proposed update process with minimal downtime:

  1. Update qdrant from v0.9.1 -> v0.10.0
  2. Update qdrant client to v0.10.0
  3. Update qdrant to v0.10.1
  4. Update qdrant client to v0.10.1
Version compatibility client v0.9.x client v0.10.0 client v0.10.1
qdrant v0.9.1 + - -
qdrant v0.10.0 + +
qdrant v0.10.1 - + +

Don't forget to make backups and test the process in development environment!

See API changes in client releases:

Further work :hammer:

Next release will be primarily focused on the Replication Support.

Thanks to @IvanPleshkov, @agourlay, @e-ivkov, @joein and @monatis for contributing into this release

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-09-19发行的版本