This commit is contained in:
yanlong.wang 2025-02-20 17:50:12 +08:00
parent ef2f87cd7d
commit 9dbecbbc9f
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37

View File

@ -11,7 +11,7 @@ import _ from 'lodash';
import { Request, Response } from 'express';
import { JinaEmbeddingsAuthDTO } from '../shared/dto/jina-embeddings-auth';
import { CrawlerHost, ExtraScrappingOptions } from './crawler';
import { SearchResult, SerperSearchResult } from '../db/searched';
import { SerperSearchResult } from '../db/searched';
import { CrawlerOptions } from '../dto/scrapping-options';
import { SnapshotFormatter, FormattedPage } from '../services/snapshot-formatter';
import { GoogleSearchExplicitOperatorsDto, SerperSearchService } from '../services/serper-search';