From dcaec899e6961cb5fcac2b526d2811e7278f27cd Mon Sep 17 00:00:00 2001 From: imClumsyPanda Date: Fri, 7 Apr 2023 18:24:45 +0800 Subject: [PATCH] update README_en.md --- README_en.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README_en.md b/README_en.md index 394732a..4234c14 100644 --- a/README_en.md +++ b/README_en.md @@ -42,6 +42,10 @@ Attention: With langchain.document_loaders.UnstructuredFileLoader used to connec python knowledge_based_chatglm.py ``` +### Known issues +- Currently tested to support txt, docx, md format files, for more file formats please refer to [langchain documentation](https://python.langchain.com/en/latest/modules/indexes/document_loaders/examples/unstructured_file.html). If the document contains special characters, the file may not be correctly loaded. +- When running this project with macOS, it may not work properly due to incompatibility with pytorch caused by macOS version 13.3 and above. + ## Roadmap - [x] local knowledge based application with langchain + ChatGLM-6B - [x] unstructured files loaded with langchain