mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
Update to v0.11.1 (#1191)
* update to v0.11.1 * also default version Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -293,7 +293,7 @@ checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
|
||||
|
||||
[[package]]
|
||||
name = "api"
|
||||
version = "0.11.0"
|
||||
version = "0.11.1"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"prost 0.10.4",
|
||||
@@ -2606,7 +2606,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "qdrant"
|
||||
version = "0.11.0"
|
||||
version = "0.11.1"
|
||||
dependencies = [
|
||||
"actix-cors",
|
||||
"actix-files",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "qdrant"
|
||||
version = "0.11.0"
|
||||
version = "0.11.1"
|
||||
authors = ["Andrey Vasnetsov <andrey@vasnetsov.com>"]
|
||||
edition = "2021"
|
||||
|
||||
|
||||
@@ -274,8 +274,8 @@
|
||||
| shard_number | [uint32](#uint32) | | Number of shards in collection |
|
||||
| on_disk_payload | [bool](#bool) | | If true - point's payload will not be stored in memory |
|
||||
| vectors_config | [VectorsConfig](#qdrant-VectorsConfig) | optional | Configuration for vectors |
|
||||
| replication_factor | [uint32](#uint32) | | Number of replicas of each shard that network tries to maintain |
|
||||
| write_consistency_factor | [uint32](#uint32) | | How many replicas should apply the operation for us to consider it successful |
|
||||
| replication_factor | [uint32](#uint32) | optional | Number of replicas of each shard that network tries to maintain |
|
||||
| write_consistency_factor | [uint32](#uint32) | optional | How many replicas should apply the operation for us to consider it successful |
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
const defaultApiVersion = 'v0.11.0';
|
||||
const defaultApiVersion = 'v0.11.1';
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
</button>
|
||||
<div class="dropdown-menu dropdown-menu-right">
|
||||
<a href="?v=master" class="dropdown-item" type="button">master</a>
|
||||
<a href="?v=v0.11.1" class="dropdown-item" type="button">v0.11.1</a>
|
||||
<a href="?v=v0.11.0" class="dropdown-item" type="button">v0.11.0</a>
|
||||
<a href="?v=v0.10.5" class="dropdown-item" type="button">v0.10.5</a>
|
||||
<a href="?v=v0.10.4" class="dropdown-item" type="button">v0.10.4</a>
|
||||
|
||||
5910
docs/redoc/v0.11.1/openapi.json
Normal file
5910
docs/redoc/v0.11.1/openapi.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "api"
|
||||
version = "0.11.0"
|
||||
version = "0.11.1"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
Reference in New Issue
Block a user