feat: Add haystack-experimental dependency (#7921)

* Add haystack-experimental dependency

* Add reno note
This commit is contained in:
Vladimir Blagojevic 2024-07-08 14:07:15 +02:00 committed by GitHub
parent ff75444f53
commit b3b3f89302
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,7 @@ dependencies = [
"requests",
"numpy<2",
"python-dateutil",
"haystack-experimental",
]
[tool.hatch.envs.default]

View File

@ -0,0 +1,4 @@
---
features:
- |
Added haystack-experimental to the project's dependencies to enable automatic use of cutting-edge features from Haystack. Users can now access components from haystack-experimental by simply importing them from haystack_experimental instead of haystack. For more information, visit https://github.com/deepset-ai/haystack-experimental.