Yiorgis Gozadinos
|
09be31f021
|
Lazy load chunks in inspector
|
2025-12-11 15:38:19 +02:00 |
|
Yiorgis Gozadinos
|
448d00f9b2
|
Add pagination to chunk repo's get_by_document_id
|
2025-12-11 15:38:19 +02:00 |
|
Yiorgis Gozadinos
|
c43c8fab22
|
Switch modals, do not stack them
|
2025-12-11 15:38:19 +02:00 |
|
Yiorgis Gozadinos
|
d7c755f454
|
Add filter to simple qa agent
|
2025-12-11 15:28:41 +02:00 |
|
Yiorgis Gozadinos
|
ecba8cfd38
|
Docs and cli support for filter in deep QA, Research
|
2025-12-11 15:23:50 +02:00 |
|
Yiorgis Gozadinos
|
5f4f5f70f0
|
Search filter in qa & research graphs
|
2025-12-11 14:37:43 +02:00 |
|
Yiorgis Gozadinos
|
7ccabf4fb9
|
Log to console with logfire only in development
|
2025-12-11 10:47:18 +02:00 |
|
Yiorgis Gozadinos
|
5edae13cc0
|
Run logfire regardless of environment
|
2025-12-11 10:43:25 +02:00 |
|
Yiorgis Gozadinos
|
2161727716
|
Add auto_vacuum config option to control automatic vacuuming
|
2025-12-10 11:42:14 +02:00 |
|
Yiorgis Gozadinos
|
ed809759d5
|
Fix mxbai rerank default model
|
2025-12-10 11:39:33 +02:00 |
|
Yiorgis Gozadinos
|
68457f251e
|
Do not generate base64 images by default
|
2025-12-09 18:42:56 +02:00 |
|
Yiorgis Gozadinos
|
156bba3359
|
Infinite scroll lazy load document list in inspector
|
2025-12-09 17:48:27 +02:00 |
|
Yiorgis Gozadinos
|
5a593e928e
|
Set max_context_items to 10
|
2025-12-09 12:47:42 +02:00 |
|
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
|
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
|
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
|
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
|
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
|
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
|
c69b934eac
|
Incorporate additional docling meta in search(), expand_context() and relevant qa/research agents
|
2025-12-08 15:54:56 +02:00 |
|