Closed suntao2015005848 closed 4 months ago
目前测试发现是sqlite版本的问题,python3.7.4 SQLite 3.30.0 可执行该语句:cursor.execute('SELECT anon_1.document_id AS anon_1_document_id FROM (SELECT document.id AS document_id, row_number() OVER (ORDER BY document.id) AS rownum FROM document) AS anon_1 WHERE rownum % 10000=1') 而 python3.7.5 SQLite 3.7.17 不能执行该sql,报错如上,希望开发人员后续关注一下这个bug。毕竟切换环境比较麻烦。
感谢您的反馈,欢迎贡献一个修复pr
软件环境
重复问题
4922
错误描述
稳定复现步骤 & 代码
在我的机器上代码在执行到: 使用retriever抽取文本的向量,然后更新到faiss中 document_store.update_embeddings(retriever) 出现报错: