diff --git a/.prh.yaml b/.prh.yaml index 781c07823f..c579f607ec 100644 --- a/.prh.yaml +++ b/.prh.yaml @@ -17,7 +17,6 @@ version: 1 # index: ann # index: besteffort # index: burstable -# index: clojure # index: configmap # index: docker # index: documentation @@ -76,10 +75,6 @@ rules: expected: ConfigMap options: wordBoundary: true - - pattern: clojure - expected: Clojure - options: - wordBoundary: true - pattern: docker expected: Docker options: diff --git a/docs/overview/about-vald.md b/docs/overview/about-vald.md index dc1fb00b39..f954bb35ba 100644 --- a/docs/overview/about-vald.md +++ b/docs/overview/about-vald.md @@ -57,7 +57,7 @@ Vald is easy to use, feature-rich and highly customizable as you needed. - You can configure the number of vector dimensions, the number of replica and etc. - Multi language supported - - Go, Java, Clojure, Node.js, and Python client library are supported. + - Go, Java, Node.js, and Python client library are supported. - gRPC APIs can be triggered by any programming languages which support gRPC. - REST API is also supported.