Skip to content

Tags: deepset-ai/hayhooks

Tags

v1.19.1

Toggle v1.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs update (#241)

v1.19.0

Toggle v1.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Tracing dashboard (#237)

* Implemented tracing using OpenTelemetryTracer ; updated docs

* Update docs

* tracing dashboard

* tracing dashboard improvements

* dashboard backend simplification + test isolation + docs alignment

* including haystack traces

* traces buffer cap

* payload values

* iteration: add slowest component ; fix layout

* updated docs

* Implemented tracing using OpenTelemetryTracer ; updated docs

* Update docs

* update favicon

* lint

* fix types

* fix types ; fix relevant bugs ; refactoring

* update docs

* add custom tracing example

* Update fonts

* Update font ; Refactor to useState/setState

* Lint

* HAYHOOKS_DASHBOARD_TRACE_INCLUDE_HAYSTACK_SPANS is true by default

* Refactoring

* Lint

* add force_sync_callbacks for async_streaming_generator for Pipeline ; refactoring (#239)

* using design advisor

* cleanup

* cleanup + refactoring

* Fix CI

* Last nits

* cleanup

* update demo script

* Updated docs

* Updated docs

* Iteration

* Lint

* Applying last iteration fixes

* lint

* run dashboard tests on /dashboard changes

* update lock

* update lock

* show component name beside haystack.component.run

v1.18.1

Toggle v1.18.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add force_sync_callbacks for async_streaming_generator for Pipeline ;…

… refactoring (#239)

v1.18.0

Toggle v1.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add tracing support to Hayhooks (#236)

* Implemented tracing using OpenTelemetryTracer ; updated docs

* Update docs

v1.17.0

Toggle v1.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add reasoning chunks support (#235)

* Add reasoning chunks support

* Update docs and add example

* Reformat

* Refactoring

* Fix types

* Update docs mentioning more recent models

v1.16.0

Toggle v1.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix runner type (#234)

v1.15.0

Toggle v1.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add OpenAI Responses API and Files API support (#230)

* Update fastapi-openai-compat ; Add examples with file uploads ; Refactoring

* Lint ; exclude tests / examples from lint

* Types

* reformat

* fix example

* Update example README

* Simplify Codex demo ; Add comments and add public utilities

* Reformat

* Lint

* Lint

* Fix syntax

* Fix some types (mypy -> ty)

* Avoid race conditions in tests ; Update links

* Enrich README

* Add best practices pages

* Add docs

v1.14.0

Toggle v1.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Optimize deploy performance (#228)

* First iteration of async / parallel deployment ; Refactoring + tests

* Lint

* Update src/hayhooks/server/utils/deploy_utils.py

Co-authored-by: aragats-deeepset <aragats.amirkhanyan@deepset.ai>

* Update src/hayhooks/server/utils/deploy_utils.py

Co-authored-by: aragats-deeepset <aragats.amirkhanyan@deepset.ai>

* Refactoring to avoid bug

---------

Co-authored-by: aragats-deeepset <aragats.amirkhanyan@deepset.ai>

v1.13.0

Toggle v1.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Detect if 'inner' components supports streamng (e.g. CodeComponent) (#…

…225)

v1.12.1

Toggle v1.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
No need to force-include public folder (#223)