mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +00:00
feat: dynamic website crawler (#2609)
* feat: cheerio returns cherrio.load for pro version website sync * chore: rename
This commit is contained in:
@@ -101,3 +101,5 @@ export const urlsFetch = async ({
|
||||
|
||||
return response;
|
||||
};
|
||||
|
||||
export const loadContentByCheerio = async (content: string) => cheerio.load(content);
|
||||
|
Reference in New Issue
Block a user