diff --git a/site/en/home/home.json b/site/en/home/home.json index 9d55aedb0..951830c5d 100644 --- a/site/en/home/home.json +++ b/site/en/home/home.json @@ -68,6 +68,10 @@ { "text": "Similarity Metrics", "link": "metric.md" + }, + { + "text": "PyMilvus API Reference", + "link": "/api-reference/pymilvus/{{python_version}}/install.html" } ] }, diff --git a/site/zh-CN/home/home.json b/site/zh-CN/home/home.json index b9da18e52..398e1b197 100644 --- a/site/zh-CN/home/home.json +++ b/site/zh-CN/home/home.json @@ -66,6 +66,10 @@ { "text": "相似度计算方式", "link": "metric.md" + }, + { + "text": "PyMilvus API 参考", + "link": "/api-reference/pymilvus/{{python_version}}/install.html" } ] },