From 7e90b447e4a6420b2f8ca1bd02b7b0d09eb051f7 Mon Sep 17 00:00:00 2001 From: James Briggs <35938317+jamescalam@users.noreply.github.com> Date: Fri, 31 Jan 2025 17:49:15 +0400 Subject: [PATCH] feat: enable pinecone in fit test --- tests/unit/test_router.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/unit/test_router.py b/tests/unit/test_router.py index c8c0ac68..5de1e98b 100644 --- a/tests/unit/test_router.py +++ b/tests/unit/test_router.py @@ -1272,8 +1272,6 @@ def check_is_ready(): def test_fit_local(self, routes, test_data, index_cls, encoder_cls, router_cls): # TODO: this is super slow for PineconeIndex, need to fix - if index_cls is PineconeIndex: - return encoder = encoder_cls() index = init_index(index_cls, index_name=encoder.__class__.__name__) route_layer = router_cls(