You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
文件对话上传PPTX文件,报错 | ERROR | chatchat.server.chat.file_chat:upload_temp_docs:108 - Failed to add documents to faiss: tuple index out of range
但是该文件存入temp
2024-11-19 11:15:57.379 | INFO | chatchat.server.knowledge_base.utils:file2docs:336 - RapidOCRPPTLoader used for D:\Langchain-Chatchat\libs\chatchat-server\chatchat\data\temp\b53ac87f5a2c457693689a1047a3b94b\Manual.pptx
2024-11-19 11:15:57.540 | INFO | chatchat.server.knowledge_base.kb_cache.faiss_cache:load_vector_store:162 - loading vector store in 'b53ac87f5a2c457693689a1047a3b94b' to memory.
2024-11-19 11:15:58,196 faiss.loader 25608 INFO Loading faiss with AVX2 support.
2024-11-19 11:15:58,196 faiss.loader 25608 INFO Could not load library with AVX2 support due to:
ModuleNotFoundError("No module named 'faiss.swigfaiss_avx2'")
2024-11-19 11:15:58,197 faiss.loader 25608 INFO Loading faiss.
2024-11-19 11:15:59,034 faiss.loader 25608 INFO Successfully loaded faiss.
2024-11-19 11:15:59.045 | ERROR | chatchat.server.chat.file_chat:upload_temp_docs:108 - Failed to add documents to faiss: tuple index out of range
INFO: 127.0.0.1:53600 - "POST /knowledge_base/upload_temp_docs HTTP/1.1" 200 OK
2024-11-19 11:15:59,048 httpx 25456 INFO HTTP Request: POST http://127.0.0.1:7861/knowledge_base/upload_temp_docs "HTTP/1.1 200 OK"
The text was updated successfully, but these errors were encountered:
文件对话上传PPTX文件,报错
| ERROR | chatchat.server.chat.file_chat:upload_temp_docs:108 - Failed to add documents to faiss: tuple index out of range
但是该文件存入temp
The text was updated successfully, but these errors were encountered: