AttributeError: module ‘faiss‘ has no attribute ‘IndexFlatL2‘

    index = faiss.IndexFlatL2(len(embeddings[0]))
AttributeError: module 'faiss' has no attribute 'IndexFlatL2'

各种安装,报错。

参考这里安装1.7.4的出错:https://github.com/facebookresearch/faiss/blob/main/INSTALL.md

最后干脆重新创建了一个虚拟环境,然后安装1.7.3版本的 成功
https://github.com/facebookresearch/faiss/blob/main/INSTALL.md

你可能感兴趣的:(软件安装,faiss,faiss)