Commit Graph

  • 4df01f9b12 apply feedback enhancement/support_multiple_tool_string_outputs tstadel 2025-12-23 16:13:12 +01:00
  • 7a8135c562
    Merge branch 'main' into enhancement/support_multiple_tool_string_outputs Vladimir Blagojevic 2025-12-23 15:11:18 +01:00
  • e86f016141
    Update the copy for enterprise starter and platform (#10281) main Bilge Yücel 2025-12-23 11:25:26 +01:00
  • 4fde9204c5
    remove redundant images and fix typos (#10277) Bilge Yücel 2025-12-23 11:14:53 +01:00
  • ec0ab09a79
    Apply suggestion from @tstadel tstadel 2025-12-22 19:16:33 +01:00
  • 046c7dfdf0
    Apply suggestion from @tstadel tstadel 2025-12-22 19:15:17 +01:00
  • cf09f12c7d fix reno tstadel 2025-12-22 19:13:10 +01:00
  • 15c6dddbe4 fix reno tstadel 2025-12-22 19:08:34 +01:00
  • 6e45e9cc3e enhancement: support multiple Tool string outputs tstadel 2025-12-22 19:01:55 +01:00
  • 8091034fb5
    chore: remove unused imports and enforce related Ruff rule (#10278) Stefano Fiorucci 2025-12-19 18:45:44 +01:00
  • 0eb9ab5018
    Sync Core Integrations API reference (elasticsearch) on Docusaurus (#10276) Haystack Bot 2025-12-19 16:17:05 +01:00
  • 19d84d57c5
    docs: Update documentation text with changes after rebranding (#10272) Bilge Yücel 2025-12-19 16:14:05 +01:00
  • 0b2ea95ce5
    chore: update branding colors & add powered by haystack on search modal (#10259) Yassine Gabsi 2025-12-19 16:06:46 +01:00
  • 2378b2bae1
    Sync Haystack API reference on Docusaurus (#10275) Haystack Bot 2025-12-19 15:55:24 +01:00
  • 7c6323b960
    refactor: support PEP604 typing syntax (X|Y and X|None) (#10255) Stefano Fiorucci 2025-12-19 15:47:51 +01:00
  • 9c09f7b34f
    Sync Core Integrations API reference (amazon_bedrock) on Docusaurus (#10274) Haystack Bot 2025-12-19 15:39:24 +01:00
  • 9082c97155
    feat: Add reasoning support for HuggingFaceAPIChatGenerator (#9701) (#10248) Guna Palanivel 2025-12-19 18:58:50 +05:30
  • 6576e0bb5c
    Sync Haystack API reference on Docusaurus (#10273) Haystack Bot 2025-12-19 12:45:23 +01:00
  • d4e623d069
    fix: Raise error when async function is passed to Tool (#10264) lif 2025-12-19 19:40:38 +08:00
  • cef856486b
    Sync Haystack API reference on Docusaurus (#10271) Haystack Bot 2025-12-19 10:14:54 +01:00
  • 923e014c44
    Add doc strings (#10270) Sebastian Husch Lee 2025-12-19 10:09:15 +01:00
  • dd98a9296a
    fix: httpx client limit parsing (#10260) ArzelaAscoIi 2025-12-19 09:47:52 +01:00
  • 6662dcf31f
    Sync Haystack API reference on Docusaurus (#10269) Haystack Bot 2025-12-19 09:45:58 +01:00
  • b4b14c09c3
    feat: Add support for Qwen3 rerankers when using SentenceTransformersSimilarityRanker (#10251) Sebastian Husch Lee 2025-12-19 09:38:17 +01:00
  • 93491c64be
    test: refactor test_run_fails_without_warm_up tests (#10267) Stefano Fiorucci 2025-12-18 11:52:56 +01:00
  • d7f32fd9cb
    Sync Haystack API reference on Docusaurus (#10266) Haystack Bot 2025-12-18 11:04:01 +01:00
  • 20f464706f
    Fix ConditionalRouter examples (#10262) Vladimir Blagojevic 2025-12-18 10:47:48 +01:00
  • 418c8adf79
    Merge branch 'main' into agent_tool_state_validation agent_tool_state_validation Vladimir Blagojevic 2025-12-17 15:08:06 +01:00
  • 7582364b37 Fix reno backticks Vladimir Blagojevic 2025-12-17 15:07:44 +01:00
  • d9c60a728d Add reno Vladimir Blagojevic 2025-12-17 15:03:20 +01:00
  • 3fa9c492e0 Validate Agent's Tool <-> State mapping Vladimir Blagojevic 2025-12-15 12:25:56 +01:00
  • b69f7a4d9b Reno note component_tool_state_validation Vladimir Blagojevic 2025-12-17 14:39:01 +01:00
  • 890f3a5519
    Merge branch 'main' into component_tool_state_validation Vladimir Blagojevic 2025-12-17 14:37:00 +01:00
  • 5bbbe5571e Better algorithm for default _get_valid_inputs Vladimir Blagojevic 2025-12-17 14:25:18 +01:00
  • 1b907be32b Pydoc clarification Vladimir Blagojevic 2025-12-17 14:18:28 +01:00
  • ceb87b372a Fixes Vladimir Blagojevic 2025-12-17 12:40:16 +01:00
  • 00525b669a Lint fix Vladimir Blagojevic 2025-12-17 12:35:01 +01:00
  • c5c3895bfc Edge cases Vladimir Blagojevic 2025-12-17 12:23:14 +01:00
  • 87ec74784b Details Vladimir Blagojevic 2025-12-17 12:01:22 +01:00
  • 979a534a7a Simplify Vladimir Blagojevic 2025-12-17 11:29:06 +01:00
  • ab1ce33ea2 Move validation to Tool superclass, allow subclasses to hook into verification Vladimir Blagojevic 2025-12-17 11:17:23 +01:00
  • ace6bea34b Add ComponentTool state validation Vladimir Blagojevic 2025-12-15 12:25:56 +01:00
  • 99d506b3eb
    refactor: Refactor agent breakpoint logic (#10222) Sebastian Husch Lee 2025-12-17 09:05:57 +01:00
  • 67437c7683
    Sync Core Integrations API reference (amazon_bedrock) on Docusaurus (#10254) Haystack Bot 2025-12-17 08:52:16 +01:00
  • 9952940ba7
    chore!: drop Python 3.9 support due to EOL (#10244) Guna Palanivel 2025-12-16 23:30:00 +05:30
  • c32f657ff0
    Sync Core Integrations API reference (weaviate) on Docusaurus (#10253) Haystack Bot 2025-12-16 18:37:14 +01:00
  • a3f19d7439 Add agent breakpoint support snapshot_callback Michele Pangrazzi 2025-12-16 14:05:06 +01:00
  • 43e125de00
    docs: Add documents to the in document store (#10241) Abdallah Taman 2025-12-16 12:30:17 +02:00
  • 6392a779fc Fix logging Michele Pangrazzi 2025-12-15 17:54:28 +01:00
  • d1178182ca Fix release note format Michele Pangrazzi 2025-12-15 17:49:34 +01:00
  • abf8ae34d7 Add release note Michele Pangrazzi 2025-12-15 17:44:54 +01:00
  • 09ece88e95 Add snapshot_callback support to pipeline.run Michele Pangrazzi 2025-12-15 17:01:09 +01:00
  • fd989fecc3
    ci: fail on malformed code blocks in release notes (#10247) Stefano Fiorucci 2025-12-15 16:56:06 +01:00
  • 49d1391bca
    Sync Haystack API reference on Docusaurus (#10243) Haystack Bot 2025-12-15 11:16:02 +01:00
  • 9c52faf6b8
    Update docs-website/reference/haystack-api/classifiers_api.md (#10227) Vladimir Blagojevic 2025-12-15 10:44:39 +01:00
  • e22c208232
    test: improve some tests + retry others (#10239) Stefano Fiorucci 2025-12-15 09:41:36 +01:00
  • 3b4f4ac7e9
    ci: Release orchestration workflow (#10233) Stefano Fiorucci 2025-12-12 16:30:02 +01:00
  • d4ed41d24c
    Sync Haystack API reference on Docusaurus (#10238) Haystack Bot 2025-12-12 15:49:06 +01:00
  • a6eb23c451
    docs: fixing AutoMergingRetriever docstring code (#10231) David S. Batista 2025-12-12 15:41:32 +01:00
  • 2cd21982df
    chore(deps): bump actions/cache from 4 to 5 (#10237) dependabot[bot] 2025-12-12 15:16:49 +01:00
  • d5b33a9eb9
    Sync Haystack API reference on Docusaurus (#10236) Haystack Bot 2025-12-12 15:04:18 +01:00
  • 8b08ba00fa
    ci: use ubuntu-slim where makes sense (#10234) Stefano Fiorucci 2025-12-12 14:57:32 +01:00
  • 2d25488db6
    feat: add PaddleOCRVLDocumentConverter documentation (#10228) Lin Manhui 2025-12-12 17:28:39 +08:00
  • 0205781af1
    ci: add scripts for release automation (#10226) Stefano Fiorucci 2025-12-11 17:06:24 +01:00
  • 62acd00602
    Sync Haystack API reference on Docusaurus (#10230) Haystack Bot 2025-12-11 16:51:58 +01:00
  • 18a71355ca
    Update docs-website/reference/haystack-api/converters_api.md (#10229) Vladimir Blagojevic 2025-12-11 16:37:49 +01:00
  • c6d050801f
    ci: refactor branch off workflow (#10224) Stefano Fiorucci 2025-12-11 15:39:09 +01:00
  • 50594a50af
    Sync Haystack API reference on Docusaurus (#10225) Haystack Bot 2025-12-11 15:16:20 +01:00
  • 4a56d52b60
    chore: Update code snippets in docs (audio and builders components) (#10156) Vladimir Blagojevic 2025-12-11 15:06:54 +01:00
  • 63de06bdf8
    Sync Haystack API reference on Docusaurus (#10223) Haystack Bot 2025-12-11 12:57:48 +01:00
  • 0c214c1f9a
    feat: Update HuggingFaceLocalChatGenerator default model to Qwen/Qwen3-0.6B (#10176) Vladimir Blagojevic 2025-12-11 12:20:23 +01:00
  • b4fd38dcbe
    remove unneeded test (#10221) Sebastian Husch Lee 2025-12-11 11:11:38 +01:00
  • 938b922b3c
    chore(deps): bump peter-evans/create-pull-request from 7 to 8 (#10220) dependabot[bot] 2025-12-10 15:34:39 +01:00
  • 64397ad240
    remove unnecessary warmup method in docs (#10217) Daria Fokina 2025-12-10 13:14:20 +01:00
  • 24f897a4e4
    Sync Core Integrations API reference (elasticsearch) on Docusaurus (#10219) Haystack Bot 2025-12-10 13:07:18 +01:00
  • ca9c8a5ae6
    fix: _handle_async_stream_response() in OpenAIChatGenerator handles asyncio.CancelledError closing the response stream (#10175) David S. Batista 2025-12-10 13:06:51 +01:00
  • ee69c0b402
    Sync Core Integrations API reference (azure_ai_search) on Docusaurus (#10218) Haystack Bot 2025-12-10 13:04:22 +01:00
  • cb8082e196
    Sync Core Integrations API reference (paddleocr) on Docusaurus (#10216) Haystack Bot 2025-12-10 11:13:04 +01:00
  • c09233c638
    Sync Haystack API reference on Docusaurus (#10214) Haystack Bot 2025-12-10 10:48:27 +01:00
  • 88c1b59a0b
    ci: set actor of automated PRs as a reviewer (#10212) Stefano Fiorucci 2025-12-10 10:47:40 +01:00
  • 277f697a00
    feat: Have components auto run warm_up on first use instead of erroring when not pre-warmed up (#10181) Sebastian Husch Lee 2025-12-10 10:38:36 +01:00
  • 7daefb8a15
    fix: Improve error messages for non-string templates in ConditionalRouter (#10189) Vladimir Blagojevic 2025-12-10 10:36:24 +01:00
  • 5efa691bb5
    fix: enable vale workflow correctly to review documentation changes (#10211) Daria Fokina 2025-12-10 10:18:23 +01:00
  • f333aa6b0c
    Add missing QueryExpander and MultiQuery retrievers to version-2.21 sidebar (#10206) Daria Fokina 2025-12-09 11:49:57 +01:00
  • feafeee6d0
    docs: add quota note for OpenAIChatGenerator in get-started guide (#10207) Aohua Zhang 2025-12-09 03:18:54 -06:00
  • 5441f68ea2
    docs: clarify component init serialization (#10205) Tommaso Cerruti 2025-12-09 09:25:32 +01:00
  • 606d918cec
    docs for regextextextractor (#10202) Daria Fokina 2025-12-08 20:21:19 +01:00
  • 69a4661ec5
    Sync Haystack API reference on Docusaurus (#10200) Haystack Bot 2025-12-08 20:10:02 +01:00
  • a471fbfebe
    Promote unstable docs for Haystack 2.21 (#10204) Haystack Bot 2025-12-08 20:09:00 +01:00
  • ffe5e47f64 bump version to 2.21.0 v2.21.0 v2.21.x Vladimir Blagojevic 2025-12-08 16:27:23 +01:00
  • e4ca3ef149
    docs: Documentation examples fixes (#10197) Abdallah Taman 2025-12-08 11:48:58 +02:00
  • 6191203693
    fix: Fix variable extraction in Jinja2 templates returning set variables (#10093) Sebastian Husch Lee 2025-12-08 09:55:08 +01:00
  • 2c023b2e52
    docs: document expected connection string for Pgvector (#10182) Daria Fokina 2025-12-05 16:09:52 +01:00
  • 40eb1fd3a5
    Sync Core Integrations API reference (pgvector) on Docusaurus (#10193) Haystack Bot 2025-12-05 16:02:01 +01:00
  • e6fd360866
    update plugins explanation (#10186) Daria Fokina 2025-12-05 12:18:47 +01:00
  • 08a82c8d13 bump version to 2.21.0-rc1 v2.21.0-rc1 Amna Mubashar 2025-12-04 01:17:54 +05:00
  • 8f703e89f6
    Create unstable docs for Haystack 2.21 (#10191) Haystack Bot 2025-12-03 21:12:43 +01:00
  • eb84a5207d
    Update unstable version to 2.22.0-rc0 (#10190) Haystack Bot 2025-12-03 20:58:34 +01:00
  • ecce6f658f
    chore: small improvements SentenceWindowRetriever v2.22.0-rc0 David S. Batista 2025-12-03 17:07:30 +01:00
  • 08b979cc09
    Sync Haystack API reference on Docusaurus (#10188) Haystack Bot 2025-12-03 16:34:24 +01:00