-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: add deepseek reasoning content support and adjust some code #411
Conversation
yuluo-yx
commented
Feb 20, 2025
•
edited
Loading
edited
Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>
@@ -51,362 +51,361 @@ | |||
* | |||
*/ | |||
public class MongodbDocumentReader implements DocumentReader, Closeable { | |||
private static final Logger log = LoggerFactory.getLogger(MongodbDocumentReader.class); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
格式化了代码
@@ -15,271 +15,262 @@ | |||
*/ | |||
package com.alibaba.cloud.ai.reader.mongodb; | |||
|
|||
import lombok.Builder; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
之前去掉 lombok 似乎不彻底,不知道为啥没检查出来,这次是对上次得更新弥补
@@ -73,6 +73,7 @@ | |||
<module>community/document-readers/huggingface-fs-document-reader</module> | |||
<module>community/document-readers/email-document-reader</module> | |||
<module>community/document-readers/mbox-document-reader</module> | |||
<module>community/document-readers/mongodb-document-reader</module> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
加到 pom.xml
ptal @chickenlj @fuyou-lxm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.