AWS管理的弹性搜索现在包括一个向量空间knn索引类型(https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/knn.html),它是基于开放分布弹性搜索(https://opendistro.github.io/for-elasticsearch/features/knn.html)的。
它是否支持与稀疏向量一起工作?
我在文档中找不到任何东西,但是底层的nmslib库(https://github.com/nmslib/nmslib)确实支持稀疏的向量索引。
发布于 2020-06-18 14:51:48
到目前为止,这是,在Opendistro中还不支持。然而,已经提出了一个github问题:https://github.com/opendistro-for-elasticsearch/k-NN/issues/112
https://stackoverflow.com/questions/61443511
复制相似问题