39 Commits

Author SHA1 Message Date
Abdallah Taman
43e125de00
docs: Add documents to the in document store (#10241)
* Add document examples 

Added document examples and updated document store usage instead of the empty document store.

* Add docs to the docstore
2025-12-16 11:30:17 +01:00
Lin Manhui
2d25488db6
feat: add PaddleOCRVLDocumentConverter documentation (#10228)
* Add PaddleOCRVLDocumentConverter documentation

* Update sidebars.js and converters.mdx

* Update link

* Update versioned docs

* Update versioned sidebars.json

---------

Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>
2025-12-12 10:28:39 +01:00
Daria Fokina
606d918cec
docs for regextextextractor (#10202) 2025-12-08 20:21:19 +01:00
Haystack Bot
a471fbfebe
Promote unstable docs for Haystack 2.21 (#10204)
Co-authored-by: vblagoje <458335+vblagoje@users.noreply.github.com>
2025-12-08 20:09:00 +01:00
Daria Fokina
2c023b2e52
docs: document expected connection string for Pgvector (#10182)
* warning-pgvector-connection-string

* suggestions from review
2025-12-05 16:09:52 +01:00
Haystack Bot
8f703e89f6
Create unstable docs for Haystack 2.21 (#10191)
Co-authored-by: Amnah199 <13835656+Amnah199@users.noreply.github.com>
2025-12-03 21:12:43 +01:00
Daria Fokina
0907d89100
docs: new page that documents pipeline loops (#10134)
* loops docs

* improvements

* whitespaces

* shorten sentence

* update v2.20

* improvements from the review
2025-12-03 11:33:42 +01:00
Andrew Schwartz
4d9c9bde9c
fix: add unsafe=True to make code properly run (#10172)
Without this change, `OutputAdapter` has an output of type string, which results in the following error:

> Error: SentenceTransformersDocumentEmbedder expects a list of Documents as input.In case you want to embed a string, please use the SentenceTransformersTextEmbedder.

_Note: the cookbook repo's Jupyter Notebook should also be updated._
2025-12-03 09:34:57 +01:00
Daria Fokina
3c0433e7e8
docs: updates to Data Classes page (#10103)
* dataclasses updates

* reasoning examples

* extra field and reasoningcontent class
2025-11-26 16:04:26 +01:00
Daria Fokina
9611fb3590
migrating to Haystack guide (#10121) 2025-11-24 15:26:05 +01:00
Daria Fokina
c8379c34f8
docs: Add CometAPIChatGenerator page (#10099)
* cometapichatgenerator docs

* wire multiple models in a pipeline
2025-11-20 10:54:39 +01:00
Daria Fokina
531290bb10
add aimlapi docs (#10101) 2025-11-20 10:54:19 +01:00
Daria Fokina
d08b54b82b
create llms.txt (#10097) 2025-11-19 11:25:30 +01:00
Daria Fokina
353079a0ac
docs: add links to 1.x and 2.x archived documentation (#10094)
* add links to archived documentation

* update config
2025-11-18 17:33:05 +01:00
Haystack Bot
6355f6deae
Promote unstable docs for Haystack 2.20 (#10080)
Co-authored-by: anakin87 <44616784+anakin87@users.noreply.github.com>
2025-11-13 18:00:45 +01:00
Daria Fokina
7a7011bf48
docs: add a Multi-Agent with ComponentTool example (#10032)
* agent with componenttool example

* update "conversation history"

Co-authored-by: Bilge Yücel <bilgeyucel96@gmail.com>

* shorten tool example

Co-authored-by: Bilge Yücel <bilgeyucel96@gmail.com>

* move section & update other version

---------

Co-authored-by: Bilge Yücel <bilgeyucel96@gmail.com>
2025-11-13 11:28:28 +01:00
Abdullah Taman
e0b3d71ab4
docs: remove repeated code snippet at the end of ChatMessage documentation page (#10050)
* docs: remove repeated code snippet

* update versions

---------

Co-authored-by: Daria Fokina <daria.fokina@deepset.ai>
2025-11-12 13:56:20 +01:00
Daria Fokina
4c7c62b279
docs: new pages for ResponsesChatGenerators (#10045)
* responses generators docs pages

* code review updates

* apply to both v2.20 and v2.21
2025-11-12 13:30:50 +01:00
Haystack Bot
bf4b7eefa4
docs: create unstable docs for Haystack 2.20 (#10057)
* Create unstable docs for Haystack 2.20

* fix versions page

---------

Co-authored-by: vblagoje <458335+vblagoje@users.noreply.github.com>
Co-authored-by: anakin87 <stefanofiorucci@gmail.com>
2025-11-11 16:03:47 +01:00
Daria Fokina
6231296cd8
documentation fixes (#10022) 2025-11-07 17:20:31 +01:00
Daria Fokina
89f420843d
update and replace recipes (#10021) 2025-11-06 11:05:58 +01:00
Daria Fokina
510d063612
style(docs): params as inline code (#10017)
* params as inline code

* more params

* even more params

* last params
2025-11-05 14:49:38 +01:00
Daria Fokina
93712839e5
chore(docs): fix tables formatting (#10010)
* add missing headers

* external integrations header row

* implement headerless tables

* more tables with key-value pairs
2025-11-05 11:44:03 +01:00
Daria Fokina
1e04b57942
emojis and empty codeblock (#10008) 2025-11-04 19:18:53 +01:00
Daria Fokina
ee14043966
docs: document ChatGenerators mixed Tools and Toolsets support (#9990)
* update chatgens to use mixed tools

* duplicate streaming section
2025-11-03 16:43:48 +01:00
Daria Fokina
0e8304e1f7
style: update docs website colors (#9999)
* update website colors

* light bg for images in dark mode

* sync TIP and sidebar colors

* code snippet button visibility

* bold formatting and emoji
2025-11-03 16:27:49 +01:00
Daria Fokina
f6907baf2b
style: fix admonition headings (#10000)
* admonition headings

* update admonition info to note types
2025-11-03 14:48:32 +00:00
Daria Fokina
5426df0d16
clarify message storage (#10006) 2025-11-03 12:33:06 +01:00
Daria Fokina
c27c8e923d
chore(docs): activate broken link checker in Docusaurus and fix broken links (#9993)
* activate link checker

* additional link fixes

* same fix for different version

* fix anchors

* rename data classes md

* simplify links to reference

* Apply suggestions from code review

Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>

---------

Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>
2025-10-31 15:52:16 +01:00
Daria Fokina
b61e442c20
images config and alt text (#9983) 2025-10-31 10:29:34 +01:00
Daria Fokina
ce348d920a
docs: improve UI with Inter font and enhanced sidebar navigation (#9977)
* improving ui and nav

* move guides UP in the sidebars

* concepts overview rename
2025-10-30 16:00:01 +01:00
Daria Fokina
c96a999320
fix(docs): update all internal documentation links to use relative paths for proper version scoping (#9969)
* Update versionedReferenceLinks.js

* fixing all links

* github-hanlp-swap

---------

Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>
2025-10-30 12:43:02 +01:00
Daria Fokina
176b52e60e
docs: TogetherAI Generators (#9950)
* togetherai-docs-docusaurus

* non-chat-generator
2025-10-29 16:52:06 +01:00
Daria Fokina
4ce5b683db
docs: create MistralOCRDocumentConverter docs (#9952)
* converter-docs

* upd-reference-link
2025-10-27 16:37:45 +01:00
Daria Fokina
3e81ec75dc
docs: add 2.18 and 2.19 actual documentation pages (#9946)
* versioned-docs

* external-documentstores
2025-10-27 13:03:22 +01:00
Stefano Fiorucci
fe57b6d215
docs: manually create 2.19 docs version (#9909) 2025-10-21 10:46:51 +02:00
Stefano Fiorucci
54ea7adfda
docs: remove docs/api directories (#9893) 2025-10-17 17:16:47 +02:00
Daria Fokina
fc0cff3b11
docs: start versioning API reference folder (#9878)
* sync-docs-reference-versions

* correct version numbers

* version label

* unstable-version
2025-10-15 15:14:28 +02:00
Daria Fokina
a66a05f756
docs: moving Docusaurus setup to Haystack repo (#9847)
* move-docusarus-to-haystack

* debug

* add src

* blank page bug

* unify readme
2025-10-10 11:44:13 +02:00