Yiorgis Gozadinos
75a21c82c2
Search results and citations carry document metadata
2026-07-23 10:23:48 +03:00
Yiorgis Gozadinos
4f0fb7322e
vb
2026-07-22 13:27:35 +03:00
Yiorgis Gozadinos
82693f7974
Merge pull request #508 from ggozad/fix/cite-partial-feedback
...
cite reports unresolvable chunk ids on partial success
2026-07-22 13:12:01 +03:00
Yiorgis Gozadinos
8bf569ef89
cite reports unresolvable chunk ids on partial success
2026-07-22 11:56:56 +03:00
Yiorgis Gozadinos
7e4fecc13e
Merge pull request #507 from ggozad/fix/read-only
...
Skip embedding validation on document deletion
2026-07-22 11:56:03 +03:00
Yiorgis Gozadinos
3034280c78
Skip embedding validation on document deletion
2026-07-22 10:48:00 +03:00
Yiorgis Gozadinos
cb3e30b66a
Merge pull request #500 from ggozad/feat/hotpotqa
...
Restore hotpotqa evaluation dataset
2026-07-19 12:14:52 +03:00
Yiorgis Gozadinos
3dd234ecfc
Add reranked hotpotqa benchmark results.
2026-07-19 12:08:16 +03:00
Yiorgis Gozadinos
11303aa714
Document hotpotqa benchmark results and finalize the reference config
2026-07-17 16:28:16 +03:00
Yiorgis Gozadinos
0e8fa551f3
Restore hotpotqa evaluation dataset
2026-07-17 16:25:27 +03:00
Yiorgis Gozadinos
b5c0ea630c
vb
2026-07-16 13:50:40 +03:00
Yiorgis Gozadinos
aa7a4ff91a
Merge pull request #505 from ggozad/feat/version-tags-branches
...
Database tags with restore; remove --before time travel
2026-07-16 13:42:14 +03:00
Yiorgis Gozadinos
1ed424b50d
Serialize metadata-only document updates with the write lock
2026-07-16 13:11:35 +03:00
Yiorgis Gozadinos
f02cde5ddf
Fix same-tick cancellation losing recovery results in _wait_protected
2026-07-16 13:11:35 +03:00
Yiorgis Gozadinos
dd2817ff6d
Protect tag-creation cleanup from cancellation
2026-07-16 13:11:35 +03:00
Yiorgis Gozadinos
1f88944ada
Protect restore rollback from cancellation; report delete_tag listing failures
2026-07-16 13:11:34 +03:00
Yiorgis Gozadinos
ce1b9ac88e
Harden history against tag annotation failures; document tag restore
2026-07-16 13:11:34 +03:00
Yiorgis Gozadinos
5453c00c95
Test restore and migration separation
2026-07-16 13:11:34 +03:00
Yiorgis Gozadinos
4522fbdf1b
Add tag restore CLI
2026-07-16 13:11:34 +03:00
Yiorgis Gozadinos
f41ec379df
Add Store.restore_tag
2026-07-16 13:11:34 +03:00
Yiorgis Gozadinos
a1f3435df3
Vacuum suppresses OSError only
2026-07-16 13:11:34 +03:00
Yiorgis Gozadinos
f997d7adc9
Consolidate tag primitives
2026-07-16 13:11:34 +03:00
Yiorgis Gozadinos
0e271eaf4b
Remove --before/--at time travel
2026-07-16 13:11:33 +03:00
Yiorgis Gozadinos
0813a1c980
Add tag CLI commands and history tag annotations
2026-07-16 13:11:27 +03:00
Yiorgis Gozadinos
0cbde6b7a2
Serialize tag operations, vacuum, and metadata refresh with writes
2026-07-16 12:32:57 +03:00
Yiorgis Gozadinos
69319c9390
Grow vacuum retention to protect tagged versions
2026-07-16 12:32:57 +03:00
Yiorgis Gozadinos
ae603d9b4d
Add database-level tag primitives to Store
2026-07-16 12:32:56 +03:00
Yiorgis Gozadinos
aa620aeb60
Bump lancedb to 0.34.0
2026-07-16 12:32:56 +03:00
Yiorgis Gozadinos
472eb089fe
Merge pull request #502 from ggozad/chore/remote-logfire-mcp-skills
...
Update debug skills for the remote Logfire MCP tool names
2026-07-15 19:41:46 +03:00
Yiorgis Gozadinos
ee38b3db42
Merge pull request #501 from ggozad/fix/docling-text-format-sniffing
...
Prevent magic-byte sniffing from misrouting text conversion in docling-local
2026-07-15 19:41:21 +03:00
Yiorgis Gozadinos
5d5eee54bf
Update debug skills for the remote Logfire MCP tool names
2026-07-15 19:24:56 +03:00
Yiorgis Gozadinos
d2f5ecfc58
Prevent magic-byte sniffing from misrouting text conversion in docling-local
...
Docling guesses a DocumentStream's format from its first bytes before
considering the extension, so markdown/HTML content starting with a binary
magic signature ("BM" = BMP, "ID3" = MP3) was routed to an image or audio
backend and fell back to plain-text conversion. Prefix the encoded text
with a newline so the sniff finds nothing and the extension decides.
2026-07-15 19:20:54 +03:00
Yiorgis Gozadinos
5dd310a9b7
vb
2026-07-14 16:06:50 +03:00
Yiorgis Gozadinos
c1ec13f081
Lower search.max_context_chars default to 5000
2026-07-14 11:58:42 +03:00
Yiorgis Gozadinos
b9434045b9
Merge pull request #498 from ggozad/fix/remove-obsolete-mxbai
...
Remove the mxbai reranking provider
2026-07-14 11:37:26 +03:00
Yiorgis Gozadinos
144900d385
Remove the mxbai reranking provider
2026-07-14 11:09:55 +03:00
Yiorgis Gozadinos
5e2a928013
Allow transformers 5.x in the mxbai extra
2026-07-14 11:09:55 +03:00
Yiorgis Gozadinos
8f085101fc
Merge pull request #497 from ggozad/fix/context-expansion
...
Context expansion: never drop a retrieved result when merging and clipping
2026-07-14 10:58:07 +03:00
Yiorgis Gozadinos
82db15cf3c
Fill missing item-table pages from fully-visible inputs in context expansion
2026-07-14 10:32:45 +03:00
Yiorgis Gozadinos
ee5b7b7313
Split merged context-expansion groups that cannot afford every constituent
2026-07-14 10:15:28 +03:00
Yiorgis Gozadinos
4863abc513
Update cl
2026-07-10 15:25:33 +03:00
Yiorgis Gozadinos
5c41f8a0ed
vb
2026-07-10 13:38:24 +03:00
Yiorgis Gozadinos
1287059e76
Merge pull request #493 from ggozad/logfire-debug-skills
...
Add Logfire debugging skills
2026-07-10 13:36:50 +03:00
Yiorgis Gozadinos
271fdf9b5a
Add Logfire debugging skills and worker-breaker event
2026-07-10 13:23:17 +03:00
Yiorgis Gozadinos
3396394468
Merge pull request #492 from ggozad/feat/telemetry-improvements
...
Improve logfire telemetry
2026-07-10 11:50:40 +03:00
Yiorgis Gozadinos
a82673a900
Route eval scripts through the shared telemetry configure
2026-07-10 11:38:33 +03:00
Yiorgis Gozadinos
9b3b21b1a4
Document ingestion observability; drop stale logfire install extra
2026-07-10 11:22:23 +03:00
Yiorgis Gozadinos
73ba764922
Emit a docling_serve.request span per instance attempt
2026-07-10 11:16:27 +03:00
Yiorgis Gozadinos
da79f92af1
Honor OTEL_SERVICE_NAME and set service name/version for all processes
2026-07-10 11:11:46 +03:00
Yiorgis Gozadinos
da0748916b
vb
2026-07-09 15:58:58 +03:00