Skip to content

Commit c90d88f

Browse files
authored
tests: fix langchain hugging-face (#311)
1 parent 7a175d4 commit c90d88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ragstack-e2e-tests/e2e_tests/langchain/test_compatibility_rag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def nvidia_mixtral_llm():
190190
("vertex_embedding", "vertex_llm"),
191191
("bedrock_titan_embedding", "bedrock_anthropic_llm"),
192192
("bedrock_cohere_embedding", "bedrock_meta_llm"),
193-
("huggingface_hub_flant5xxl_llm", "huggingface_hub_minilml6v2_embedding"),
193+
("huggingface_hub_minilml6v2_embedding", "huggingface_hub_flant5xxl_llm"),
194194
("nvidia_embedding", "nvidia_mixtral_llm"),
195195
],
196196
)

0 commit comments

Comments
 (0)