aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/config.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature: Full page archival with monolith. Fixes #132MohamedBassem2024-05-261-0/+2
|
* feature(inference): Upgrade the default vision model to the new ↵MohamedBassem2024-05-161-1/+1
| | | | gpt-4o-2024-05-13 which is faster and 2x cheaper
* feature(crawler): Allow connecting to browser's websocket address and ↵MohamedBassem2024-05-151-0/+4
| | | | launching the browser on demand. This enables support for browserless
* feature(worker): Allow configuring redis with a passwordMohamedBassem2024-05-151-0/+2
|
* feature: Take full page screenshots #143 (#148)kamtschatka2024-05-121-0/+2
| | | | | | Added the fullPage flag to take full screen screenshots updated the UI accordingly to properly show the screenshots instead of scaling it down Co-authored-by: kamtschatka <simon.schatka@gmx.at>
* fix: Allow zod to coerce the crawler timeout from strings. Fixes #134MohamedBassem2024-05-031-2/+2
|
* feature(crawler): Allow increasing crawler concurrency and configure storing ↵MohamedBassem2024-04-261-0/+6
| | | | images and screenshots
* fix: Increase default navigation timeout to 30s, make it configurable and ↵MohamedBassem2024-04-111-0/+2
| | | | add retries to crawling jobs
* feature(inference): Upgrade the default vision model to the new gpt-4-turboMohamedBassem2024-04-091-1/+1
|
* fix(workers): Increase default timeout to 60s, make it configurable and ↵MohamedBassem2024-04-061-0/+2
| | | | improve logging
* feature: Include server version in the admin UI. Fixes #66MohamedBassem2024-04-021-0/+7
|
* feat(workers): Allow configuring the language in which the tags are ↵MohamedBassem2024-04-021-0/+2
| | | | generated. Fixes #68
* chore(workers): Remove unused configuration optionsMohamedBassem2024-03-311-4/+0
|
* feature: Change maximum asset size to be configurable. Fixes #33MohamedBassem2024-03-271-0/+2
|
* feature: Allow specifying a specific redis db to use. Fixes #13MohamedBassem2024-03-271-0/+2
|
* feature: Add support for local models using ollamaMohamedBassem2024-03-271-0/+2
|
* refactor: Validate env variables using zodMohamedBassem2024-03-271-32/+71
|
* fix: Allow setting demo mode creds when demo mode is enabledMohamedBassem2024-03-261-1/+4
|
* docker: Use external chrome docker containerMohamedBassem2024-03-241-0/+1
|
* feature: Add an option to disable new signupsMohamedBassem2024-03-221-15/+5
|
* feature(web): Add support for demo modeMohamedBassem2024-03-191-0/+5
|
* refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem2024-03-191-6/+7
|
* feature: Add full text search supportMohamedBassem2024-03-011-0/+6
|
* feature: Basic support for demo modeMohamedBassem2024-02-201-0/+1
|
* build: Fix docker imagesMohamedBassem2024-02-171-0/+2
|
* fix: Let the crawler wait a bit more for page loadMohamedBassem2024-02-171-0/+3
|
* chore: Consolidate all config vars in one fileMohamedBassem2024-02-141-0/+30