Skip to content

Commit 2a33409

Browse files
removing RegexTextExtractor (#379)
1 parent e86a11f commit 2a33409

File tree

4 files changed

+0
-313
lines changed

4 files changed

+0
-313
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ that includes it. Once it reaches the end of its lifespan, the experiment will b
5353
| [`OpenAIChatGenerator`][9] | Chat Generator Component | November 2025 | None | <a href="https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/hallucination_score_calculator.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/> | [Discuss][10] |
5454
| [`MarkdownHeaderLevelInferrer`][15] | Preprocessor | January 2025 | None | None | [Discuss][16] |
5555
| [`Agent`][17]; [Confirmation Policies][18]; [ConfirmationUIs][19]; [ConfirmationStrategies][20]; [`ConfirmationUIResult` and `ToolExecutionDecision`][21] [HITLBreakpointException][22] | Human in the Loop | December 2025 | rich | None | [Discuss][23] |
56-
| [`RegexTextExtractor`][24] | Text Extractor Component | January 2025 | None | None | [Discuss][25] |
5756

5857
[1]: https://github.com/deepset-ai/haystack-experimental/blob/main/haystack_experimental/chat_message_stores/in_memory.py
5958
[2]: https://github.com/deepset-ai/haystack-experimental/blob/main/haystack_experimental/components/retrievers/chat_message_retriever.py
@@ -78,8 +77,6 @@ that includes it. Once it reaches the end of its lifespan, the experiment will b
7877
[21]: https://github.com/deepset-ai/haystack-experimental/blob/main/haystack_experimental/components/agents/human_in_the_loop/dataclasses.py
7978
[22]: https://github.com/deepset-ai/haystack-experimental/blob/main/haystack_experimental/components/agents/human_in_the_loop/errors.py
8079
[23]: https://github.com/deepset-ai/haystack-experimental/discussions/XXX
81-
[24]: https://github.com/deepset-ai/haystack-experimental/blob/main/haystack_experimental/components/extractors/regex_text_extractor.py
82-
[25]: https://github.com/deepset-ai/haystack-experimental/discussions/XXX
8380

8481
### Adopted experiments
8582
| Name | Type | Final release |

haystack_experimental/components/extractors/regex_text_extractor.py

Lines changed: 0 additions & 117 deletions
This file was deleted.

test/components/extractors/__init__.py

Whitespace-only changes.

test/components/extractors/test_regex_text_extractor.py

Lines changed: 0 additions & 193 deletions
This file was deleted.

0 commit comments

Comments
 (0)