Per Stark
9609880cff
fix: revoke_api_key sets NONE, remove unused bind, lowercase error msgs
...
- fix bug where revoke_api_key set literal 'test_string_nullish' instead of NONE
- remove unused table_name bind in update_timezone
- lowercase ~16 error messages across 4 crates
2026-05-27 13:56:32 +02:00
Per Stark
31d585b59f
chore: removed anyhow from apperror for improved error handling
2026-05-27 13:33:02 +02:00
Per Stark
6c7b586fc5
perf: offload blocking calls to spawn_blocking
...
- Move headless_chrome PDF rasterization from async context to
spawn_blocking, keeping tokio worker threads responsive.
- Switch RerankerPool from tokio::sync::Mutex to std::sync::Mutex
and run TextRerank::rerank inside spawn_blocking, since the
rerank call is CPU-bound with no .await points.
2026-05-26 20:21:25 +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
1490852a09
chore: dep updates & kv-mem separation to test feature
...
docker builder update
2026-02-15 08:51:48 +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
a5bc72aedf
passed wide smoke check
2025-12-10 13:54:08 +01:00
Per Stark
a090a8c76e
retrieval simplfied
2025-12-09 20:35:42 +01:00
Per Stark
d3fa3be3e5
retrieval: hybrid search, linear fusion
2025-12-04 12:48:59 +01:00
Per Stark
dd881efbf9
benchmarks: ready for hybrid revised
2025-12-03 11:38:07 +01:00
Per Stark
1039ec32a4
fix: all tests now in sync
2025-11-29 18:59:08 +01:00
Per Stark
030f0fc17d
evals: v3, ebeddings at the side
...
additional indexes
2025-11-26 15:15:10 +01:00
Per Stark
226b2db43a
retrieval-pipeline: v1
2025-11-19 12:58:27 +01:00
Per Stark
f535df7e61
retrieval-pipeline: v0
2025-11-18 22:46:35 +01:00
Per Stark
0eda65b07e
benchmarks: v1
...
Benchmarking ingestion, retrieval precision and performance
2025-11-18 11:50:15 +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
07b3e1a0e8
refactor: implemented state machine for ingestion pipeline, improved performance
...
changelog
additional moving around
moved files around a bit
2025-10-20 13:08:00 +02:00
Per Stark
83d39afad4
refactor: implemented state machines for retrieval pipeline, improved tracing
2025-10-19 09:18:17 +02:00
Per Stark
3c97d8ead5
chore: clippy ingestion-pipeline
2025-10-16 20:36:39 +02:00
Per Stark
44e5d8a2fc
chore: clippy fixes
2025-10-16 20:29:15 +02:00
Per Stark
35ff4e1464
feat: manual entity creation
...
chore: clippy
2025-10-15 21:50:52 +02:00
Per Stark
dc40cf7663
feat: hybrid search
2025-10-14 20:38:43 +02:00
Per Stark
41fc7bb99c
feat: state machine for tasks, multiple workers
2025-10-12 22:21:20 +02:00
Per Stark
022f4d8575
fix: compliant with gpt-5 models
2025-10-01 10:17:31 +02:00
Per Stark
b0ed69330d
fix: improved concurrency
2025-09-28 22:08:08 +02:00
Per Stark
5cb15dab45
feat: pdf support
2025-09-28 20:53:51 +02:00
Per Stark
c2839f8db3
fix: somewhat improved concurrency
...
limiting edge creation to sequential due to surrealdb
2025-09-21 11:57:39 +02:00
Per Stark
6ea51095e8
design: neobrutalist_theme into main
2025-09-17 10:01:20 +02:00
Per Stark
69954cf78e
chore: clippy helps out
2025-09-06 21:00:39 +02:00
Per Stark
33300d3193
feat: handles submitted audio
2025-07-29 18:39:26 +02:00
Per Stark
ec16f2100c
fix: remove remnant job table, normalize taskstatus enum
2025-06-27 23:18:16 +02:00
Per Stark
43263fa77e
feat: completed image ingestion with system settings
...
styling
2025-06-27 21:48:29 +02:00
Per Stark
9a23c1ea1b
feat: image ingestion
2025-06-17 08:26:15 +02:00
Per Stark
a363c6cc05
feat: support for other providers of ai models
2025-06-06 23:16:41 +02:00
Per Stark
811aaec554
fix: graphmapper gracefully failing
2025-06-06 23:15:09 +02:00
Per Stark
5baab2f2a1
chore: centralized dependencies and cargo deny
...
chore: cargo licensing
2025-05-20 14:03:59 +02:00
Per Stark
bc7891a3e7
release: 0.1.1
...
fix: docker build dep
2025-05-13 22:23:49 +02:00
Per Stark
850878d5c3
feat: customizable data storage path
2025-05-09 23:28:36 +02:00
Per Stark
6ed49f7155
refactor: renamed instructions to context
2025-05-09 16:00:52 +02:00
Per Stark
322d1ec318
feat: docker & docker-compose example
2025-05-05 13:44:57 +02:00
Per Stark
02198dc21a
feat: readability parsing, screenshot of page, file serving
2025-04-30 08:06:18 +02:00
Per Stark
776a454a88
updated dependencies application wide
2025-04-24 13:50:20 +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