Commit graph

  • 8dfb8638be
    Fix SSE server setup Yiorgis Gozadinos 2025-09-08 15:31:56 +0300
  • fed914c6af
    vb 0.7.5 Yiorgis Gozadinos 2025-09-05 18:00:41 +0300
  • 649db5fd31
    Merge pull request #51 from ggozad/fix/migration Yiorgis Gozadinos 2025-09-05 17:59:48 +0300
  • 4ad732a6f3
    Fix migration script vector deserialization Yiorgis Gozadinos 2025-09-05 17:59:19 +0300
  • 8b1c054b0a
    vb 0.7.4 Yiorgis Gozadinos 2025-09-05 12:06:31 +0300
  • 8dfb7f0b96
    Merge pull request #50 from ggozad/feat/ids-autocomplete Yiorgis Gozadinos 2025-09-05 12:05:04 +0300
  • 13bbdc2ed6
    Document autocomplete, add rm alias to delete Yiorgis Gozadinos 2025-09-05 12:04:20 +0300
  • 572e3605fe
    Autocompletion for ids & paths Yiorgis Gozadinos 2025-09-05 12:00:40 +0300
  • d122252e16
    If a document is deleted but does not exist, say so Yiorgis Gozadinos 2025-09-05 11:45:33 +0300
  • b462a9f09b
    Ignore todo list Yiorgis Gozadinos 2025-09-05 11:41:41 +0300
  • d81e0d6ef7
    Merge pull request #49 from ggozad/chore/logging Yiorgis Gozadinos 2025-09-05 11:39:47 +0300
  • 495e01a33d
    Disable other logging facilities when running on cli Yiorgis Gozadinos 2025-09-05 11:39:19 +0300
  • 8ce9cb85bc
    vb 0.7.3 Yiorgis Gozadinos 2025-09-05 10:53:32 +0300
  • 3b38d9b327
    Merge pull request #48 from ggozad/feat/batch_embedding Yiorgis Gozadinos 2025-09-05 10:52:18 +0300
  • b99f88f104
    Support batch embedding Yiorgis Gozadinos 2025-09-05 10:48:31 +0300
  • b102b6dde3
    vb 0.7.2 Yiorgis Gozadinos 2025-09-04 16:14:38 +0300
  • 4359d37fac
    Merge pull request #47 from ggozad/feat/vllm-support Yiorgis Gozadinos 2025-09-04 16:11:47 +0300
  • bc28e60cf7
    Support vLLM for QA agents Yiorgis Gozadinos 2025-09-04 15:20:37 +0300
  • f2847d0524
    Reranking support for vLLM, documentation update Yiorgis Gozadinos 2025-09-04 13:13:10 +0300
  • 16f7ba9d99
    VLLM embedding Yiorgis Gozadinos 2025-09-04 10:44:07 +0300
  • fcacf735e5
    vb 0.7.1 Yiorgis Gozadinos 2025-09-03 11:51:08 +0300
  • 246860b281
    Merge pull request #46 from ggozad/chore/post-release-fixes Yiorgis Gozadinos 2025-09-03 11:44:20 +0300
  • 3c235e8b6c
    Suppress logging from deps Yiorgis Gozadinos 2025-09-03 11:42:08 +0300
  • 450a58eb52
    Update OpenAI pydantic model Yiorgis Gozadinos 2025-09-03 11:41:48 +0300
  • 9830726bc7
    vb 0.7.0 Yiorgis Gozadinos 2025-09-03 11:28:41 +0300
  • 16fcab60e4
    Merge pull request #45 from ggozad/chore/deps-update Yiorgis Gozadinos 2025-09-03 11:28:02 +0300
  • 974451edc7
    Suppress httpx logging Yiorgis Gozadinos 2025-09-03 11:27:33 +0300
  • d6b66b464d
    update deps Yiorgis Gozadinos 2025-09-03 11:27:17 +0300
  • 6990a05ad7
    Merge pull request #44 from ggozad/feat/lance-db Yiorgis Gozadinos 2025-09-03 11:13:41 +0300
  • 221a00ab2f
    Turn migration into a cli command Yiorgis Gozadinos 2025-09-03 11:09:59 +0300
  • ed604f6a1d
    Batch operations & small optimization Yiorgis Gozadinos 2025-09-03 10:50:08 +0300
  • 75e878308e
    Simplify deleting all chunks Yiorgis Gozadinos 2025-09-02 15:13:31 +0300
  • b73949c784
    update benchmarks Yiorgis Gozadinos 2025-09-02 14:52:49 +0300
  • ecf8894755
    Fix checking settings Yiorgis Gozadinos 2025-09-02 13:01:36 +0300
  • 9e5f11060d
    Allow connecting to lancedb cloud, s3, gc, az etc Yiorgis Gozadinos 2025-09-02 12:45:17 +0300
  • 767d36b494
    Use a lock for optimize(), when bulk creating chunks optimize once. Yiorgis Gozadinos 2025-09-02 12:10:54 +0300
  • fe850e778d
    Remove Ollama reranker, this was a bad idea Yiorgis Gozadinos 2025-09-02 11:42:31 +0300
  • e08fce84f8
    Debounce optimize() to avoid exceeding too-many-files-open Yiorgis Gozadinos 2025-09-02 10:55:58 +0300
  • 27b16bdf8d
    Update basic benchmarks Yiorgis Gozadinos 2025-09-01 21:53:36 +0300
  • b05e5f5408
    Set/get haiku version to db Yiorgis Gozadinos 2025-09-01 17:41:41 +0300
  • 58a04db556
    Disable reranking by default Yiorgis Gozadinos 2025-09-01 14:58:44 +0300
  • d233788400
    Optimize table after insertion, update instead of recreating the index Yiorgis Gozadinos 2025-09-01 14:46:22 +0300
  • a5e087aa53
    Fix scores depending on search type Yiorgis Gozadinos 2025-09-01 12:40:46 +0300
  • 628bdc8151
    Cleanup Yiorgis Gozadinos 2025-09-01 11:21:42 +0300
  • 0592a7d122
    Adapt search to lancedb Yiorgis Gozadinos 2025-08-29 15:55:46 +0300
  • c69daecf53
    update docs Yiorgis Gozadinos 2025-08-29 16:07:36 +0300
  • b83596ff07
    Basic moving to lancedb. Yiorgis Gozadinos 2025-08-21 20:59:44 +0200
  • 24c587f770
    vb 0.6.0 Yiorgis Gozadinos 2025-08-17 15:28:26 +0200
  • adb5158118
    Merge pull request #40 from ggozad/fix/revert-provider-model-change Yiorgis Gozadinos 2025-08-17 15:27:44 +0200
  • 1f61d78165
    Bring back QA_MODEL and keep compatibility with previous versions Yiorgis Gozadinos 2025-08-17 15:27:03 +0200
  • 27c74fbbf7
    Merge pull request #39 from ggozad/feat/pydantic Yiorgis Gozadinos 2025-08-17 15:04:42 +0200
  • d6d79d5e94
    Allow any provider/model supported by pydantic AI Yiorgis Gozadinos 2025-08-17 14:55:50 +0200
  • 4ac658e9dd
    Convert LLM Judge Yiorgis Gozadinos 2025-08-17 14:36:51 +0200
  • 60543caa36
    Use /no_think for Ollama Yiorgis Gozadinos 2025-08-15 23:13:27 +0200
  • 79841f32ca
    Do not use mocks in embeddings test Yiorgis Gozadinos 2025-08-15 22:01:57 +0200
  • 4e2e6e490e
    Update extras and docs Yiorgis Gozadinos 2025-08-15 21:44:33 +0200
  • 26a3715902
    Refactor Ollama reranker around pydantic AI Yiorgis Gozadinos 2025-08-15 21:26:16 +0200
  • 390397570a
    Migrate QA agent to Pydantic AI. Yiorgis Gozadinos 2025-08-13 17:27:58 +0200
  • ca29178b2d
    vb 0.5.5 Yiorgis Gozadinos 2025-08-12 16:55:39 +0200
  • 74f5cbd3c5
    Merge pull request #38 from ggozad/feat/radius-param Yiorgis Gozadinos 2025-08-12 16:55:01 +0200
  • bf8a4f22be
    Make radius a parameter we can pass to expand_context() Yiorgis Gozadinos 2025-08-12 16:53:45 +0200
  • edbd360bca
    vb 0.5.4 Yiorgis Gozadinos 2025-08-12 15:30:14 +0200
  • 3d8682e5c8
    vb Yiorgis Gozadinos 2025-08-12 15:28:21 +0200
  • ee44e4b181
    Merge pull request #37 from ggozad/feat/adjacent_chunks 0.5.3 Yiorgis Gozadinos 2025-08-12 15:27:15 +0200
  • 99f7401817
    Merge expanded context if possible Yiorgis Gozadinos 2025-08-12 15:02:07 +0200
  • e7c2a105ed
    Use the expand_context when searching in the qa agent Yiorgis Gozadinos 2025-08-12 14:50:29 +0200
  • eb13426aae
    expand_context() by using the adjacent chunks Yiorgis Gozadinos 2025-08-12 14:14:18 +0200
  • 2f42b1a3ac
    Get adjacent chunks method Yiorgis Gozadinos 2025-08-12 12:15:23 +0200
  • b7dde5bd32
    Merge pull request #36 from ggozad/feat/citations Yiorgis Gozadinos 2025-08-12 13:20:33 +0200
  • 842e4a882d
    Make citations optional, through cite parameter Yiorgis Gozadinos 2025-08-12 13:11:31 +0200
  • a0d0359618
    Change prompt and tool definition to to include citations in the QA agent. Yiorgis Gozadinos 2025-08-12 12:57:00 +0200
  • 6f50706e8a
    Give the results of search to the qa agent as json including the document uri Yiorgis Gozadinos 2025-08-12 12:40:55 +0200
  • 3aa347484a
    vb 0.5.2 Yiorgis Gozadinos 2025-08-11 11:27:28 +0200
  • e39be89666
    Merge pull request #33 from ggozad/feat/ollama-reranker Yiorgis Gozadinos 2025-08-11 11:18:42 +0200
  • 022f8677b3
    Merge pull request #32 from ggozad/chore/slim-deps Yiorgis Gozadinos 2025-08-11 11:18:27 +0200
  • 455b148ebc
    Merge pull request #35 from ggozad/fix/add-src-url Yiorgis Gozadinos 2025-08-11 11:16:40 +0200
  • 9648cb97cb
    Fix URL handling in add-src Yiorgis Gozadinos 2025-08-11 11:10:29 +0200
  • ffe867f7bb
    Allow to disable reranking by having an empty provider Yiorgis Gozadinos 2025-08-10 21:02:17 +0200
  • 5103e6c2d7
    Add Ollama reranker Yiorgis Gozadinos 2025-08-10 20:50:17 +0200
  • 53c8289790
    Update ollama Yiorgis Gozadinos 2025-08-10 20:22:50 +0200
  • 8d98eed2e2
    Make mxbai reranker optional. Only use a reranker if mxbai or cohere are installed Yiorgis Gozadinos 2025-08-10 19:49:14 +0200
  • ff42224de3
    vb 0.5.1 Yiorgis Gozadinos 2025-08-08 18:34:25 +0200
  • 17608844b5
    Merge pull request #31 from ggozad/fix/docling-chunking Yiorgis Gozadinos 2025-08-08 18:33:13 +0200
  • 0b3477c46c
    Rebuild now re-adds files. Yiorgis Gozadinos 2025-08-08 18:30:53 +0200
  • 22ed9ca51e
    Disable python warning unless in development Yiorgis Gozadinos 2025-08-08 17:31:42 +0200
  • ad4b655a31
    Operate on DoclingDocument instead of Document Yiorgis Gozadinos 2025-08-08 17:24:34 +0200
  • 6a3c85e6ae
    text_to_docling_document() util Yiorgis Gozadinos 2025-08-08 15:38:57 +0200
  • b92f25d6fb
    Make FileReader return a DoclingDocument instead of a md string Yiorgis Gozadinos 2025-08-08 14:45:24 +0200
  • 7906b1b026
    Use absolute paths when add-src Yiorgis Gozadinos 2025-08-08 14:34:13 +0200
  • 4efb84e9a5
    Merge pull request #30 from ggozad/fix/event-loop Yiorgis Gozadinos 2025-08-08 12:52:30 +0200
  • af95b5f3eb
    Replace loop.run_until_complete() with asyncio.run() Yiorgis Gozadinos 2025-08-08 12:41:50 +0200
  • 054d09dc98
    vb 0.5.0 Yiorgis Gozadinos 2025-08-01 17:22:53 +0200
  • 2cdee6608d
    Merge pull request #27 from ggozad/feat/docling-chunking Yiorgis Gozadinos 2025-08-01 17:22:02 +0200
  • 9b4942401f
    Fix file extension typo Yiorgis Gozadinos 2025-08-01 17:15:14 +0200
  • ec1bc21a91
    Contextualize chunks Yiorgis Gozadinos 2025-08-01 16:54:51 +0200
  • b428cb4c5d
    Forgotten test for FileReader Yiorgis Gozadinos 2025-08-01 16:41:24 +0200
  • a453853211
    Keep using the openai tokenizer Yiorgis Gozadinos 2025-08-01 16:36:24 +0200
  • 91f6122ef7
    Basic chunking using docling Yiorgis Gozadinos 2025-08-01 16:27:44 +0200
  • f2db1dbe1f
    vb 0.4.3 Yiorgis Gozadinos 2025-08-01 16:11:37 +0200
  • 75c1cdb36c
    Merge pull request #26 from ggozad/feat/docling Yiorgis Gozadinos 2025-08-01 16:10:34 +0200