Commit Graph

26 Commits

Author SHA1 Message Date
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
f1548d18db chore: fixed schema typo, error naming, updated compose example 2025-06-26 16:12:43 +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
a363c6cc05 feat: support for other providers of ai models 2025-06-06 23:16:41 +02:00
Per Stark
d2772bd09c feat: port selection 2025-05-30 07:44:26 +02:00
Per Stark
aba3c37fc8 fix: vector search formatting, surrealdb bug 2025-05-16 23:42:03 +02:00
Per Stark
b93e7b5299 feat: full text search 2025-05-15 14:40:00 +02:00
Per Stark
d504903db3 feat: ingestion task streaming feedback 2025-05-13 21:45:57 +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
6ad625befc chore: corrected error type and clippy satisfaction 2025-05-05 09:27:26 +02:00
Per Stark
c2fbdecce0 feat: database migrations 2025-05-04 21:16:09 +02:00
Per Stark
9fceadb41f fix: corrected system settings for tests 2025-05-03 21:17:05 +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
ce006f6ecc refactor: separation of json-stream-parser to own crate 2025-04-22 16:44:37 +02:00
Per Stark
6e4aa12fb2 fix: sorting of conv lists, streaming responses 2025-04-16 16:23:08 +02:00
Per Stark
5af217170c feat: chat conversation list titles, sorting, etc 2025-04-15 16:34:44 +02:00
Per Stark
a0b80a911e feat: category filtering knowledge and content 2025-04-15 11:20:55 +02:00
Per Stark
3d420582dc tests: testing all db interactions and types 2025-04-14 17:24:04 +02:00
Per Stark
233df1b79a fix: own implementation of stream parser 2025-04-10 08:23:55 +02:00
Per Stark
435547de66 fix: working stream parser 2025-04-10 08:06:30 +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