Spaces:
Build error
Build error
fix
Browse files
backend/functions/src/cloud-functions/sercher-serper.ts
CHANGED
|
@@ -11,7 +11,7 @@ import _ from 'lodash';
|
|
| 11 |
import { Request, Response } from 'express';
|
| 12 |
import { JinaEmbeddingsAuthDTO } from '../shared/dto/jina-embeddings-auth';
|
| 13 |
import { CrawlerHost, ExtraScrappingOptions } from './crawler';
|
| 14 |
-
import {
|
| 15 |
import { CrawlerOptions } from '../dto/scrapping-options';
|
| 16 |
import { SnapshotFormatter, FormattedPage } from '../services/snapshot-formatter';
|
| 17 |
import { GoogleSearchExplicitOperatorsDto, SerperSearchService } from '../services/serper-search';
|
|
|
|
| 11 |
import { Request, Response } from 'express';
|
| 12 |
import { JinaEmbeddingsAuthDTO } from '../shared/dto/jina-embeddings-auth';
|
| 13 |
import { CrawlerHost, ExtraScrappingOptions } from './crawler';
|
| 14 |
+
import { SerperSearchResult } from '../db/searched';
|
| 15 |
import { CrawlerOptions } from '../dto/scrapping-options';
|
| 16 |
import { SnapshotFormatter, FormattedPage } from '../services/snapshot-formatter';
|
| 17 |
import { GoogleSearchExplicitOperatorsDto, SerperSearchService } from '../services/serper-search';
|