Yiorgis Gozadinos
|
802f058205
|
Move search related config under SearchConfig
|
2025-12-09 12:28:28 +02:00 |
|
Yiorgis Gozadinos
|
4da50873bd
|
Make search limit configurable
|
2025-12-09 11:46:43 +02:00 |
|
Yiorgis Gozadinos
|
a56e1ba67c
|
Simplify import_document, update_document
|
2025-12-08 18:19:12 +02:00 |
|
Yiorgis Gozadinos
|
a1162f8020
|
rebase from main
|
2025-12-08 16:07:50 +02:00 |
|
Yiorgis Gozadinos
|
67684c799b
|
Rebuild in batches to avoid creating multiple lancedb versions
|
2025-12-08 15:56:41 +02:00 |
|
Yiorgis Gozadinos
|
1b96937ec6
|
Update dependencies
|
2025-12-08 15:56:22 +02:00 |
|
Yiorgis Gozadinos
|
06b4f6a224
|
Add format parameter for text-to-DoclingDocument conversion
|
2025-12-08 15:56:21 +02:00 |
|
Yiorgis Gozadinos
|
1b14a4643d
|
Remove unused bounding box calculations
|
2025-12-08 15:56:21 +02:00 |
|
Yiorgis Gozadinos
|
9a5f8e4368
|
Add type-aware context expansion for search results
|
2025-12-08 15:56:21 +02:00 |
|
Yiorgis Gozadinos
|
dab04668bd
|
Dependency updates
|
2025-12-08 15:56:02 +02:00 |
|
Yiorgis Gozadinos
|
4f0f214f26
|
Remove unecessary tests, add no coverage pragmas where appropriate
|
2025-12-08 15:56:02 +02:00 |
|
Yiorgis Gozadinos
|
0ea3717497
|
Update docs
|
2025-12-08 15:56:02 +02:00 |
|
Yiorgis Gozadinos
|
2572125804
|
Move embedding logic from ChunkRepository to client._ensure_chunks_embedded()
|
2025-12-08 15:56:02 +02:00 |
|
Yiorgis Gozadinos
|
e97d235c98
|
Unify update_document, update_document_fields
|
2025-12-08 15:56:02 +02:00 |
|
Yiorgis Gozadinos
|
16ba3a9962
|
Remove create_chunks_for_document from repositories
|
2025-12-08 15:56:01 +02:00 |
|
Yiorgis Gozadinos
|
17c7147a49
|
Remove pre-processor, no longer needed
|
2025-12-08 15:56:01 +02:00 |
|
Yiorgis Gozadinos
|
69b1afa534
|
Remove _create_and_chunk & _update_and_rechunk, keep storage independent of chunking
|
2025-12-08 15:55:31 +02:00 |
|
Yiorgis Gozadinos
|
0ab43d62cd
|
Refactor create_document(), create_document_from_source() to use primitives
|
2025-12-08 15:55:30 +02:00 |
|
Yiorgis Gozadinos
|
e299aed788
|
contextualize() and embed_chunks() utilities in embeddings
|
2025-12-08 15:55:30 +02:00 |
|
Yiorgis Gozadinos
|
4fbb4609b6
|
HaikuRag.chunk() utility method
|
2025-12-08 15:55:30 +02:00 |
|
Yiorgis Gozadinos
|
ace915473c
|
HaikuRag.convert() utility method
|
2025-12-08 15:55:30 +02:00 |
|
Yiorgis Gozadinos
|
ab57c55eaa
|
Drop ChunkWithMetadata, use good old Chunk
|
2025-12-08 15:55:30 +02:00 |
|
Yiorgis Gozadinos
|
33e6a36290
|
Make document import/update handling consistent for DoclingDocument
|
2025-12-08 15:55:29 +02:00 |
|
Yiorgis Gozadinos
|
60ab864fc1
|
Add docling_document_json to update_document_fields() and
|
2025-12-08 15:55:29 +02:00 |
|
Yiorgis Gozadinos
|
8e30f67266
|
Introduce import_document(), remove chunks from create_document()
|
2025-12-08 15:55:29 +02:00 |
|
Yiorgis Gozadinos
|
fe551066d8
|
Visual grounding docs
|
2025-12-08 15:55:29 +02:00 |
|
Yiorgis Gozadinos
|
de14bb9f90
|
Avoid citation meta inside LLM context
|
2025-12-08 15:55:28 +02:00 |
|
Yiorgis Gozadinos
|
a57203065a
|
Fix test
|
2025-12-08 15:55:28 +02:00 |
|
Yiorgis Gozadinos
|
0f5b9ae208
|
Update ag-ui-example UI with STATE_DELTA instead of ACTIVITY_SNAPSHOT since these are not handled by copilotkit
|
2025-12-08 15:55:28 +02:00 |
|
Yiorgis Gozadinos
|
84f25f0627
|
Visual grounding in ag-ui-example
|
2025-12-08 15:55:28 +02:00 |
|
Yiorgis Gozadinos
|
6e31ea38a8
|
Remove bounding boxes from citations, pass sources meta info from ResearchContext
|
2025-12-08 15:55:28 +02:00 |
|
Yiorgis Gozadinos
|
75a086bae0
|
Visualize chunk command, format citations to show chunk id
|
2025-12-08 15:55:28 +02:00 |
|
Yiorgis Gozadinos
|
910d382748
|
Introduce visualize_chunk(), refactor inspector to use it
|
2025-12-08 15:55:27 +02:00 |
|
Yiorgis Gozadinos
|
bfdaa4652a
|
Configure logging regardsless of the env
|
2025-12-08 15:55:27 +02:00 |
|
Yiorgis Gozadinos
|
b5bd56e110
|
Fix after rebase
|
2025-12-08 15:55:27 +02:00 |
|
Yiorgis Gozadinos
|
9382a6b132
|
expose citations in ag-ui-example
|
2025-12-08 15:55:27 +02:00 |
|
Yiorgis Gozadinos
|
d808c6c425
|
Simplify citations in qa & graph agents
|
2025-12-08 15:55:27 +02:00 |
|
Yiorgis Gozadinos
|
16a97cc140
|
Properly expand context in the case of docling documents and merge chunks and meta
|
2025-12-08 15:55:26 +02:00 |
|
Yiorgis Gozadinos
|
ac439b6c69
|
Store raw text (do not contextualize) in chunk.text. Embed with contextualized text.
|
2025-12-08 15:55:26 +02:00 |
|
Yiorgis Gozadinos
|
0d8691342a
|
Show bounding boxes for chunks in inspector
|
2025-12-08 15:55:26 +02:00 |
|
Yiorgis Gozadinos
|
6ab990b2ed
|
Always generate page images, default in docling-serve
|
2025-12-08 15:54:57 +02:00 |
|
Yiorgis Gozadinos
|
ace58a7034
|
Update evaluations and a2a
|
2025-12-08 15:54:56 +02:00 |
|
Yiorgis Gozadinos
|
c69b934eac
|
Incorporate additional docling meta in search(), expand_context() and relevant qa/research agents
|
2025-12-08 15:54:56 +02:00 |
|
Yiorgis Gozadinos
|
fe4ac530be
|
DB migration
|
2025-12-08 15:54:56 +02:00 |
|
Yiorgis Gozadinos
|
d267b2c433
|
LRU cache for DoclingDocument
|
2025-12-08 15:54:31 +02:00 |
|
Yiorgis Gozadinos
|
a5d8af07e9
|
Resolve DoclingDocument
|
2025-12-08 15:54:31 +02:00 |
|
Yiorgis Gozadinos
|
84aa46a10b
|
Update rebuild to handle DoclingDocument json
|
2025-12-08 15:54:31 +02:00 |
|
Yiorgis Gozadinos
|
ad4e79ab5d
|
Store DoclingDocument json
|
2025-12-08 15:54:31 +02:00 |
|
Yiorgis Gozadinos
|
343272d6fb
|
Chunkers return chunks with metadata, i.e. (refs, labels, headings, page_numbers)
|
2025-12-08 15:54:31 +02:00 |
|
Yiorgis Gozadinos
|
44e8d7b340
|
Update Document & Chunk schemas to include DoclingDocument references.
|
2025-12-08 15:54:30 +02:00 |
|