mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
v4.6.6-search test adapt diff search mode (#685)
This commit is contained in:
@@ -86,6 +86,8 @@ export const getSameRawTextCollection = async ({
|
||||
datasetId: string;
|
||||
hashRawText?: string;
|
||||
}) => {
|
||||
if (!hashRawText) return undefined;
|
||||
|
||||
const collection = await MongoDatasetCollection.findOne({
|
||||
datasetId,
|
||||
hashRawText
|
||||
|
Reference in New Issue
Block a user