mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-27 15:08:43 +00:00
feat: Add haystack-experimental dependency (#7921)
* Add haystack-experimental dependency * Add reno note
This commit is contained in:
parent
ff75444f53
commit
b3b3f89302
@ -54,6 +54,7 @@ dependencies = [
|
||||
"requests",
|
||||
"numpy<2",
|
||||
"python-dateutil",
|
||||
"haystack-experimental",
|
||||
]
|
||||
|
||||
[tool.hatch.envs.default]
|
||||
|
||||
@ -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.
|
||||
Loading…
x
Reference in New Issue
Block a user