Commit graph

  • 802f058205
    Move search related config under SearchConfig Yiorgis Gozadinos 2025-12-09 11:55:48 +0200
  • 4da50873bd
    Make search limit configurable Yiorgis Gozadinos 2025-12-09 11:46:43 +0200
  • a56e1ba67c
    Simplify import_document, update_document Yiorgis Gozadinos 2025-12-08 18:19:12 +0200
  • a1162f8020
    rebase from main Yiorgis Gozadinos 2025-12-08 15:59:45 +0200
  • 67684c799b
    Rebuild in batches to avoid creating multiple lancedb versions Yiorgis Gozadinos 2025-12-08 13:35:44 +0200
  • 1b96937ec6
    Update dependencies Yiorgis Gozadinos 2025-12-08 14:27:38 +0200
  • 06b4f6a224
    Add format parameter for text-to-DoclingDocument conversion Yiorgis Gozadinos 2025-12-08 12:54:54 +0200
  • 1b14a4643d
    Remove unused bounding box calculations Yiorgis Gozadinos 2025-12-08 12:20:55 +0200
  • 9a5f8e4368
    Add type-aware context expansion for search results Yiorgis Gozadinos 2025-12-08 11:35:44 +0200
  • dab04668bd
    Dependency updates Yiorgis Gozadinos 2025-12-05 15:18:00 +0200
  • 4f0f214f26
    Remove unecessary tests, add no coverage pragmas where appropriate Yiorgis Gozadinos 2025-12-05 15:00:09 +0200
  • 0ea3717497
    Update docs Yiorgis Gozadinos 2025-12-05 14:28:10 +0200
  • 2572125804
    Move embedding logic from ChunkRepository to client._ensure_chunks_embedded() Yiorgis Gozadinos 2025-12-05 14:19:47 +0200
  • e97d235c98
    Unify update_document, update_document_fields Yiorgis Gozadinos 2025-12-05 14:16:04 +0200
  • 16ba3a9962
    Remove create_chunks_for_document from repositories Yiorgis Gozadinos 2025-12-05 13:43:41 +0200
  • 17c7147a49
    Remove pre-processor, no longer needed Yiorgis Gozadinos 2025-12-05 13:04:13 +0200
  • 69b1afa534
    Remove _create_and_chunk & _update_and_rechunk, keep storage independent of chunking Yiorgis Gozadinos 2025-12-05 12:52:48 +0200
  • 0ab43d62cd
    Refactor create_document(), create_document_from_source() to use primitives Yiorgis Gozadinos 2025-12-05 12:08:24 +0200
  • e299aed788
    contextualize() and embed_chunks() utilities in embeddings Yiorgis Gozadinos 2025-12-05 11:58:50 +0200
  • 4fbb4609b6
    HaikuRag.chunk() utility method Yiorgis Gozadinos 2025-12-05 11:49:57 +0200
  • ace915473c
    HaikuRag.convert() utility method Yiorgis Gozadinos 2025-12-05 11:46:52 +0200
  • ab57c55eaa
    Drop ChunkWithMetadata, use good old Chunk Yiorgis Gozadinos 2025-12-05 10:31:05 +0200
  • 33e6a36290
    Make document import/update handling consistent for DoclingDocument Yiorgis Gozadinos 2025-12-04 12:52:47 +0200
  • 60ab864fc1
    Add docling_document_json to update_document_fields() and Yiorgis Gozadinos 2025-12-04 12:42:10 +0200
  • 8e30f67266
    Introduce import_document(), remove chunks from create_document() Yiorgis Gozadinos 2025-12-04 11:40:09 +0200
  • fe551066d8
    Visual grounding docs Yiorgis Gozadinos 2025-12-04 11:23:07 +0200
  • de14bb9f90
    Avoid citation meta inside LLM context Yiorgis Gozadinos 2025-12-03 18:21:13 +0200
  • a57203065a
    Fix test Yiorgis Gozadinos 2025-12-03 16:13:13 +0200
  • 0f5b9ae208
    Update ag-ui-example UI with STATE_DELTA instead of ACTIVITY_SNAPSHOT since these are not handled by copilotkit Yiorgis Gozadinos 2025-12-03 15:32:48 +0200
  • 84f25f0627
    Visual grounding in ag-ui-example Yiorgis Gozadinos 2025-12-03 14:36:25 +0200
  • 6e31ea38a8
    Remove bounding boxes from citations, pass sources meta info from ResearchContext Yiorgis Gozadinos 2025-12-03 13:55:21 +0200
  • 75a086bae0
    Visualize chunk command, format citations to show chunk id Yiorgis Gozadinos 2025-12-03 13:22:04 +0200
  • 910d382748
    Introduce visualize_chunk(), refactor inspector to use it Yiorgis Gozadinos 2025-12-03 11:58:33 +0200
  • bfdaa4652a
    Configure logging regardsless of the env Yiorgis Gozadinos 2025-12-03 09:59:20 +0200
  • b5bd56e110
    Fix after rebase Yiorgis Gozadinos 2025-12-03 09:36:43 +0200
  • 9382a6b132
    expose citations in ag-ui-example Yiorgis Gozadinos 2025-12-03 09:08:01 +0200
  • d808c6c425
    Simplify citations in qa & graph agents Yiorgis Gozadinos 2025-12-02 10:09:05 +0200
  • 16a97cc140
    Properly expand context in the case of docling documents and merge chunks and meta Yiorgis Gozadinos 2025-12-01 14:53:11 +0200
  • ac439b6c69
    Store raw text (do not contextualize) in chunk.text. Embed with contextualized text. Yiorgis Gozadinos 2025-12-01 14:21:12 +0200
  • 0d8691342a
    Show bounding boxes for chunks in inspector Yiorgis Gozadinos 2025-12-01 12:31:02 +0200
  • 6ab990b2ed
    Always generate page images, default in docling-serve Yiorgis Gozadinos 2025-12-01 11:47:07 +0200
  • ace58a7034
    Update evaluations and a2a Yiorgis Gozadinos 2025-11-28 17:55:50 +0200
  • c69b934eac
    Incorporate additional docling meta in search(), expand_context() and relevant qa/research agents Yiorgis Gozadinos 2025-11-28 17:42:21 +0200
  • fe4ac530be
    DB migration Yiorgis Gozadinos 2025-11-28 15:54:48 +0200
  • d267b2c433
    LRU cache for DoclingDocument Yiorgis Gozadinos 2025-11-28 11:27:43 +0200
  • a5d8af07e9
    Resolve DoclingDocument Yiorgis Gozadinos 2025-11-28 11:16:15 +0200
  • 84aa46a10b
    Update rebuild to handle DoclingDocument json Yiorgis Gozadinos 2025-11-28 10:52:59 +0200
  • ad4e79ab5d
    Store DoclingDocument json Yiorgis Gozadinos 2025-11-28 10:49:17 +0200
  • 343272d6fb
    Chunkers return chunks with metadata, i.e. (refs, labels, headings, page_numbers) Yiorgis Gozadinos 2025-11-27 16:05:20 +0200
  • 44e8d7b340
    Update Document & Chunk schemas to include DoclingDocument references. Yiorgis Gozadinos 2025-11-27 12:32:32 +0200
  • e7f2981b13
    Merge pull request #179 from ggozad/feat/client-download-models Yiorgis Gozadinos 2025-12-08 15:51:54 +0200
  • 0fef867458
    Rebuild in batches to avoid creating multiple lancedb versions Yiorgis Gozadinos 2025-12-08 13:35:44 +0200
  • 18711c8829
    Add format parameter for text-to-DoclingDocument conversion Yiorgis Gozadinos 2025-12-08 12:54:54 +0200
  • 791c3878a3
    Remove unused bounding box calculations Yiorgis Gozadinos 2025-12-08 12:20:55 +0200
  • 4c4d2ce0bc
    Merge pull request #180 from ggozad/feat/search-context-enhancement Yiorgis Gozadinos 2025-12-08 11:38:17 +0200
  • b2abb534e5
    Add type-aware context expansion for search results Yiorgis Gozadinos 2025-12-08 11:35:44 +0200
  • 0dc4458070
    Fix qa accuracy table for wix Yiorgis Gozadinos 2025-12-06 12:01:13 +0200
  • dc7e27d6b7
    Dependency updates Yiorgis Gozadinos 2025-12-05 15:18:00 +0200
  • 237cd8642e
    Remove unecessary tests, add no coverage pragmas where appropriate Yiorgis Gozadinos 2025-12-05 15:00:09 +0200
  • c106250b82
    Update docs Yiorgis Gozadinos 2025-12-05 14:28:10 +0200
  • 2316229ba8
    Move embedding logic from ChunkRepository to client._ensure_chunks_embedded() Yiorgis Gozadinos 2025-12-05 14:19:47 +0200
  • df8c079636
    Unify update_document, update_document_fields Yiorgis Gozadinos 2025-12-05 14:16:04 +0200
  • 872ca105e6
    Remove create_chunks_for_document from repositories Yiorgis Gozadinos 2025-12-05 13:43:41 +0200
  • 91162e7a97
    Remove pre-processor, no longer needed Yiorgis Gozadinos 2025-12-05 13:04:13 +0200
  • fc5fb5f293
    Remove _create_and_chunk & _update_and_rechunk, keep storage independent of chunking Yiorgis Gozadinos 2025-12-05 12:52:48 +0200
  • c1c82b6675
    Refactor create_document(), create_document_from_source() to use primitives Yiorgis Gozadinos 2025-12-05 12:08:24 +0200
  • 68e2068745
    contextualize() and embed_chunks() utilities in embeddings Yiorgis Gozadinos 2025-12-05 11:58:50 +0200
  • 5458f9cac5
    HaikuRag.chunk() utility method Yiorgis Gozadinos 2025-12-05 11:49:57 +0200
  • cc72c610a1
    HaikuRag.convert() utility method Yiorgis Gozadinos 2025-12-05 11:46:52 +0200
  • c2f0bd9a21
    Drop ChunkWithMetadata, use good old Chunk Yiorgis Gozadinos 2025-12-05 10:31:05 +0200
  • 80447c9024
    Make download_models() a HaikuRAG client method. Update app to show progress of what happens. Yiorgis Gozadinos 2025-12-04 16:30:26 +0200
  • 0f5bd912fd
    Make document import/update handling consistent for DoclingDocument Yiorgis Gozadinos 2025-12-04 12:52:47 +0200
  • bbda27e079
    Add docling_document_json to update_document_fields() and Yiorgis Gozadinos 2025-12-04 12:42:10 +0200
  • ebe834d749
    Introduce import_document(), remove chunks from create_document() Yiorgis Gozadinos 2025-12-04 11:40:09 +0200
  • c20330655c
    Visual grounding docs Yiorgis Gozadinos 2025-12-04 11:23:07 +0200
  • 765d28bede add method signatures bryan davis 2025-12-03 12:11:28 -0600
  • 4436dd80cd
    Avoid citation meta inside LLM context Yiorgis Gozadinos 2025-12-03 18:21:13 +0200
  • a46aa32817
    Fix test Yiorgis Gozadinos 2025-12-03 16:13:13 +0200
  • a43322cf90
    Update ag-ui-example UI with STATE_DELTA instead of ACTIVITY_SNAPSHOT since these are not handled by copilotkit Yiorgis Gozadinos 2025-12-03 15:32:48 +0200
  • 6bddca8683
    Visual grounding in ag-ui-example Yiorgis Gozadinos 2025-12-03 14:36:25 +0200
  • e11e76c296
    Remove bounding boxes from citations, pass sources meta info from ResearchContext Yiorgis Gozadinos 2025-12-03 13:55:21 +0200
  • da4e1af28c
    Visualize chunk command, format citations to show chunk id Yiorgis Gozadinos 2025-12-03 13:22:04 +0200
  • a9e3901462
    Introduce visualize_chunk(), refactor inspector to use it Yiorgis Gozadinos 2025-12-03 11:58:33 +0200
  • 5258901fbc
    Configure logging regardsless of the env Yiorgis Gozadinos 2025-12-03 09:59:20 +0200
  • 139656e2c0
    Fix after rebase Yiorgis Gozadinos 2025-12-03 09:36:43 +0200
  • 7c4dfebe0b
    expose citations in ag-ui-example Yiorgis Gozadinos 2025-12-03 09:08:01 +0200
  • b908e4aa1f
    Simplify citations in qa & graph agents Yiorgis Gozadinos 2025-12-02 10:09:05 +0200
  • 28afccc6c0
    Properly expand context in the case of docling documents and merge chunks and meta Yiorgis Gozadinos 2025-12-01 14:53:11 +0200
  • 4bc3a768ec
    Store raw text (do not contextualize) in chunk.text. Embed with contextualized text. Yiorgis Gozadinos 2025-12-01 14:21:12 +0200
  • b22ffa1c9e
    Show bounding boxes for chunks in inspector Yiorgis Gozadinos 2025-12-01 12:31:02 +0200
  • 0aa9d8e413
    Always generate page images, default in docling-serve Yiorgis Gozadinos 2025-12-01 11:47:07 +0200
  • c2357c563d
    Update evaluations and a2a Yiorgis Gozadinos 2025-11-28 17:55:50 +0200
  • 37e950a923
    Incorporate additional docling meta in search(), expand_context() and relevant qa/research agents Yiorgis Gozadinos 2025-11-28 17:42:21 +0200
  • b775983451
    DB migration Yiorgis Gozadinos 2025-11-28 15:54:48 +0200
  • c9652b20be
    LRU cache for DoclingDocument Yiorgis Gozadinos 2025-11-28 11:27:43 +0200
  • 23789626b0
    Resolve DoclingDocument Yiorgis Gozadinos 2025-11-28 11:16:15 +0200
  • 4bcbe7f321
    Update rebuild to handle DoclingDocument json Yiorgis Gozadinos 2025-11-28 10:52:59 +0200
  • 65ecb3c816
    Store DoclingDocument json Yiorgis Gozadinos 2025-11-28 10:49:17 +0200
  • fdc7de6332
    Chunkers return chunks with metadata, i.e. (refs, labels, headings, page_numbers) Yiorgis Gozadinos 2025-11-27 16:05:20 +0200
  • 0361469f54
    Update Document & Chunk schemas to include DoclingDocument references. Yiorgis Gozadinos 2025-11-27 12:32:32 +0200