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

chat quote reader #3912

Open
wants to merge 7 commits into
base: v4.9.1
Choose a base branch
from
Open

Conversation

newfish-cmyk
Copy link
Collaborator

No description provided.

@c121914yu
Copy link
Collaborator

c121914yu commented Mar 5, 2025

🤖 Generated by deploy action

📦 Preview Image: ghcr.io/labring/fastgpt-pr:62469cbf21b9a274523281d8e4e5ad5ce193b13e

@c121914yu c121914yu force-pushed the v4.9.0-dev branch 2 times, most recently from f1213ac to d05259d Compare March 6, 2025 10:28
@c121914yu c121914yu changed the base branch from v4.9.0-dev to v4.9.1 March 6, 2025 14:34
Copy link

gru-agent bot commented Mar 6, 2025

❌ Rebase test pr failed: Error: Pull request #3912 is not created by gru-agent[bot]

@newfish-cmyk newfish-cmyk marked this pull request as ready for review March 7, 2025 09:34
// 2. Create mongo data
const [{ _id }] = await MongoDatasetData.create(
// 查找链表头节点
const query = MongoDatasetData.distinct('nextId', {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

await MongoDatasetData

@@ -220,11 +242,7 @@ export async function updateData2Dataset({
}
}

// 4. Update mongo updateTime(便于脏数据检查器识别)
mongoData.updateTime = new Date();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里应该不能删掉

const { data: permissionData, loading: isPermissionLoading } = useRequest2(
async () => await getDatasetDataPermission(datasetId),
{
manual: !datasetId || isOutlink,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

user状态

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants