Eric Ciarla
|
d984b50400
|
Add llmstxt generator endpoint (#1201)
* Nick:
* Revert "fix(v1/types): fix extract -> json rename (FIR-1072) (#1195)"
This reverts commit 586a10f40d354a038afc2b67809f20a7a829f8cb.
* Update deep-research-service.ts
* Nick:
* init
* part 2
* Update generate-llmstxt-service.ts
* Fix queue
* Update queue-worker.ts
* Almost there
* Final touches
* Update requests.http
* final touches
* Update requests.http
* Improve logging
* Change endpoint to /llmstxt
* Update queue-worker.ts
* Update generate-llmstxt-service.ts
* Nick: cache
* Update index.ts
* Update firecrawl.py
* Update package.json
---------
Co-authored-by: Nicolas <nicolascamara29@gmail.com>
Co-authored-by: Gergő Móricz <mo.geryy@gmail.com>
|
2025-02-19 14:42:33 -03:00 |
|
Nicolas
|
5c47e97db2
|
(feat/deep-research) Alpha implementation of deep research (#1202)
* Nick:
* Revert "fix(v1/types): fix extract -> json rename (FIR-1072) (#1195)"
This reverts commit 586a10f40d354a038afc2b67809f20a7a829f8cb.
* Update deep-research-service.ts
* Nick:
* Nick:
* Nick:
* Nick:
* Nick:
* Nick:
* Update deep-research-service.ts
* Nick:
* Update deep-research-service.ts
* Apply suggestions from code review
---------
Co-authored-by: Gergő Móricz <mo.geryy@gmail.com>
|
2025-02-19 12:44:21 -03:00 |
|
Nicolas
|
7c0b3ad098
|
(feat/conc) Move fully to a concurrency limit system (#1045)
* Nick: conc limits init
* Nick: test suite plans
* fix(email_notification): move expiry check to redis
* fix(email_notification): add db check in case redis resets
* Update rate-limiter.ts
* Update queue-jobs.ts
* Create concurrency-limit.test.ts
* Update concurrency-limit.test.ts
* Create queue-concurrency-integration.test.ts
* Update queue-concurrency-integration.test.ts
---------
Co-authored-by: Móricz Gergő <mo.geryy@gmail.com>
|
2025-01-30 13:47:29 -03:00 |
|
Nicolas
|
498558d358
|
Nick: formatting done
|
2025-01-22 18:47:44 -03:00 |
|
Nicolas
|
04916f17e2
|
Nick: bug fixes + acuc fixes + cache fixes
|
2025-01-21 19:17:06 -03:00 |
|
Nicolas
|
92b8d97be3
|
Nick:
|
2025-01-19 13:09:29 -03:00 |
|
Nicolas
|
f4d10c5031
|
Nick: formatting fixes
|
2025-01-10 18:35:10 -03:00 |
|
Nicolas
|
9fdcfb9314
|
Update index.ts
|
2025-01-07 16:24:46 -03:00 |
|
Nicolas
|
7a31306be5
|
Nick: url normalization + max metadata size
|
2024-12-30 20:04:22 -03:00 |
|
Nicolas
|
bf9d41d0b2
|
Nick: index exploration
|
2024-12-30 19:37:48 -03:00 |
|
Nicolas
|
8a1c404918
|
Nick: revert trailing comma
|
2024-12-11 19:51:08 -03:00 |
|
Nicolas
|
52f2e733e2
|
Nick: fixes
|
2024-12-11 19:48:22 -03:00 |
|
Nicolas
|
00335e2ba9
|
Nick: fixed prettier
|
2024-12-11 19:46:11 -03:00 |
|
Nicolas
|
bd928b1512
|
Nick: changed email from hello to help
|
2024-11-13 20:27:20 -05:00 |
|
Gergő Móricz
|
740a429790
|
feat(api): graceful shutdown for less 502 errors
|
2024-11-12 18:10:24 +01:00 |
|
Gergő Móricz
|
8d467c8ca7
|
WebScraper refactor into scrapeURL (#714)
* feat: use strictNullChecking
* feat: switch logger to Winston
* feat(scrapeURL): first batch
* fix(scrapeURL): error swallow
* fix(scrapeURL): add timeout to EngineResultsTracker
* fix(scrapeURL): report unexpected error to sentry
* chore: remove unused modules
* feat(transfomers/coerce): warn when a format's response is missing
* feat(scrapeURL): feature flag priorities, engine quality sorting, PDF and DOCX support
* (add note)
* feat(scrapeURL): wip readme
* feat(scrapeURL): LLM extract
* feat(scrapeURL): better warnings
* fix(scrapeURL/engines/fire-engine;playwright): fix screenshot
* feat(scrapeURL): add forceEngine internal option
* feat(scrapeURL/engines): scrapingbee
* feat(scrapeURL/transformars): uploadScreenshot
* feat(scrapeURL): more intense tests
* bunch of stuff
* get rid of WebScraper (mostly)
* adapt batch scrape
* add staging deploy workflow
* fix yaml
* fix logger issues
* fix v1 test schema
* feat(scrapeURL/fire-engine/chrome-cdp): remove wait inserts on actions
* scrapeURL: v0 backwards compat
* logger fixes
* feat(scrapeurl): v0 returnOnlyUrls support
* fix(scrapeURL/v0): URL leniency
* fix(batch-scrape): ts non-nullable
* fix(scrapeURL/fire-engine/chromecdp): fix wait action
* fix(logger): remove error debug key
* feat(requests.http): use dotenv expression
* fix(scrapeURL/extractMetadata): extract custom metadata
* fix crawl option conversion
* feat(scrapeURL): Add retry logic to robustFetch
* fix(scrapeURL): crawl stuff
* fix(scrapeURL): LLM extract
* fix(scrapeURL/v0): search fix
* fix(tests/v0): grant larger response size to v0 crawl status
* feat(scrapeURL): basic fetch engine
* feat(scrapeURL): playwright engine
* feat(scrapeURL): add url-specific parameters
* Update readme and examples
* added e2e tests for most parameters. Still a few actions, location and iframes to be done.
* fixed type
* Nick:
* Update scrape.ts
* Update index.ts
* added actions and base64 check
* Nick: skipTls feature flag?
* 403
* todo
* todo
* fixes
* yeet headers from url specific params
* add warning when final engine has feature deficit
* expose engine results tracker for ScrapeEvents implementation
* ingest scrape events
* fixed some tests
* comment
* Update index.test.ts
* fixed rawHtml
* Update index.test.ts
* update comments
* move geolocation to global f-e option, fix removeBase64Images
* Nick:
* trim url-specific params
* Update index.ts
---------
Co-authored-by: Eric Ciarla <ericciarla@yahoo.com>
Co-authored-by: rafaelmmiller <8574157+rafaelmmiller@users.noreply.github.com>
Co-authored-by: Nicolas <nicolascamara29@gmail.com>
|
2024-11-07 20:57:33 +01:00 |
|
Nicolas
|
03287821c2
|
Update index.ts
|
2024-10-12 19:49:37 -03:00 |
|
Nicolas
|
d3856371c9
|
Update index.ts
|
2024-10-12 19:36:49 -03:00 |
|
Nicolas
|
52ec43aac3
|
Update index.ts
|
2024-10-09 19:42:25 -03:00 |
|
Nicolas
|
5ff6c64d77
|
Update index.ts
|
2024-10-09 19:30:14 -03:00 |
|
Gergő Móricz
|
17d0ed061e
|
push
|
2024-10-09 23:13:26 +02:00 |
|
Gergő Móricz
|
26771e2e71
|
debug(zod): log unsupported protocol errors
|
2024-10-01 22:13:28 +02:00 |
|
Nicolas
|
ca9a781eb7
|
Update index.ts
|
2024-09-09 12:27:55 -03:00 |
|
Nicolas
|
22a5e85899
|
Update index.ts
|
2024-09-09 12:26:55 -03:00 |
|
Gergő Móricz
|
26d87bd099
|
fix(api): handle zoderrors earlier
|
2024-08-30 17:33:42 +02:00 |
|
Nicolas
|
d872bf0c4c
|
Merge branch 'main' into v1-webscraper
|
2024-08-28 12:42:23 -03:00 |
|
Nicolas
|
1e08e6d317
|
Merge branch 'main' into nsc/job-priority
|
2024-08-27 15:01:58 -03:00 |
|
Gergő Móricz
|
eea530e0ad
|
feat(v1): update for sentry
|
2024-08-23 17:29:42 +02:00 |
|
Gergő Móricz
|
e7f267b6fe
|
Merge branch 'main' into v1-webscraper
|
2024-08-23 17:21:54 +02:00 |
|
Gergő Móricz
|
5ca36fe9fc
|
feat(api): add more captureExceptions
|
2024-08-22 15:49:16 +02:00 |
|
Nicolas
|
53ca704620
|
Update index.ts
|
2024-08-21 22:55:39 -03:00 |
|
Nicolas
|
c7bfe4ffe8
|
Nick:
|
2024-08-21 22:20:40 -03:00 |
|
Nicolas
|
0ea0a5db46
|
Nick: wip
|
2024-08-21 20:54:39 -03:00 |
|
Gergő Móricz
|
86942728e3
|
Add metadata for queue-worker and Express
|
2024-08-21 17:58:27 +02:00 |
|
Nicolas
|
35decb1af2
|
Nick:
|
2024-08-21 12:35:03 -03:00 |
|
Gergő Móricz
|
eb84673b06
|
feat: crawl status websocket WIP
|
2024-08-17 01:04:14 +02:00 |
|
Gergő Móricz
|
e2a6ef26d3
|
mount v1Router under v1 path
|
2024-08-16 23:48:50 +02:00 |
|
Nicolas
|
e2472b9b0d
|
Merge remote-tracking branch 'origin/v1/mockup-controllers' into v1-webscraper
|
2024-08-13 16:34:57 -04:00 |
|
Gergo Moricz
|
d7549d4dc5
|
feat: remove webScraperQueue
|
2024-08-13 21:03:24 +02:00 |
|
Gergő Móricz
|
4a2c37dcf5
|
Merge branch 'main' into feat/queue-scrapes
|
2024-08-13 20:53:49 +02:00 |
|
Nicolas
|
74a5125185
|
Nick: removed redlock
|
2024-08-12 15:07:30 -04:00 |
|
rafaelsideguide
|
6cdf4c68ec
|
wip: map, crawl, scrape mockups
|
2024-08-06 15:24:45 -03:00 |
|
Nicolas
|
f43d5e7895
|
Nick: scrape queue
|
2024-07-30 14:44:13 -04:00 |
|
Nicolas
|
7e002a8b06
|
Nick: bull mq
|
2024-07-30 13:27:23 -04:00 |
|
Nicolas
|
04942bb9de
|
Nick:
|
2024-07-29 18:31:43 -04:00 |
|
Nicolas
|
10e80f00cf
|
Merge branch 'main' into nsc/admin-router
|
2024-07-25 16:46:38 -04:00 |
|
Nicolas
|
e5b797549e
|
Merge branch 'main' into feat/scrape-monitoring
|
2024-07-25 16:21:02 -04:00 |
|
Nicolas
|
2014d9dd2e
|
Nick: admin router
|
2024-07-25 14:54:20 -04:00 |
|
rafaelsideguide
|
309728a482
|
updated logs
|
2024-07-25 09:48:06 -03:00 |
|
Gergo Moricz
|
60c74357df
|
feat(ScrapeEvents): log queue events
|
2024-07-24 18:44:14 +02:00 |
|