langchain_community.vectorstores.faiss
.dependable_faiss_import¶
- langchain_community.vectorstores.faiss.dependable_faiss_import(no_avx2: Optional[bool] = None) Any [来源代码]¶
如果可用则导入faiss,否则引发错误。如果设置了FAISS_NO_AVX2环境变量,将认为在无AVX2优化的情况下加载FAISS。
- 参数
no_avx2 (可选[bool]) - 严格以无AVX2优化的方式加载FAISS,使向量存储便携并与其他设备兼容。
- 返回类型
Any