Skip to content

Commit e447ea9

Browse files
authored
fix tutorial 35 (#378)
* remove dependencies for tutorial 35 * trigger * sentence transformers dep * rm notebook change
1 parent 1af3733 commit e447ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ aliases = ["35_Model_Based_Evaluation_of_RAG_Pipelines"]
388388
completion_time = "15 min"
389389
created_at = 2024-02-12
390390
haystack_2 = true
391-
dependencies = ["pydantic<1.10.10", "datasets>=2.6.1", "deepeval-haystack", "ragas-haystack", "uptrain-haystack"]
391+
dependencies = ["datasets>=2.6.1", "sentence-transformers"]
392392

393393
[[tutorial]]
394394
title = "Building Fallbacks to Websearch with Conditional Routing"

0 commit comments

Comments
 (0)