diff --git a/Cargo.lock b/Cargo.lock index 9a9b678e80..48c80ad6cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index ed94d0e7a8..85ec8f6ce3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qdrant" -version = "0.11.0" +version = "0.11.1" authors = ["Andrey Vasnetsov "] edition = "2021" diff --git a/docs/grpc/docs.md b/docs/grpc/docs.md index 654f6a9282..be954f07e2 100644 --- a/docs/grpc/docs.md +++ b/docs/grpc/docs.md @@ -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 | diff --git a/docs/redoc/default_version.js b/docs/redoc/default_version.js index 5b9af7697d..772c60c02e 100644 --- a/docs/redoc/default_version.js +++ b/docs/redoc/default_version.js @@ -1 +1 @@ -const defaultApiVersion = 'v0.11.0'; +const defaultApiVersion = 'v0.11.1'; diff --git a/docs/redoc/index.html b/docs/redoc/index.html index 7e9779aa16..ee618f7d54 100644 --- a/docs/redoc/index.html +++ b/docs/redoc/index.html @@ -39,6 +39,7 @@