From fb741d96ca041b2fdae84dee1d9523fe1f3d8b0f Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 3 Apr 2024 20:52:35 -0700 Subject: [PATCH] test - voyage ai embedding --- litellm/tests/test_embedding.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/litellm/tests/test_embedding.py b/litellm/tests/test_embedding.py index 41846188c..d69e2d708 100644 --- a/litellm/tests/test_embedding.py +++ b/litellm/tests/test_embedding.py @@ -487,6 +487,9 @@ def test_mistral_embeddings(): # test_mistral_embeddings() +@pytest.mark.skip( + reason="Community maintained embedding provider - they are quite unstable" +) def test_voyage_embeddings(): try: litellm.set_verbose = True