Commit graph

  • 3852e961b9
    Update tests and client for explicit embed_query/embed_documents API Yiorgis Gozadinos 2025-12-26 11:26:56 +0200
  • 317bf956e0
    chore: bump pydantic-ai-slim version Tres Seaver 2025-12-25 14:32:48 -0500
  • 132b8a36bc
    Differentiate between embedding a query and a document Yiorgis Gozadinos 2025-12-24 12:43:11 +0200
  • 5a30c197af
    Delete obsolete embedders, rewrite get_embedder Yiorgis Gozadinos 2025-12-24 12:37:17 +0200
  • 3141c91023
    Add base_url to ModelConfig and EmbeddingModelConfig. Deprecate vllm and lm_studio configs, now through open ai Yiorgis Gozadinos 2025-12-24 12:33:44 +0200
  • 271c50e225
    pydantic-ai update Yiorgis Gozadinos 2025-12-24 12:25:22 +0200
  • eac87d8603
    Update readme Yiorgis Gozadinos 2025-12-19 16:28:23 +0200
  • 4a43cd0501
    Update mcp registry schema Yiorgis Gozadinos 2025-12-19 12:39:39 +0200
  • 5c7f033d2c
    vb 0.22.0 Yiorgis Gozadinos 2025-12-19 12:35:35 +0200
  • 13cc453e9d
    Make tests ignore haiku.rag.yaml Yiorgis Gozadinos 2025-12-19 12:35:06 +0200
  • 4164895514
    Update critical dependencies Yiorgis Gozadinos 2025-12-19 12:21:57 +0200
  • 54f7336904
    Merge pull request #206 from ggozad/feat/time-travel Yiorgis Gozadinos 2025-12-19 12:03:59 +0200
  • d7b3b6859c
    document time-travel Yiorgis Gozadinos 2025-12-19 11:55:23 +0200
  • 716cf420be
    Tests for history Yiorgis Gozadinos 2025-12-19 11:55:03 +0200
  • 2678c1aaad
    history command, shows available lancedb versions per table Yiorgis Gozadinos 2025-12-19 11:45:35 +0200
  • 77f9a2a1b9
    before parameter in client, app, inspector, cli Yiorgis Gozadinos 2025-12-19 11:41:10 +0200
  • 1e5eebfbf0
    Checkout version logic and datetime utils Yiorgis Gozadinos 2025-12-19 11:27:28 +0200
  • 34c32f941c
    Merge pull request #203 from ggozad/feat/read-only-db Yiorgis Gozadinos 2025-12-19 12:01:48 +0200
  • 8c0adb47e1
    Merge branch 'main' into feat/read-only-db Yiorgis Gozadinos 2025-12-19 12:01:36 +0200
  • 30f6bac388
    Merge pull request #205 from ggozad/fix/docker-paths Yiorgis Gozadinos 2025-12-19 11:59:00 +0200
  • 090be293d2
    Clarify folder mounts in docker docs, check monitor paths exist in FileWatcher Yiorgis Gozadinos 2025-12-19 10:11:26 +0200
  • 1ff8fc1b56
    Merge pull request #201 from ggozad/fix/allow-custom-config Yiorgis Gozadinos 2025-12-19 11:57:30 +0200
  • fb1d3c97b3
    Add additional programming language specifiers Yiorgis Gozadinos 2025-12-19 11:09:57 +0200
  • fdd926eeba
    Update docs Yiorgis Gozadinos 2025-12-18 16:47:32 +0200
  • 98727ad080
    Add global --read-only mode in CLI Yiorgis Gozadinos 2025-12-18 16:42:03 +0200
  • 1a8f72f99a
    Add is_read_only property to Store. Guard all write operations in repositories Yiorgis Gozadinos 2025-12-18 15:55:24 +0200
  • e8e67d336c
    Fix get_model() uses where default Config is forced Yiorgis Gozadinos 2025-12-18 15:10:31 +0200
  • 1dbbaf6dd8
    vb 0.21.0 Yiorgis Gozadinos 2025-12-18 12:21:16 +0200
  • 242ea2cb8f
    Merge pull request #199 from ggozad/chore/ag_ui-core Yiorgis Gozadinos 2025-12-18 12:08:03 +0200
  • a1f5d944ba
    Replace custom event classes with ag_ui.core types Yiorgis Gozadinos 2025-12-18 12:07:37 +0200
  • f6618e6037
    Merge pull request #198 from ggozad/feat/interactive-research Yiorgis Gozadinos 2025-12-18 11:49:27 +0200
  • 440ec123c6
    If documents have no title display uri alone, ag-ui-example Yiorgis Gozadinos 2025-12-18 09:42:55 +0200
  • bf5711f7ab
    Give hints in interactive cli Yiorgis Gozadinos 2025-12-17 18:02:17 +0200
  • 3ec17c65e1
    Update docs for interactive cli Yiorgis Gozadinos 2025-12-17 17:58:03 +0200
  • 08349e5c0e
    QOL fixes for interactive cli research Yiorgis Gozadinos 2025-12-17 17:55:40 +0200
  • 9c766846c0
    Use proper ag-ui tool calls in ag-ui-example. Fuck copilotkit Yiorgis Gozadinos 2025-12-17 17:26:45 +0200
  • 72a39d07a2
    Use development version through docker compose for ease of development Yiorgis Gozadinos 2025-12-17 17:07:58 +0200
  • 34092e4cdc
    Wrap client side tool call in a message Yiorgis Gozadinos 2025-12-17 17:05:03 +0200
  • ff13be1210
    Human-in-the-loop in ag-ui-example Yiorgis Gozadinos 2025-12-17 12:03:42 +0200
  • 9818cac4eb
    Fix agui tool call args being a json string Yiorgis Gozadinos 2025-12-16 15:32:10 +0200
  • 218126de8d
    Interactive research agent through AGUI client-side tool calls in CLI Yiorgis Gozadinos 2025-12-16 14:10:31 +0200
  • b60c5583aa
    Merge pull request #197 from ggozad/feat/simplify-graphs Yiorgis Gozadinos 2025-12-18 11:42:45 +0200
  • 921893cff5
    Remove deep ask from ag-ui server Yiorgis Gozadinos 2025-12-17 10:10:03 +0200
  • 45de9bf0d5
    Flatten graph structure, simplify Yiorgis Gozadinos 2025-12-15 14:05:07 +0200
  • 6ee0d74f92
    Update docs Yiorgis Gozadinos 2025-12-15 13:43:24 +0200
  • 557a296341
    Update ag-ui example Yiorgis Gozadinos 2025-12-15 13:43:13 +0200
  • 6e621ea34d
    Provide full report on deep ask, modify prompt to not just summarize Yiorgis Gozadinos 2025-12-15 13:22:51 +0200
  • f0a7abd953
    Remove deep qa graph, everything now uses the simplified research graph Yiorgis Gozadinos 2025-12-15 13:16:05 +0200
  • bdcf81774d
    Remove analyze insights node, simplify research context, state, prompts & models Yiorgis Gozadinos 2025-12-15 12:40:27 +0200
  • 50b7fb4461
    Chunkers now set chunk.order directly Yiorgis Gozadinos 2025-12-18 11:35:48 +0200
  • d77bf89aad
    Update retrieval/qa benchmark for hotpotqa Yiorgis Gozadinos 2025-12-16 14:23:04 +0200
  • 7bcd205a37
    Merge pull request #194 from ggozad/fix/text-handling-format Yiorgis Gozadinos 2025-12-12 18:19:09 +0200
  • 3149552a61
    Add 'plain' format and fallback for text conversion Yiorgis Gozadinos 2025-12-12 17:43:09 +0200
  • 679f58aff1
    Merge pull request #193 from ggozad/fix/vacuum-evaluations Yiorgis Gozadinos 2025-12-12 16:10:23 +0200
  • 40e0ea090d
    Add option to override vacuum interval Yiorgis Gozadinos 2025-12-12 16:04:06 +0200
  • 056b9ad090
    Use periodic vacuum to prevent disk exhaustion with large datasets Yiorgis Gozadinos 2025-12-12 15:53:23 +0200
  • 3a96843851
    Merge pull request #186 from ggozad/feat/hotpotqa Yiorgis Gozadinos 2025-12-12 15:13:58 +0200
  • f726229f60
    Reformat benchmarks and add hotpotqa placeholder Yiorgis Gozadinos 2025-12-12 12:20:06 +0200
  • 7526735059
    hotpotqa adapter Yiorgis Gozadinos 2025-12-11 10:18:44 +0200
  • 5c4799164c
    Escape when getting by URI Yiorgis Gozadinos 2025-12-11 10:17:45 +0200
  • f6073a0db9
    vb 0.20.2 Yiorgis Gozadinos 2025-12-12 10:48:21 +0200
  • 1bc9d8579f
    Merge pull request #192 from ggozad/fix/citations-formatting Yiorgis Gozadinos 2025-12-12 10:42:54 +0200
  • 011f527579
    Use rich rendering for citations in cli Yiorgis Gozadinos 2025-12-12 09:03:07 +0200
  • 457354d45b
    Merge pull request #191 from ggozad/fix/qa-research-prompts Yiorgis Gozadinos 2025-12-12 08:52:19 +0200
  • abe01e4b99
    Fix ag-ui-example frontend Yiorgis Gozadinos 2025-12-12 08:28:16 +0200
  • 6f36085ac3
    Fix synthesis prompt Yiorgis Gozadinos 2025-12-12 07:44:15 +0200
  • 9ee8dfdc0c
    Adapt prompts to clarify all lists must contain strings. Hopefully fixes LLM producing wrong output Yiorgis Gozadinos 2025-12-12 07:40:25 +0200
  • 00d621e211
    vb 0.20.1 Yiorgis Gozadinos 2025-12-11 16:31:21 +0200
  • f25a949758
    Fix tests Yiorgis Gozadinos 2025-12-11 16:05:49 +0200
  • ada24eaa11
    Merge pull request #190 from ggozad/feat/chunk-lazy-load Yiorgis Gozadinos 2025-12-11 15:39:19 +0200
  • c0cbc22137
    Info modal Yiorgis Gozadinos 2025-12-11 15:30:31 +0200
  • 09be31f021
    Lazy load chunks in inspector Yiorgis Gozadinos 2025-12-11 15:09:55 +0200
  • 448d00f9b2
    Add pagination to chunk repo's get_by_document_id Yiorgis Gozadinos 2025-12-11 15:09:14 +0200
  • c43c8fab22
    Switch modals, do not stack them Yiorgis Gozadinos 2025-12-11 14:43:45 +0200
  • 1f7f27e68f
    Merge pull request #189 from ggozad/feat/bidirectional-agui Yiorgis Gozadinos 2025-12-11 15:33:59 +0200
  • d7c755f454
    Add filter to simple qa agent Yiorgis Gozadinos 2025-12-11 15:28:41 +0200
  • ecba8cfd38
    Docs and cli support for filter in deep QA, Research Yiorgis Gozadinos 2025-12-11 15:23:50 +0200
  • 9fd33a2d83
    DocumentSelector in frontend to select documents to do research on. Yiorgis Gozadinos 2025-12-11 14:56:18 +0200
  • 39cbec1b88
    Set search filters from ducment filter in example Yiorgis Gozadinos 2025-12-11 14:38:23 +0200
  • 5f4f5f70f0
    Search filter in qa & research graphs Yiorgis Gozadinos 2025-12-11 14:37:43 +0200
  • b70fd8b7b4
    Api for listing documents Yiorgis Gozadinos 2025-12-11 12:44:14 +0200
  • 110e020122
    Fix ag-ui example Yiorgis Gozadinos 2025-12-11 11:09:20 +0200
  • 99176ba0a1
    Merge pull request #188 from ggozad/fix/logfire-production Yiorgis Gozadinos 2025-12-11 10:48:39 +0200
  • 7ccabf4fb9
    Log to console with logfire only in development Yiorgis Gozadinos 2025-12-11 10:47:18 +0200
  • 5edae13cc0
    Run logfire regardless of environment Yiorgis Gozadinos 2025-12-11 10:43:20 +0200
  • 26b9d2ed20
    Merge pull request #187 from ggozad/fix/custom-pipelines-docs Yiorgis Gozadinos 2025-12-11 10:37:37 +0200
  • 4b5dc83552
    Fix docs to clarify the embedding includes contextualization Yiorgis Gozadinos 2025-12-11 10:36:24 +0200
  • 748a465591
    vb 0.20.0 Yiorgis Gozadinos 2025-12-10 13:10:28 +0200
  • 2b69c4565d
    Update server.json Yiorgis Gozadinos 2025-12-10 13:08:53 +0200
  • 727f10a9a8
    Merge pull request #172 from ggozad/epic/docling-document-store Yiorgis Gozadinos 2025-12-10 13:06:07 +0200
  • 8206498af8
    Documentation updates Yiorgis Gozadinos 2025-12-10 13:02:49 +0200
  • be0e3c3472
    Update benchmarks Yiorgis Gozadinos 2025-12-10 12:04:07 +0200
  • 2161727716
    Add auto_vacuum config option to control automatic vacuuming Yiorgis Gozadinos 2025-12-10 11:42:14 +0200
  • ed809759d5
    Fix mxbai rerank default model Yiorgis Gozadinos 2025-12-09 18:59:17 +0200
  • 68457f251e
    Do not generate base64 images by default Yiorgis Gozadinos 2025-12-09 18:42:56 +0200
  • 2e06cf5277
    Delete unecessary tests Yiorgis Gozadinos 2025-12-09 18:33:13 +0200
  • 156bba3359
    Infinite scroll lazy load document list in inspector Yiorgis Gozadinos 2025-12-09 17:48:27 +0200
  • 9e16e8dc98
    Fix text_context_radius references Yiorgis Gozadinos 2025-12-09 17:42:18 +0200
  • 52acdcb56a
    Update docs, include tuning document Yiorgis Gozadinos 2025-12-09 12:55:28 +0200
  • 5a593e928e
    Set max_context_items to 10 Yiorgis Gozadinos 2025-12-09 12:47:42 +0200