Yiorgis Gozadinos
|
e3314e36fd
|
search: only attach picture bytes from pre-expansion chunks
|
2026-05-19 15:03:22 +03:00 |
|
Yiorgis Gozadinos
|
e8c61ad0c6
|
items.jsonl exposes chunk_ids per row; drops position and tree_depth
|
2026-05-19 14:20:11 +03:00 |
|
Yiorgis Gozadinos
|
6f95e2bc27
|
Delete the standalone QA and analysis agents
|
2026-05-19 11:39:20 +03:00 |
|
Yiorgis Gozadinos
|
947a26b391
|
client.analyze routes through the rag-analysis skill; drop documents= and AnalysisResult.program. Re-record all cassettes that are relevant
|
2026-05-19 10:46:32 +03:00 |
|
Yiorgis Gozadinos
|
d96d2eeb0f
|
client.ask routes through the rag skill; always show citations in CLI
|
2026-05-19 10:19:39 +03:00 |
|
Yiorgis Gozadinos
|
57d077e2c3
|
cite raises ModelRetry on unresolved chunk_ids
|
2026-05-18 16:49:44 +03:00 |
|
Yiorgis Gozadinos
|
84e91097a8
|
Stop hitting the embedder in test_sandbox_toc fixtures
|
2026-05-18 16:49:44 +03:00 |
|
Yiorgis Gozadinos
|
3b6bef3bfb
|
Rename get_captions_for_chunk() to get_text_for_refs()
|
2026-05-18 16:49:44 +03:00 |
|
Yiorgis Gozadinos
|
74dea65f21
|
analysis.model inherits qa.model when unset; per-skill vision gate
|
2026-05-18 16:49:43 +03:00 |
|
Yiorgis Gozadinos
|
514b0c51f8
|
surface figure captions in search results, lower search.limit to 5
|
2026-05-18 16:49:43 +03:00 |
|
Yiorgis Gozadinos
|
e51841b924
|
Drop list_documents from analysis skill
|
2026-05-18 16:49:43 +03:00 |
|
Yiorgis Gozadinos
|
f13461cdca
|
route figures through cite, drop show_image
|
2026-05-18 16:48:34 +03:00 |
|
Yiorgis Gozadinos
|
387c4f12a9
|
multimodal sandbox: show_image + picture_refs, drop llm
|
2026-05-18 16:48:34 +03:00 |
|
Yiorgis Gozadinos
|
2831030f9b
|
expose toc.json + heading_level/tree_depth in analysis VFS
|
2026-05-18 16:48:34 +03:00 |
|
Yiorgis Gozadinos
|
1360303edf
|
persist docling heading hierarchy on document_items
|
2026-05-18 16:48:34 +03:00 |
|
Yiorgis Gozadinos
|
5de4d50622
|
coverage
|
2026-05-14 15:54:43 +03:00 |
|
Yiorgis Gozadinos
|
57f273e000
|
Minor fixes, CI should build
|
2026-05-14 15:43:36 +03:00 |
|
Yiorgis Gozadinos
|
519afe6709
|
Add cross-encoder reranking provider
|
2026-05-14 15:43:35 +03:00 |
|
Yiorgis Gozadinos
|
dbb87e091f
|
Ensure schema parity for _StagingChunkRecord
|
2026-05-14 15:11:18 +03:00 |
|
Yiorgis Gozadinos
|
849eca94d0
|
Make rebuild --embed-only idempotent across crashes
|
2026-05-14 15:02:12 +03:00 |
|
Yiorgis Gozadinos
|
a035b0f9e4
|
Stream rebuild --embed-only through a staging table to bound memory
|
2026-05-14 15:02:12 +03:00 |
|
Yiorgis Gozadinos
|
704bea6f4a
|
Stabilize test_client_search ranking assertion
|
2026-05-14 14:37:27 +03:00 |
|
Yiorgis Gozadinos
|
a98ddc14b8
|
Replace picture_description.enabled with processing.pictures enum
|
2026-05-13 16:22:44 +03:00 |
|
Yiorgis Gozadinos
|
bdab201c42
|
Merge pull request #371 from ggozad/fix/image-results
Verify picture bytes before attaching to multimodal tool returns
|
2026-05-13 16:19:09 +03:00 |
|
Yiorgis Gozadinos
|
a6e5664c78
|
Verify picture bytes before attaching to multimodal tool returns
|
2026-05-13 16:01:39 +03:00 |
|
Yiorgis Gozadinos
|
072edad62f
|
Merge pull request #368 from ggozad/feat/relax-compat-check
Relax embedding compatibility check to vector_dim only
|
2026-05-13 15:43:37 +03:00 |
|
Yiorgis Gozadinos
|
701e9d3632
|
Relax embedding compat check to vector_dim only
|
2026-05-13 14:44:18 +03:00 |
|
Yiorgis Gozadinos
|
8b135c4d4d
|
Expose embedding batch size as config
|
2026-05-13 14:09:47 +03:00 |
|
Yiorgis Gozadinos
|
c6cd847299
|
Add ModelConfig.extra_body for raw provider pass-through
|
2026-05-13 13:45:09 +03:00 |
|
Yiorgis Gozadinos
|
0f4c4af495
|
Cache the chunking tokenizer to avoid HF Hub 429
|
2026-05-13 13:32:24 +03:00 |
|
Yiorgis Gozadinos
|
df21286cc9
|
add tests for mixed <img> sources and IMAGE-format wiring
|
2026-05-12 15:37:50 +03:00 |
|
Yiorgis Gozadinos
|
afd4665517
|
Thread source_uri through URL ingest
|
2026-05-12 15:13:02 +03:00 |
|
Yiorgis Gozadinos
|
a25d9699ee
|
Wire per-format options across docling-local
|
2026-05-12 15:02:59 +03:00 |
|
Yiorgis Gozadinos
|
9f8c9fe3b1
|
cover s3 uri override, unsupported extension, watcher error path
|
2026-05-11 11:29:56 +03:00 |
|
Yiorgis Gozadinos
|
6631e339ee
|
record VCR cassettes for s3 source tests
|
2026-05-11 11:29:56 +03:00 |
|
Yiorgis Gozadinos
|
ef82e6eb08
|
swap aioboto3 for obstore in the S3 client path
|
2026-05-11 11:29:42 +03:00 |
|
Yiorgis Gozadinos
|
f87d894b01
|
add SeaweedFS integration tests for S3Watcher
|
2026-05-11 11:28:40 +03:00 |
|
Yiorgis Gozadinos
|
37099988a6
|
poll S3 prefixes with S3Watcher and wire into serve
|
2026-05-11 11:28:40 +03:00 |
|
Yiorgis Gozadinos
|
d009da06d6
|
support s3:// document sources
|
2026-05-11 11:28:31 +03:00 |
|
Yiorgis Gozadinos
|
6af463699d
|
record VCR cassette for vllm embedder end-to-end test
|
2026-05-06 20:01:22 +03:00 |
|
Yiorgis Gozadinos
|
e55e3d13c8
|
fix _patch_picture_descriptions silently dropping docling_pages
|
2026-05-06 12:57:41 +03:00 |
|
Yiorgis Gozadinos
|
75f75ec505
|
render attached pictures in inspector context modal under qa.model.vision
|
2026-05-06 12:00:12 +03:00 |
|
Yiorgis Gozadinos
|
7fac35d2af
|
rename embed_image_query to embed_image; run description check on text path
|
2026-05-05 16:15:47 +03:00 |
|
Yiorgis Gozadinos
|
1ccb5b5fad
|
auto-append /v1 to vllm base_url, matching ollama behavior
|
2026-05-05 16:08:14 +03:00 |
|
Yiorgis Gozadinos
|
4478b7ce2b
|
test v0.45.0 migration
|
2026-05-05 16:06:14 +03:00 |
|
Yiorgis Gozadinos
|
c96894a0f0
|
fix cross-document picture dedup in agent and skill search tools
|
2026-05-05 15:56:10 +03:00 |
|
Yiorgis Gozadinos
|
61a88edfd8
|
drop bogus deprecation warning for processing.pictures
|
2026-05-05 14:46:41 +03:00 |
|
Yiorgis Gozadinos
|
08696773fe
|
Fix vcr test
|
2026-05-05 14:38:03 +03:00 |
|
Yiorgis Gozadinos
|
49274ab51b
|
attach picture bytes through skill search and document the schema
|
2026-05-05 14:33:57 +03:00 |
|
Yiorgis Gozadinos
|
46b81f3fa1
|
cover picture-description provider and rebuild edge cases
|
2026-05-05 14:20:37 +03:00 |
|