normalize# langchain_community.vectorstores.scann.normalize(x: ndarray) → ndarray[source]# 将向量归一化为单位长度。 Parameters: x (ndarray) Return type: ndarray