We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5069f5 commit 5d82297Copy full SHA for 5d82297
1 file changed
.github/workflows/slow.yml
@@ -61,13 +61,9 @@ jobs:
61
changes:
62
- "haystack/components/evaluators/sas_evaluator.py"
63
- "haystack/components/generators/openai_dalle.py"
64
- - "haystack/components/preprocessors/embedding_based_document_splitter.py"
65
- - "haystack/components/retrievers/multi_query_embedding_retriever.py"
66
67
- "test/components/evaluators/test_sas_evaluator.py"
68
- "test/components/generators/test_openai_dalle.py"
69
- - "test/components/preprocessors/test_embedding_based_document_splitter.py"
70
- - "test/components/retrievers/test_multi_query_embedding_retriever.py"
71
72
slow-integration-tests:
73
name: Slow Tests / ${{ matrix.os }}
0 commit comments