Commit graph

  • bead05fffb
    Merge pull request #127 from ggozad/feat/faster-filtering Yiorgis Gozadinos 2025-11-04 16:37:51 +0200
  • 4773b56f9d
    Improve performance of vector search score normalization Yiorgis Gozadinos 2025-11-04 16:34:47 +0200
  • 5ffedf013b
    Minor optimizations Yiorgis Gozadinos 2025-11-04 10:03:47 +0200
  • cd2a23272e
    Simplify _process_search_results Yiorgis Gozadinos 2025-11-04 09:48:00 +0200
  • 576ac9cecf
    Perform join when filtering using pandas DataFrames instead ofthe slower WHERE IN clause Yiorgis Gozadinos 2025-11-04 09:37:39 +0200
  • 48ddac0bbf
    Merge pull request #129 from ggozad/feat/filter-list Yiorgis Gozadinos 2025-11-04 16:19:49 +0200
  • 1f22f74e1a
    Add filtering to document listing in CLI/client Yiorgis Gozadinos 2025-11-04 15:40:51 +0200
  • 8fd5d169a8
    Load .env on CLI run Yiorgis Gozadinos 2025-11-03 17:25:18 +0200
  • 0e0a5578b6
    Add max_retries to insight_agent when producing structured output Yiorgis Gozadinos 2025-11-03 15:01:24 +0200
  • d19d2b7f00
    Fix tests Yiorgis Gozadinos 2025-10-31 12:50:08 +0200
  • 9aa8d020e1
    vb 0.13.3 Yiorgis Gozadinos 2025-10-30 16:57:56 +0200
  • baedf65415
    Fix typo, thanks @bd_mkt Yiorgis Gozadinos 2025-10-30 16:31:55 +0200
  • a7fd41d24f
    Document passing config files when running evaluations Yiorgis Gozadinos 2025-10-30 15:17:02 +0200
  • 15c36cbf99
    When evaluating accept a config as an option Yiorgis Gozadinos 2025-10-30 15:16:19 +0200
  • 5c7c79397c
    Merge pull request #125 from ggozad/feat/filtering Yiorgis Gozadinos 2025-10-30 14:28:42 +0200
  • 6e0587c40e
    Merge pull request #124 from ggozad/fix/add-src-monitor-filter Yiorgis Gozadinos 2025-10-30 14:27:00 +0200
  • 6fef293345
    Merge pull request #126 from ggozad/feat/zero-entropy Yiorgis Gozadinos 2025-10-30 14:25:26 +0200
  • 2f00686605
    Support for zero entropy reranker Yiorgis Gozadinos 2025-10-30 13:36:44 +0200
  • f0f844d21d
    Update documentation Yiorgis Gozadinos 2025-10-30 13:07:13 +0200
  • f3565afdf7
    Cli accepts filter Yiorgis Gozadinos 2025-10-30 13:04:25 +0200
  • 7d57fd6c97
    Add filter param to search(). When filtering, we search in two steps: First filter documents, then search on the chunks with document_id IN the filtered documents Yiorgis Gozadinos 2025-10-30 13:03:23 +0200
  • 79d3559f15
    Apply configured include/exclude filters when using CLIs add-src to add a directory recursively Yiorgis Gozadinos 2025-10-29 14:55:00 +0200
  • f9b6894974
    Fix info to not use old .env settings Yiorgis Gozadinos 2025-10-29 13:31:54 +0200
  • b289aa04e0
    vb 0.13.2 Yiorgis Gozadinos 2025-10-29 12:20:41 +0200
  • 2bb8427fd8
    Update dependencies Yiorgis Gozadinos 2025-10-29 12:13:04 +0200
  • 5a7d90ce9f
    Change default location for config from XDG statndatd to use the platform-specific folder we use for the db as well Yiorgis Gozadinos 2025-10-29 11:46:53 +0200
  • 4e19753d0f
    Improve config docs Yiorgis Gozadinos 2025-10-29 11:42:31 +0200
  • ad1ee52a27
    Move monitor config in its own section Yiorgis Gozadinos 2025-10-29 11:23:56 +0200
  • e6e3273cae
    Document include/exclude patterns in FileMonitor Yiorgis Gozadinos 2025-10-29 10:50:25 +0200
  • 987ddab683
    Tests for filtering with pathspec Yiorgis Gozadinos 2025-10-29 10:39:00 +0200
  • cabb7748f5
    Filtering based on pathspec Yiorgis Gozadinos 2025-10-29 10:27:16 +0200
  • a15f1d8cf5
    Use pathspec for monitor filtering Yiorgis Gozadinos 2025-10-29 10:13:53 +0200
  • 77c6a7c7a4
    vb 0.13.1 Yiorgis Gozadinos 2025-10-28 09:51:08 +0200
  • 7ba51f5b56
    Merge pull request #121 from ggozad/fix/remove_check_for_deprecated_env Yiorgis Gozadinos 2025-10-28 09:38:41 +0200
  • a6eccc79e4
    Merge pull request #120 from ggozad/fix/embedder-config Yiorgis Gozadinos 2025-10-28 09:38:24 +0200
  • c495a778e1
    Remove check_for_deprecated_env Yiorgis Gozadinos 2025-10-28 09:37:37 +0200
  • 8ddc966bf9
    Respect OLLAMA_BASE_URL in providers.ollama.base_url config Yiorgis Gozadinos 2025-10-28 09:26:57 +0200
  • e11a5128f9
    Pass config to embedders Yiorgis Gozadinos 2025-10-28 09:15:08 +0200
  • 54fa3de2da
    Fix ag-ui docker config Yiorgis Gozadinos 2025-10-27 16:53:08 +0200
  • f603d2373a
    Merge branch 'fix/mcp_registration' Yiorgis Gozadinos 2025-10-27 11:58:38 +0200
  • 205b78734f
    Update README with mcp-name Yiorgis Gozadinos 2025-10-27 11:58:12 +0200
  • 799b94d950
    Merge pull request #117 from ggozad/fix/mcp_registration Yiorgis Gozadinos 2025-10-27 11:48:09 +0200
  • 0f600db506
    Update server.json to to 2025/10/17 version Yiorgis Gozadinos 2025-10-27 11:47:14 +0200
  • 6fa9c1a822
    vb 0.13.0 Yiorgis Gozadinos 2025-10-27 11:29:01 +0200
  • 4cc25407ef
    Properly skip a2a tests if fasta2a not installed Yiorgis Gozadinos 2025-10-27 11:28:35 +0200
  • afd4a581fb
    Merge pull request #114 from ggozad/feat/yaml-config Yiorgis Gozadinos 2025-10-27 11:16:20 +0200
  • b87e6d988c
    Forgotten lazy import in monitor() Yiorgis Gozadinos 2025-10-27 11:14:43 +0200
  • 9f3eb1b79c
    Remove docs references to env vars Yiorgis Gozadinos 2025-10-27 10:42:24 +0200
  • 747ffb3212
    Update docker README docs to use yaml config file Yiorgis Gozadinos 2025-10-27 10:36:27 +0200
  • 9c8ffcc212
    Drop ConfigProxy in favour of passing AppConfig as an keyword param to HaikuRag clients. Yiorgis Gozadinos 2025-10-27 10:33:33 +0200
  • 110cc447e7
    Update documentation to remove references to env variables and replace with yaml config Yiorgis Gozadinos 2025-10-23 15:56:34 +0300
  • 52fbac06e4
    Use a proxy for the global Config so we can set it programmatically Yiorgis Gozadinos 2025-10-23 15:51:09 +0300
  • 0e1f827da4
    Update examples to use the YAML config. Needs checking post release as we use the published docker image Yiorgis Gozadinos 2025-10-23 15:25:33 +0300
  • 268c26eb4e
    Drop support for using comma separated values in monitor_directories, only use that logic when converting from env vars Yiorgis Gozadinos 2025-10-23 14:09:20 +0300
  • 469d993542
    Remove provider API keys from config, rely on environment variables for those Yiorgis Gozadinos 2025-10-23 13:50:28 +0300
  • 618b3ffd5f
    Refactor config from flat to nested Pydantic models Yiorgis Gozadinos 2025-10-23 13:30:03 +0300
  • 0fbe8cc516
    Update documentation Yiorgis Gozadinos 2025-10-23 09:52:51 +0300
  • 082811a846
    tests for yaml configuration Yiorgis Gozadinos 2025-10-22 16:36:47 +0300
  • 23f0b63088
    Add CLI support for YAML config Yiorgis Gozadinos 2025-10-22 16:33:12 +0300
  • 2f69e05c84
    Add YAML config loader module Yiorgis Gozadinos 2025-10-22 16:27:54 +0300
  • cccb560731
    Add pyyaml dependency Yiorgis Gozadinos 2025-10-22 16:24:33 +0300
  • 417a173318
    Merge pull request #115 from ggozad/fix/docling-lazy-load Yiorgis Gozadinos 2025-10-23 11:58:18 +0300
  • 08c07edfb8
    Lazy-load forgotten docling-related functionality Yiorgis Gozadinos 2025-10-23 11:21:48 +0300
  • c910a36bf3
    Merge pull request #113 from ggozad/chore/remove-sqlite-migration Yiorgis Gozadinos 2025-10-23 10:48:45 +0300
  • 8e0fbc80fc
    Remove sqlite migration from next version Yiorgis Gozadinos 2025-10-23 10:47:24 +0300
  • 4e9a0cb22b
    Merge pull request #109 from miohtama/tutorial Yiorgis Gozadinos 2025-10-20 19:25:02 +0300
  • 8933f12b4d
    Revert logging changes Yiorgis Gozadinos 2025-10-20 19:22:42 +0300
  • 586f342a77
    Fix typos Yiorgis Gozadinos 2025-10-20 19:22:25 +0300
  • 7e2ecf0636
    Typo Mikko Ohtamaa 2025-10-18 20:56:33 +0300
  • 623b234346
    Polish tutorial Mikko Ohtamaa 2025-10-18 20:40:48 +0300
  • e5e435e028
    Adding end to end tutorial Mikko Ohtamaa 2025-10-18 17:33:04 +0300
  • c7e84aa2da
    Merge pull request #111 from ggozad/feat/ag-ui-example Yiorgis Gozadinos 2025-10-20 17:41:31 +0300
  • 3f7e410fc4
    Add link to vimeo Yiorgis Gozadinos 2025-10-20 17:32:23 +0300
  • 1ab15decf6
    Update docs Yiorgis Gozadinos 2025-10-20 16:46:55 +0300
  • b8df152a90
    Clean up Yiorgis Gozadinos 2025-10-20 16:43:34 +0300
  • b75d100526
    Show markdown in key insights Yiorgis Gozadinos 2025-10-20 15:38:07 +0300
  • ebbe668a18
    HIL for plan approval Yiorgis Gozadinos 2025-10-20 14:54:03 +0300
  • a3a26056ff
    Improve prompt for sequential calling, show markdown where appropriate Yiorgis Gozadinos 2025-10-20 14:31:51 +0300
  • 447277015b
    Limit to 3 questions, revise progress UI Yiorgis Gozadinos 2025-10-20 14:10:34 +0300
  • e1d5102b12
    Do not ask for approval in between searches Yiorgis Gozadinos 2025-10-20 13:54:04 +0300
  • 301da361e0
    Merge pull request #108 from miohtama/patch-3 Yiorgis Gozadinos 2025-10-17 17:48:43 +0300
  • 47d0b7851e
    Update Python version requirement to 3.12 Mikko Ohtamaa 2025-10-17 16:24:23 +0200
  • 53657daf88
    Merge pull request #106 from miohtama/patch-1 Yiorgis Gozadinos 2025-10-17 16:31:36 +0300
  • 734e4b1da2
    Updated pypi python classifiers Yiorgis Gozadinos 2025-10-17 16:25:21 +0300
  • 567f70776b
    Add Python version requirement to installation guide Mikko Ohtamaa 2025-10-17 14:53:04 +0200
  • b7174d63cb
    Add Python version hint Mikko Ohtamaa 2025-10-17 14:51:51 +0200
  • a3e37dce5a
    View documents, group search results under questions Yiorgis Gozadinos 2025-10-17 15:38:29 +0300
  • cc3d1c7e43
    Use proper chat widget instead of sidebar Yiorgis Gozadinos 2025-10-17 14:16:38 +0300
  • 2d86c0fd61
    state synchronization between backend agent and frontend Yiorgis Gozadinos 2025-10-17 14:05:26 +0300
  • e3b07db8b9
    Basic skeleton for running an ag-ui demo using starlette and nextjs Yiorgis Gozadinos 2025-10-17 12:43:27 +0300
  • b9c22e634c
    Update docs to refer to docker Yiorgis Gozadinos 2025-10-16 17:25:02 +0300
  • bddf20390b
    Add arm arch when building docker image Yiorgis Gozadinos 2025-10-16 15:38:09 +0300
  • a5384fe1bb
    Try to free up space no #2 Yiorgis Gozadinos 2025-10-16 14:55:38 +0300
  • 77bccd188e
    Try to free up some space for running our docker build Yiorgis Gozadinos 2025-10-16 14:37:21 +0300
  • 23b195c34c
    Add github action for publishing docker image to the github container registry Yiorgis Gozadinos 2025-10-16 14:22:55 +0300
  • d6cefb1ebc
    Allow for mcp registry action to run manually Yiorgis Gozadinos 2025-10-16 13:02:12 +0300
  • c69800fe2b
    Fix downloading mcp publisher #2 Yiorgis Gozadinos 2025-10-16 12:57:01 +0300
  • 48243d8d8e
    Fix downloading mcp publisher Yiorgis Gozadinos 2025-10-16 12:54:37 +0300
  • e3e3393f96
    vb 0.12.1 Yiorgis Gozadinos 2025-10-16 10:01:54 +0300
  • 6875689b72
    Merge pull request #102 from ggozad/feat/recursive-add-src Yiorgis Gozadinos 2025-10-16 09:59:17 +0300