-
Notifications
You must be signed in to change notification settings - Fork 699
feat: add deepseek reasoning content support and adjust some code #411
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
Conversation
@@ -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.
Uh oh!
There was an error while loading. Please reload this page.