Skip to content

Commit

Permalink
Release new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Jan 18, 2024
1 parent cb9ab9c commit f361530
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 27 deletions.
36 changes: 10 additions & 26 deletions v2.1.x/site/en/home/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ id: home.md

<div class="doc-home-promotion-wrapper">
<div class="promotion-content">
<h2 class="promotion-title">Try Managed Milvus For Free</h2>
<p class="promotion-desc">Try Zilliz Cloud for free with $100 credits. No credit card required.</p>
<h2 class="promotion-title">Try Managed Milvus For Free!</h2>
<p class="promotion-desc">The easiest way to experience Milvus!</p>
</div>

<div class="cta-wrapper">
<a class="cta-global" href="https://cloud.zilliz.com/signup">Deploy on Global Service</a>
<a class="cta-cn" href="https://cloud.zilliz.com.cn/signup">Deploy on China Service</a>
<a class="cta-global" href="https://cloud.zilliz.com/signup">Zilliz Cloud</a>
<a class="cta-cn" href="https://cloud.zilliz.com.cn/signup">Zilliz Cloud China</a>
</div>
</div>

Expand Down Expand Up @@ -58,7 +58,6 @@ id: home.md

</div>


## Recommended articles

<div class="doc-home-recommend-section">
Expand Down Expand Up @@ -99,27 +98,12 @@ id: home.md

## What's new in docs

_Sep 2022_

- Official release of 2.1.0 [Java API reference](https://milvus.io/api-reference/java/v2.1.0/About.md).
- Added reference docs for [consistency levels in Milvus](consistency.md),[in-memory replica](replica.md), [bitset](bitset.md), and [Knowhere](knowhere.md), the vector execution engine in Milvus.
- Added indexes on binary embeddings to [vector index](index.md)reference doc.
- Updated reference doc explaining the mechanism behind [Time Travel](timetravel_ref.md).


_Aug 2022_

- Added the Milvus 2.1 [benchmark test report](benchmark.md).
- Added guidance on how to [install embedded Milvus](install_embedded_milvus.md).


_Jul 2022 - Milvus 2.1 release_
_Nov 2022 - Milvus 2.2.0 release_

- Added guidance on how to load a collection as [multiple in-memory replicas](load_collection.md).
- Added guidance on how to [configure Milvus with Milvus Operator](configure_operator.md).
- Added guidance on how to configure [object storage](deploy_s3.md), [meta storage](deploy_etcd.md) and [message storage](deploy_pulsar.md) with Docker Compose or Helm.
- Added guidance on how to [configure RocksMQ, Pulsar and Kafka for message storage](message_storage_operator.md) with Milvus Operator.
- Added a full list of important monitoring metrics in the [Milvus Metrics Dashboard](metrics_dashboard.md).
- Added security guidance including [user access authentication](authenticate.md) and [encryption in transit](tls.md) .
- Added guidance on how to [bulk insert entities from files](bulk_insert.md).
- Added description of [disk-based ANN index](disk_index.md).
- Added guidance on how to configure [quotas_and_limits](configure_quota_limits.md).
- Added guidance on how to [enable RBAC](rbac.md) with Milvus Operator.
- Added guidance on how to [migrate metadata](upgrade_milvus_cluster-helm.md) from 2.1.x to 2.2.0

</div>
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "v2.2.x",
"version": "v2.1.x",
"released": "yes"
}

0 comments on commit f361530

Please sign in to comment.