Open madagastar opened 9 months ago
文件erniebot/examples/quick_start/gradio_demo.py
运行报错:module 'faiss' has no attribute 'swigfaiss'
解决方法:因faiss升级,将原代码中的“faiss.swigfaiss.IndexFlatIP“修改为“faiss.IndexFlatIP“
位置: https://github.com/PaddlePaddle/ERNIE-SDK/blob/157ca7ea006dc302f173f0919d4df4562c666590/erniebot/examples/quick_start/gradio_demo.py#L556 https://github.com/PaddlePaddle/ERNIE-SDK/blob/157ca7ea006dc302f173f0919d4df4562c666590/erniebot/examples/quick_start/gradio_demo.py#L564
您好,感谢您的反馈,这是修复PR。https://github.com/PaddlePaddle/ERNIE-SDK/pull/329
文件erniebot/examples/quick_start/gradio_demo.py
运行报错:module 'faiss' has no attribute 'swigfaiss'
解决方法:因faiss升级,将原代码中的“faiss.swigfaiss.IndexFlatIP“修改为“faiss.IndexFlatIP“
位置: https://github.com/PaddlePaddle/ERNIE-SDK/blob/157ca7ea006dc302f173f0919d4df4562c666590/erniebot/examples/quick_start/gradio_demo.py#L556 https://github.com/PaddlePaddle/ERNIE-SDK/blob/157ca7ea006dc302f173f0919d4df4562c666590/erniebot/examples/quick_start/gradio_demo.py#L564