From 6f2e8fcb82552efa2db59b7e164a22d6bab5781a Mon Sep 17 00:00:00 2001 From: Divya Date: Wed, 30 Apr 2025 12:33:12 -0700 Subject: [PATCH] updated doc for TLS --- docs/source/providers/vector_io/milvus.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/providers/vector_io/milvus.md b/docs/source/providers/vector_io/milvus.md index 6f90eb01e..e030c85f8 100644 --- a/docs/source/providers/vector_io/milvus.md +++ b/docs/source/providers/vector_io/milvus.md @@ -101,6 +101,7 @@ vector_io: - **`client_pem_path`**: Path to the **client certificate** file (required for mTLS). - **`client_key_path`**: Path to the **client private key** file (required for mTLS). - ## Documentation See the [Milvus documentation](https://milvus.io/docs/install-overview.md) for more details about Milvus in general. + +For more details on TLS configuration, refer to the [TLS setup guide](https://milvus.io/docs/tls.md).