Commit Graph

71 Commits

Author SHA1 Message Date
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
Eric Ciarla
ed5a0d3cf2 Update readme and examples
Some checks failed
Deploy Images to GHCR / push-app-image (push) Has been cancelled
2024-11-05 18:06:40 -05:00
Eric Ciarla
71e512b80f predicted-outputs 2024-11-05 16:16:24 -05:00
Eric Ciarla
a5c9823495 haiku example 2024-11-04 14:58:05 -05:00
Eric Ciarla
983f344fa8 Create claude_stock_analyzer.py 2024-10-29 15:38:57 -04:00
Nicolas
ea0f458b9f
Merge pull request #739 from s-smits/main
Bump to gemini-1.5-pro-002 website_qa_with_gemini_caching.ipynb and add flash example
2024-10-28 15:49:04 -03:00
Eric Ciarla
e3e8375c7d Add AgentOps Monitoring 2024-10-28 11:13:33 -04:00
Eric Ciarla
9a4ccd0801 Claude Web Crawler with Batch Scrape
Some checks are pending
Deploy Images to GHCR / push-app-image (push) Waiting to run
2024-10-24 14:40:53 -04:00
Nicolas
76c0073829 Nick: grok 2 example
Some checks failed
Deploy Images to GHCR / push-app-image (push) Has been cancelled
2024-10-21 16:27:15 -03:00
Eric Ciarla
22d375ad29 Updates 2024-10-21 12:01:09 -04:00
Rishi Raj Jain
cf98d69bbb
Update requirements.txt 2024-10-20 18:09:38 +05:30
Rishi Raj Jain
d113199a29
Update app.py 2024-10-20 18:08:38 +05:30
Rishi Raj Jain
8a4ee4482d
Create output_01f6efd5-1297-4745-94b5-5972c10f17d6.json 2024-10-19 03:54:14 +05:30
Rishi Raj Jain
42ec08c76e
Update websites.csv 2024-10-19 03:53:41 +05:30
Rishi Raj Jain
7d8519218a
Update app.py 2024-10-19 02:27:39 +05:30
Rishi Raj Jain
2022db7f0a
Update websites.csv 2024-10-19 02:27:25 +05:30
Rishi Raj Jain
f5af938ea2
Update requirements.txt 2024-10-19 02:27:17 +05:30
Rishi Raj Jain
ba3ee8ead6
Create .env.example 2024-10-19 00:52:47 +05:30
Rishi Raj Jain
adfc493c9b
Create websites.csv 2024-10-19 00:52:26 +05:30
Rishi Raj Jain
11fd630e55
Create requirements.txt 2024-10-19 00:52:14 +05:30
Rishi Raj Jain
10381b5d3c
Create app.py 2024-10-19 00:51:18 +05:30
Rishi Raj Jain
7d8df7d53b
Update requirements.txt 2024-10-18 02:11:15 +05:30
Rishi Raj Jain
a110fdeb85
Update requirements.txt 2024-10-18 02:10:39 +05:30
Eric Ciarla
dff71a8179 Delete README.md 2024-10-17 15:48:36 -04:00
Eric Ciarla
5f69358ce8 Swarm Extractor Example 2024-10-17 15:47:28 -04:00
Nicolas
2eff7c29bb Nick: refactor openai swarm example 2024-10-12 16:12:12 -03:00
Nicolas
c2d79e1842 Create .env.example 2024-10-12 16:00:37 -03:00
Nicolas
3315648a0f Nick: open ai swarm and firecrawl 2024-10-12 16:00:14 -03:00
Eric Ciarla
454296f088 crm_lead_enrichment example 2024-10-09 17:29:39 -04:00
Eric Ciarla
154216e2c8 Update examples 2024-10-09 13:41:23 -04:00
Stijn Smits
460f5581fe
Add files via upload 2024-10-07 12:17:47 +02:00
Stijn Smits
1c02187054
Update website_qa_with_gemini_caching.ipynb 2024-10-06 13:25:23 +02:00
Nicolas
e473a2359a Create README.md
Some checks failed
Deploy Images to GHCR / push-app-image (push) Has been cancelled
Fly Deploy / Pre-deploy checks (push) Has been cancelled
Fly Deploy / Deploy app (push) Has been cancelled
2024-10-04 16:53:40 -03:00
Eric Ciarla
20b998e66a Delete o1_job_recommender.ipynb 2024-09-26 14:51:07 -04:00
Eric Ciarla
5c4d436f1e Create o1_job_recommender.py 2024-09-26 14:46:48 -04:00
Eric Ciarla
51bc2f25fe remove actions crawler 2024-09-26 11:44:55 -04:00
Eric Ciarla
289af6f89e example 2024-09-25 21:10:09 -04:00
Eric Ciarla
abdc08edea
Merge pull request #679 from h4r5h4/fix/folder-name
Some checks are pending
Fly Deploy / Pre-deploy checks (push) Waiting to run
Fly Deploy / Deploy app (push) Blocked by required conditions
remove space in the examples/o1_web_crawler folder name
2024-09-25 10:40:09 -04:00
Nicolas
74565a9da3
Merge pull request #639 from yekkhan/main
Some checks are pending
Fly Deploy / Pre-deploy checks (push) Waiting to run
Fly Deploy / Deploy app (push) Blocked by required conditions
feat: kubernetes example optimization
2024-09-19 18:59:42 -04:00
Harsha
d76cb6a6d2
fix space in the folder name 2024-09-17 12:56:05 -05:00
Eric Ciarla
2619522fe7
Merge branch 'main' into o1-crawler 2024-09-16 16:06:15 -04:00
Eric Ciarla
e58144798f Update o1_web_crawler.py 2024-09-16 16:04:32 -04:00
Eric Ciarla
8c05aed6e9 Finishing o1 crawler example 2024-09-16 11:30:25 -04:00
Eric Ciarla
3900603a28 Almost done 2024-09-16 11:18:57 -04:00
Eric Ciarla
2ee7d1d0e4 init 2024-09-13 15:08:23 -04:00
y5n
4278fae51e
Update README.md 2024-09-09 10:55:31 +08:00
y5n
1ea9131e63 feat: Update redis deployment to run redis with password if REDIS_PASSWORD is configured 2024-09-07 16:00:32 +08:00
Eric Ciarla
e89e6d89a8
Merge pull request #637 from mendableai/ETL-unicorn-example-app
Add Docs to API Spec Example
2024-09-06 15:28:41 -04:00
Eric Ciarla
2d245a35f2 Delete combined_api_spec.json 2024-09-06 15:27:58 -04:00
Eric Ciarla
2044e71fcf Docs to API Spec 2024-09-06 15:26:33 -04:00