Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[错误]: 上传文件到知识库时遇到错误 #558

Closed
jijiamoer opened this issue Dec 27, 2024 · 4 comments
Closed

[错误]: 上传文件到知识库时遇到错误 #558

jijiamoer opened this issue Dec 27, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@jijiamoer
Copy link

平台

macOS

版本

v0.9.1

错误描述

上传文件时,遇到了如下错误提示

Error invoking remote method 'knowledge-base:add': 227:33: Unexpected character `(` (U+FF08) in name, expected a name character such as letters, digits, `$`, or `_`; whitespace before attributes; or the end of the tag
image

重现步骤

  1. 点击添加知识库
  2. 拖入文件
  3. 遇到红色打岔的错误提示

预期行为

正确建立Embedding并完成

相关日志输出

No response

附加信息

No response

@jijiamoer jijiamoer added the bug Something isn't working label Dec 27, 2024
@ufvice
Copy link

ufvice commented Dec 28, 2024

我也遇到了类似的问题,平台linux ,版本v0.9.1

一个是:

Error invoking remote method 'knowledge-base:add': 1079:12: Unexpected end of file before name, expected a character that can start a name, such as a letter, $, or _``
该行的内容是| 2021年 | < | 10月 | > | 假期安排 | 返回今天 | 2021-10-01 |

另一个是:

Error invoking remote method 'knowledge-base:add': 674:6: Unexpected character (U+FF0C) in name, expected a name character such as letters, digits,$, or _; whitespace before attributes; or the end of the tag
该行的内容是| <词项,词项频率; | <be: 993427; |

@kangfenmao
Copy link
Collaborator

特殊字符没有过滤掉,后面版本改进一下

@NoAddr
Copy link

NoAddr commented Dec 28, 2024

<main+0xe>,其中+会报错

@kangfenmao
Copy link
Collaborator

这个已经修复了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants