Ask a question to get started
Enter to sendā¢Shift+Enter new line
Import faiss if available, otherwise raise error. If FAISS_NO_AVX2 environment variable is set, it will be considered to load FAISS with no AVX2 optimization.
dependable_faiss_import( no_avx2: Optional[bool] = None, ) -> Any
no_avx2
Optional[bool]
None
Load FAISS strictly with no AVX2 optimization so that the vectorstore is portable and compatible with other devices.