Per Stark
|
c60db0fb56
|
perf: avoid small own clones and intermediate Vec allocations
- Derive Copy on 6 small enums (MessageRole, TaskState, StorageKind, EmbeddingBackend, PdfIngestMode, KnowledgeEntityType)
- Change create_ingestion_payload files param from Vec<FileInfo> to &[FileInfo]
- Remove 5 intermediate Vec allocations (4 embedding serialization + 1 format_history) using write! loop
- Remove 7 unnecessary .clone() calls exposed by Copy derive
|
2026-05-27 10:28:08 +02:00 |
|
Per Stark
|
414d2f5b34
|
chore: additional clippy fixes after rebasing
|
2026-05-27 07:37:18 +02:00 |
|
Per Stark
|
000852c94c
|
clippy: adhere to pedantic clippy, uniform test error handling
|
2026-05-26 20:21:13 +02:00 |
|
Per Stark
|
eb928cdb0e
|
test: minio to devenv, improved testing s3 and relationships
|
2026-02-15 08:52:56 +01:00 |
|
Per Stark
|
fa7f407306
|
feat: s3 storage backend
|
2026-01-16 23:38:47 +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
|
3196e65172
|
fix: improved storage manager, prep for s3
|
2025-11-03 12:39:15 +01:00 |
|
Per Stark
|
1b7c24747a
|
fix: in memory object store handler for testing
|
2025-10-27 17:03:03 +01:00 |
|
Per Stark
|
72578296db
|
feat: reranking with fastembed added
|
2025-10-27 13:05:10 +01:00 |
|
Per Stark
|
5cb15dab45
|
feat: pdf support
|
2025-09-28 20:53:51 +02:00 |
|
Per Stark
|
6ea51095e8
|
design: neobrutalist_theme into main
|
2025-09-17 10:01:20 +02:00 |
|
Per Stark
|
62d909bb7e
|
refactor: merge new storage backend into main
This is in preparation for s3 storage support
|
2025-09-14 12:22:03 +02:00 |
|