Per Stark
e3bb2935d0
chore: harden common storage bootstrap and slim embedded db assets
...
Unify embedding config, build providers from system settings, and fail
startup when index builds error or time out. Move Surreal assets under
common/db so embeds exclude crate source, and read storage via streams.
2026-05-29 14:44:23 +02:00
Per Stark
a52dc802de
refactor: simplify and improve testing for initialization
2026-05-26 20:21:24 +02:00
Per Stark
000852c94c
clippy: adhere to pedantic clippy, uniform test error handling
2026-05-26 20:21:13 +02:00
Per Stark
b965c5a2e6
refactor: replace Box<dyn Error> with anyhow::Result
...
- ingestion_pipeline::run_worker_loop returns anyhow::Result<()>
- api_router::ApiState::new returns anyhow::Result<Self>
- html_router::HtmlState::new_with_resources is infallible, returns Self
- main/server/worker binary entry points return anyhow::Result<()>
2026-05-26 20:14:11 +02:00
Per Stark
354dc727c1
refactor: extendable templates
...
refactor: simplification
refactor: simplification
2026-01-13 22:18:00 +01:00
Per Stark
17f252e630
release: 1.0.0
...
fix: cargo dist
2026-01-11 20:35:01 +01:00
Per Stark
79ea007b0a
tidying stuff up, dto for search
2025-12-20 22:30:31 +01:00
Per Stark
f535df7e61
retrieval-pipeline: v0
2025-11-18 22:46:35 +01:00
Per Stark
3196e65172
fix: improved storage manager, prep for s3
2025-11-03 12:39:15 +01:00
Per Stark
72578296db
feat: reranking with fastembed added
2025-10-27 13:05:10 +01:00
Per Stark
a0632c9768
fix: write to stderr for journalctl compatability
2025-08-22 13:41:30 +02:00
Per Stark
37584ed9fd
Merge branch 'custom_llm_base'
...
fix: updated readme and corrected server and worker to updates
added migration
fix: openai url typo & displaying models
chore: tidying up
2025-06-08 08:28:14 +02:00
Per Stark
d2772bd09c
feat: port selection
2025-05-30 07:44:26 +02:00
Per Stark
850878d5c3
feat: customizable data storage path
2025-05-09 23:28:36 +02:00
Per Stark
c2fbdecce0
feat: database migrations
2025-05-04 21:16:09 +02:00
Per Stark
776a454a88
updated dependencies application wide
2025-04-24 13:50:20 +02:00
Per Stark
233df1b79a
fix: own implementation of stream parser
2025-04-10 08:23:55 +02:00
Per Stark
804461ac01
feat: improved configuration
...
configuration now works with both env variables and config file
2025-04-09 11:32:23 +02:00
Per Stark
5bc48fb30b
refactor: better separation of dependencies to crates
...
node stuff to html crate only
2025-04-04 12:50:38 +02:00